@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: none;
}
p {
	margin-bottom: 16px;
}
a {
	color: #FC8C1D;
}
a:hover {
	color: #FECF1F;
}

#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#rightcol ul li {
	text-align: left;
	list-style-type: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-bottom: 12px;
	padding-left: 6px;
}

#masthead {
	margin-bottom: 24px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#leftcol {
	float: left;
	width: 230px;
	padding-right: 25px;
	display: block;
	margin-right: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222222;
	text-align: center;
}

#mainnav ul {
	width: 230px;
	margin-bottom: 20px;
	list-style-type: none;
	padding-bottom: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
	font-weight: bold;
}
#mainnav ul li {
	display: block;
	width: 230px;
}
#mainnav ul li a {
	font-size: 12px;
	line-height: 30px;
	background-image: url(../images/button_roll.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	letter-spacing: 0.15em;
	display: block;
	height: 30px;
	width: 230px;
	margin-bottom: 6px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#mainnav ul li a:hover {
	color: #000000;
	background-position: 0px -30px;
}
#content {
	float: left;
	width: 500px;
	line-height: 18px;
}
#content h1 {
	margin-bottom: 16px;
	font-size: 18px;
}
#content.gallery{
	width:739px;
}
#content.gallery .winner_header{
	background:url(../images/gallery_button_roll.gif) top;
	font-weight:bold;
	height:22px;
	letter-spacing:.06em;
	margin:0;
	padding:6px 0 0 10px;
	cursor:default;
}
#content.gallery .winner_header.hover_header/*:hover*/{
	background:url(../images/gallery_button_roll.gif) no-repeat 50% 76%;
	color:#fff;
	cursor:pointer;
}

#content.gallery .winner_gallery{
	border-left:1px solid #333;
	border-right:1px solid #333;
	padding-top:20px;
}
#content.gallery .winner_gallery img{
	margin:0 0 16px 19px;
}
#content.gallery .winner_btm{
	background:url(../images/gallery_button_roll.gif) no-repeat 50% 47%;
	display:block;
	height:5px;
	margin-bottom:10px;
}
#content.gallery .winner_btm.hover_btm{
	background:url(../images/gallery_button_roll.gif) no-repeat bottom;
}
#rightcol {
	float: left;
	width: 180px;
	padding-left: 25px;
	display: block;
	margin-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #222222;
	text-align: center;
}
#footer {
	text-align: center;
	display: block;
	clear: both;
	margin-bottom: 25px;
	padding-top: 35px;
	font-size: 11px;
	color: #666666;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #999999;
}
#content ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 6px;
	margin-bottom: 8px;
	padding-left: 25px;
	list-style-type: none;
}
