@charset "UTF-8";
/* styles for all the Oscar pages */
html{height:100%;}
body{
	font:100% "Myriad Pro", Trebuchet, "Trebuchet MS", Verdana, sans-serif;
	background:#333;
	color:#fff;
	height:100%;
	margin:0; padding:0;}
h1 {
	width:750px;
	height:138px;
	background:transparent url(oscarbanner.jpg) repeat-x top left;
	color:#fff;
/*	position:absolute;
	top:0;
	left:0;*/
	margin:0;padding:0;
}
h1 span {display:none;}
h2 {clear:both;}
.hide {display:none;}
h3, h3 a {
	font-family: "Arial Narrow", Geneva, sans-serif; ;
	font-weight:normal;
	color:#d4bc99; 
	text-decoration:none;
	width:100%;
	text-transform:uppercase;
}
h3 a {
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
	width:190px;
	height:33px !important;
	text-align:left;
	padding:65px 0 0 20px;
	margin:0 auto;
	font-size:0.65em;
}
img {border:#d4bc99 solid 5px;}
p {text-align:left;}
ul, li { list-style:none; position:relative; left:-20px;}
.lastinfo {margin-bottom:50px;}
#contentarea {
	position:relative;
	margin:0 auto; padding:0;
	width:750px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}
#nav {
	position:relative;
	top:-2px;
	left:0;
	list-style:none;
	background-color:#685c3f;
	text-indent:0;
	height:30px;
	margin:0;
	float:left;
	width:710px;
	font-size:0.76em;
}
#nav li {
	float:left;
	margin:7px 3px;
	width:auto;
	text-transform:uppercase;
	position:relative;
	left:-20px;
}
#nav a, h3 a:hover {color:#fff;text-decoration:none;}
/*#nav1 a:visited, #nav1 a:active { color:#FF9; border-bottom:#ff9 dotted 1px; text-decoration:none;}*/
#nav a:hover { text-decoration:underline; }
#leftcol {
	/*position:absolute;
	top:166px;
	left:0;*/float:left;
	width:254px;
	padding:32px 35px 0 23px;
	text-align:center;
	height:100%;
}
#leftcol p { padding:0 35px 0 23px; }
#rtcol {
	/*position:absolute;
	top:166px;
	left:312px;*/float:left;
	width:416px;
	height:100%;
	padding:128px 20px 0 0;
}
/*#rtcol p, #rtcol h3, #rtcol ul { padding:0 45px 0 23px; }*/
#footer {
	clear:both;
	font:76% Arial, Helvetica, sans-serif;
	padding:50px 0 10px 0;
}
#footer a { color:#fff; text-decoration:none; border-bottom:#fff dotted 1px; }
