body {
	background-image: url(images/bkg_color.gif);
	background-repeat: repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

#container {
	width: 1024px;
	height: 768px; 
	overflow: visible;
	background-image: url(images/bkg_image.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}

h1#site_logo {
	margin: 0px;
	padding: 0px;
	background-image:url(images/site_logo.gif);
	background-repeat: no-repeat;
	width: 354px;
	height: 136px;
	float: left;
}

h1#site_logo a {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 354px;
	height: 136px;
	float: left;
}

h2#site_callout {
	margin: 0px;
	padding: 0px;
	background-image:url(images/site_callout.gif);
	background-repeat: no-repeat;
	width: 670px;
	height: 136px;
	float: right;

}


/* BEGIN NAV STYLES*/
#nav {
	clear: both;
	background-image:url(images/nav_bkg.gif);
	width: 1024px;
	height: 26px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*set universal attributes for nav li's*/
#nav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 25px;
	background-repeat: no-repeat;
}

/* set individual widths for each nav button */
#nav ul li#contest_home {
	width: 143px;
}

#nav ul li#download_assets {
	width: 156px;
}

#nav ul li#register {
	width: 200px;
}

#nav ul li#rules {
	width: 111px;
}

#nav ul li#entries {
	width: 126px;
}

/*set universal attributes for nav li a's*/
#nav ul li a {
	height: 25px;
	display: block;
	outline: none;
}

/*set background image and placement for a's and a:hovers*/
#nav ul li#contest_home a {
	background-image:url(images/nav/contest_home.gif);
	background-position: 0px;
	width: 143px;
}

#nav ul li#contest_home a:hover, #nav ul li#contest_home.active a {
	background-position: -143px;
}

#nav ul li#download_assets a {
	background-image:url(images/nav/download_assets.gif);
	background-position: 0px;
	width: 156px;
}

#nav ul li#download_assets a:hover, #nav ul li#download_assets.active a {
	background-position: -156px;
}

#nav ul li#register a {
	background-image: url(images/nav/register.gif);
	background-position: 0px;
	width: 200px;
}

#nav ul li#register a:hover, #nav ul li#register.active a {
	background-position: -200px;
}

#nav ul li#rules a {
	background-image: url(images/nav/rules.gif);
	background-position: 0px;
	width: 111px;
}

#nav ul li#rules a:hover, #nav ul li#rules.active a  {
	background-position: -111px;
}


#nav ul li#entries a {
	background-image: url(images/nav/entries.gif);
	background-position: 0px;
	width: 126px;
}

#nav ul li#entries a:hover, #nav ul li#entries.active a {
	background-position: -126px;
}
/* END NAV STYLES */

/* BEGIN SUBNAV STYLES*/
#subnav {
	float: right;
	margin-right: 57px;
	background-image:url(images/subnav/bkg.gif);
	width: 606px;
	height: 43px;
	margin-top: 31px;
}

#subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*set universal attributes for nav li's*/
#subnav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 43px;
	background-repeat: no-repeat;
}

/* set individual widths for each nav button */
#subnav ul li#contest_details {
	width: 143px;
}

#subnav ul li#view_trailer {
	width: 125px;
}

#subnav ul li#read_synopsis {
	width: 131px;
}

/*set universal attributes for nav li a's*/
#subnav ul li a {
	height: 43px;
	display: block;
	outline: none;
}

/*set background image and placement for a's and a:hovers*/
#subnav ul li#contest_details a {
	background-image:url(images/subnav/contest_details.gif);
	background-position: 0px;
	width: 143px;
}

#subnav ul li#contest_details a:hover {
	background-position: -143px;
}

#subnav ul li#contest_details.active a {
	background-position: -286px;
}

#subnav ul li#view_trailer a {
	background-image:url(images/subnav/view_trailer.gif);
	background-position: 0px;
	width: 125px;
}

#subnav ul li#view_trailer a:hover {
	background-position: -125px;
}

#subnav ul li#view_trailer.active a {
	background-position: -250px;
}

#subnav ul li#read_synopsis a {
	background-image: url(images/subnav/read_synopsis.gif);
	background-position: 0px;
	width: 131px;
}

#subnav ul li#read_synopsis a:hover {
	background-position: -131px;
}

#subnav ul li#read_synopsis.active a {
	background-position: -262px;
}
/* END SUBNAV STYLES */

#left_column {
	width: 361px;
	height: 457px;
	float: left;
}

#right_column {
	width: 605px;
	height: 343px;
	overflow: auto;
	float: right;
	margin-right: 56px;
	border-right :solid 1px #CC0000;
	border-left: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	margin-top: 0px;
	background-image:url(images/contest_details_bkg.jpg);
}

#inner_left {
	width: 280px;
	margin-top: 16px;
	margin-left: 19px;
	float: left;
	font-size: 12px;
	line-height: 20px;
}

#inner_right {
	width: 280px;
	margin-top: 16px;
	float: right;
	font-size: 14px;
	line-height: 24px;
}

#entry_instructions {
	margin-right: 19px;
	margin-top: 16px;
	padding: 14px;
	border: solid 1px #CCCCCC;
}

#enter_callout {
	width: 605px;
	float: right;
	margin-right: 56px;
	margin-top: 0px;
}

h2#enter_now {
	background-image:url(images/enter_now.gif);
	width: 137px;
	height:23px;
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

h2#contest_closed {
	background-image:url(images/contest_closed.gif);
	width: 181px;
	height:24px;
	margin-top: 26px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
}

#enter_callout_btns {
	width: 312px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
}

#createandwin {
	background-image:url(images/create_and_win.gif);
	width: 233px;
	height: 34px;
}

#howtoenter {
	background-image: url(images/how_to_enter.gif);
	width: 101px;
	height: 14px;
}

#winnerselected {
	
	background-image: url(images/winner_selected_lrg.gif);
	width: 258px;
	height: 29px;
}

#instructions_list {
	font-size: 14px;
	line-height: 24px;
}

#winner_callout {
	font-size: 18px;
	line-height: 24px;
}

#synopsisdetail, #viewtrailerdetail {
	width: 570px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
}

#synopsisdetail p {
	margin-top: 16px;
	font-size: 11px;
	line-height: 18px;
}

#da_container {
	width: 480px;
	height:202px;
	margin-top: 73px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/da_bkg.jpg);
	border: solid 1px #CC0000;
}
#da_header {
	background-image:url(images/da_header.gif);
	width: 146px;
	height: 17px;
	margin-top: 9px;
	padding-top: 0px;
	margin-left: 9px;
}

#da_table {
	margin-top: 37px;
}

#vr_container {
	width: 698px;
	margin-top: 73px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-image:url(images/contest_details_bkg.jpg);
	border: solid 1px #CC0000;
}

#vr_header {
	background-image: url(images/vr_header.gif);
	width: 116px;
	height: 17px;
	margin-top: 9px;
	padding-top: 0px;
	margin-left: 9px;
}

#vr_container p {
	margin-right: 12px;
	margin-left: 12px;
	font-size: 11px;
	line-height: 15px;
}

p.da_info {
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
}

p + p {
	margin-top: 12px;
}

a {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
}

ol {
	font-size: 12px;
	line-height: 20px;
}

ol li { 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.replaced {
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}