
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Verdana, sans-serif;

}

h4 {
	font-size:11px;
	line-height:12px;
	font-weight: bold;
	color: #996666;
}

h3 {
	font-size:14px;
	line-height:12px;
	font-weight: bold;
	color: #996666;
}
p, li, lh {
	font:11px Verdana, sans-serif;
	color:#666;
	line-height:14px;
}
td, tr {
	font:11px Verdana, sans-serif;
	color:#666;
	text-align:left;
}
a {
	color : #cccccc;
	text-decoration: none;
    border: 1px;
  
}
a:hover, a:active {
	color : #b09125;
	font-weight: bold;
	text-decoration: none;
	border: 1px;
}
body {
	background: #999999;
	margin:0px;
}

#mainholder {
	width: 800px;
	margin: auto;
	float: auto;
	background-color: #660000;
}

#frame_main {
	width: 800px;
	background-color: #660000;
}

#frame_bottom {
	width: 800px;
	height:1px;
	clear:left;
	background-color: #999999;
}

#leftcol {
	width:560px;
	background: #ffffff;
	border-right:40px solid #999999;
	overflow:visible;
	float:left;
	padding-top:0px;
}

#rightcol {	
    width:200px;
	border-left:0px solid #999999;
    float:right;
	padding:0px 0px 0px 0px;
	background: #660000;
}

#logo_top {
	width:560px;
	height:90px;
	background: #fff;
	float:top;	
}

#menu {
	background-color: #660000;
	overflow:visible;
	height:27px;
	width:560px; 
	float:right;
}
#menu ul {
	padding:0px;
	margin:0px;
	list-style-type: none;
}
#menu ul li {
	float:right;
}

#menu ul li a {
	height:27px;
	line-height:27px;
	font-size:10px;
	font-weight: normal;	
	text-transform:lowcase;
	text-align:center;
	padding-right: 5px;
}

#contest {
	width:560px;
	background: #fff;
	overflow:visible;
	float:left;
	padding-top:0px;
	border-bottom:1px solid #333;
}


#contest_nav {
	width:140px;
	background: #fff;
	overflow:visible;
	float:left;
	padding-top:20px;	
	text-align: right;
}

.head {
	color:#996666;
	font-size:10px;
	font-weight:bold;
	line-height:12px;
	text-transform:uppercase;
	text-align:right;
}

.subnav {
	color:#666;
	font-weight:bold;
	line-height:28px;
	font-size:10px;
}

.subnav_sm {
	color:#666;
	font-weight:normal;
	text-decoration: underline;
	line-height:16px;
	font-size:9px;
}

#contest_txt {	
	border-left:1px solid #333;
	background: #fff;
	margin:0px 0px 0px 140px ;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:20px;
}

#footer {
 	background-color: #fff;
 	width:560px;
 	height:70px;
 	border-top:1px solid #333;
}
#footer p {
	color:#999;
	background-color:#fff;
	font-size:x-small;
	font-family:Verdana, sans-serif;
	text-align:center;
	margin:0px;
}