/*
	---------------------------------------------
	TCM and TiVo / 31 Days of Oscar stylesheet
	copywrite 2007 
	planet studio
	---------------------------------------------	
*/



/* global elements
-------------------------------------------------------- */
* { padding: 0; margin: 0; border: 0; list-style: none; } 

 body 
		{
		font: 11px/17px "Lucida Grande", tahoma, sans-serif;
		background:#000;
		color: #fff;
		}



/* main container
-------------------------------------------------------- */


#wrap
		{
			position: absolute;
			width: 822px;
			margin-left: 50px;
		}
		
#content
		{
			float: left;
			width: 690px;
			font-size: 11px;
			margin: 0px 0px 0px 120px;
		}


#content a:link, #content a:visited
		{
			text-decoration: none;
			font-size: 11px;
			color: #fff;
		}

#content a:hover
		{
			text-decoration: none;
			line-height: 12px;
			font-size: 11px;
			color: #D38600;
		}

#rules1
		{
			clear: left;
			float: right;
			margin: -15px 0px 0px 0px;
		}
		
#rules1 a:link, #rules1 a:visited
		{
			text-decoration: none;
			padding: 0px 5px 0px 5px;
			line-height: 11px;
			font-size: 11px;
			color: #D38600;
		}

#rules1 a:hover
		{
			text-decoration: none;
			font-size: 11px;
			line-height: 11px;
			color: #CCC2A2;
		}

#enter
		{
			float: left;
			width: 350px;
			font-size: 11px;
			margin: 30px 50px 15px 270px;
		}

#subnav
		{
			float: left;
			clear: both;
			width: 300px;
			font-size: 11px;
			margin: 12px 0px 0px 0px;
		}

#subnav a:link, #subnav a:visited
		{
			text-decoration: none;
			line-height: 12px;
			padding: 0px 5px 0px 5px;
			font-size: 11px;
			color: #D38600;
		}

#subnav a:hover
		{
			text-decoration: none;
			line-height: 12px;
			font-size: 11px;
			color: #CCC2A2;
		}

#footer
		{
			float: left;
			clear: both;
			width: 690px;
			font-size: 11px;
			margin: 20px 0px 0px 120px;
		}

#grand
		{
			color: #D38600;
			margin: 0px;
			padding: 0px;
		}


/* menu nav
-------------------------------------------------------- */

ul#menu {
	width: 822px;
	height: 41px;
	}
	
ul#menu li {
	padding:0;
	margin:0px;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
	
ul#menu li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(http://i.cnn.net/v5cache/TCM/2007/31days/sweepstakes/31daysenter.jpg) no-repeat;
	}

li#menu a {
	width:822px;
	height:41px;
	 }

li#menu a:hover, li#menu a:focus {
	background-position:0px -41px;
	 }