﻿html, body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
html{
	background:#fff url(../img/bg_top.gif) repeat-x; 
}
body{
	background:url(../img/top.jpg) no-repeat;
	font:90% Arial;
	color:#000;
	position:relative;
}
h1{
	color:#9c0000;
	font-size:140%;
}
h3 {
	color: #9c0000;
}
a{
	color:#be2a2a;
}
a:hover{
	text-decoration:none;
}
img{
	border:0;
}


/*  Header  */
#header{
	height:215px;
}
#logo{
	margin:20px 0 0 10px;
}
#header #search{
	width:245px;
	height:80px;
	position:absolute;
	top:130px;
	left:750px;
	text-align:center;
}
#header #search form{
	margin:8px 0 0 0;
	padding:0;
}
#header #search h1{
	margin:0 0 4px 0;
	padding:0;
	color:#9c0000;
	font-size:120%;
}
#header #search select{
	font-size:100%;
}
#header #search .link{
	margin-top:4px;
}
#header .menu{
	position:absolute;
	top:185px;
	left:165px;
}
#header .menu ul{
	margin:0;
	padding:0;
	text-align:left;
}
#count{
	width:250px;
	position:absolute;
	top:170px;
	left:465px;
	text-align:right;
}


/*  Content  */
#content{
	width:750px;
	padding-bottom:20px;
	vertical-align:top;
}
#content .photo{
	width:200px;
	margin-left:18px;
	float:left;
	font-weight:bold;
}
* html #content .photo{
	margin-left:10px;
}
#content .photo img{
	border:1px solid #c00;
	display:block;
	margin-bottom:10px;
}
#gallery1{
	padding-left:240px;
}
#gallery2{
	padding-left:10px;
}
#content #button{
	margin:5px 19px 0 0;
	text-align:right;
}
#right2 #button{
	margin:5px 35px 0 0;
	text-align:right;
}
.pic{
	width:90px;
	margin:0 10px 15px 0;
	float:left;
}
#gallery2 .pic{
	margin:0;
	padding:0 0 10px 0;
	width:100px;
}
.pic .name{
	margin-top:1px;
}
.pic a{
	background:#eee;
	display:block;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	width:80px;
	height:90px;
	padding:8px 2px 2px 8px;
}


/*  Right  */
#right{
	width:100%;
	padding:5px 0;
}
* html #right{
	padding:5px 5px 20px 0;
}
#right h1{
	margin:0 0 5px 0;
	padding:0;
	font-size:120%;
}
#right p{
	margin-top:5px;
	padding-top:0;
}



/*  News  */

.rcol { padding:0 20px 10px 0; text-align:center; }
.rcol p { clear:both; font-size:0.7em; }
.rcol img { border:1px solid #aaa; margin-bottom:15px; }


.news{
	width:50%;
	vertical-align:top;
}
.news .corner1, .rcol .corner1 {
	background:url(../img/corner2.gif) no-repeat right top;
}
.news .corner2, .rcol .corner2 {
	background:url(../img/corner3.gif) no-repeat left bottom;
}
.news .corner3, .rcol .corner3 {
	background:url(../img/corner4.gif) no-repeat right bottom;
}
.news .header, .rcol .header {
	background:#9c0000 url(../img/corner1.gif) no-repeat;
	height:28px;
	margin-bottom:15px;
	float:left;
}
.news .header h1, #press .header h1, .rcol .header h1 {
	background:url(../img/corner5.gif) no-repeat right;
	margin:0;
	padding:0 20px;
	color:#fff;
	font-size:14px;
	line-height:28px;
}
.news .newsblock{
	margin:0 20px 20px 20px;
	clear:both;
}
.news .newsblock h3{
	border-bottom:1px solid #9c0000;
	margin:0;
	padding:0 0 3px 0;
	color:#9c0000;
	font-size:120%;
}
.news .newsblock p{
	margin:10px 0;
	padding:0;
}
.news .all{
	padding:5px 20px 20px 20px;
}


/* Special Offer */
.specialoffer .corner1 {
	background: url(../img/corner2s.gif) no-repeat right top;
}
.specialoffer .corner2 {
	background: url(../img/corner3s.gif) no-repeat left bottom;
}
.specialoffer .corner3 {
	background: url(../img/corner4s.gif) no-repeat right bottom;
}
.specialoffer .header {
	background: #9c0000 url(../img/corner1s.gif) no-repeat;
	height:28px;
	margin-bottom:15px;
	float:left;
}
.specialoffer .header h1, #press .header h1 {
	background: url(../img/corner5s.gif) no-repeat right;
	margin:0;
	padding:0 20px;
	color:#fff;
	font-size:14px;
	line-height:28px;
}
.specialoffer .newsblock{
	margin:0 20px 20px 20px;
	clear:both;
}
.specialoffer .newsblock h3{
	border-bottom:1px solid #9c0000;
	margin:0;
	padding:0 0 3px 0;
	color:#9c0000;
	font-size:120%;
}
.specialoffer .newsblock p{
	margin:10px 0;
	padding:0;
}
.specialoffer .all{
	padding:5px 20px 20px 20px;
}


/*  Menu  */
.menu ul{
	margin:0;
	padding:13px 0;
	text-align:center;
}
.menu ul li{
	list-style:none;
	display:inline;
	margin:0 5px;
	color:#9c0000;
	font-size:120%;
	font-weight:bold;
}
.menu ul li span{
	color:#000;
}
.menu ul li a{
	color:#9c0000;
	text-decoration:underline;
}
.menu ul li a:hover{
	text-decoration:none;
}


/*  Footer  */
#footer{
	background:#9c0000;
	height:36px;
	clear:both;
	color:#fff;
}
#footer a{
	color:#fff;
}
#footer #copy, #footer #email{
	width:50%;
	float:left;
}
* html #footer #copy, #footer #email{
	width:49.9%;
	float:left;
}
#footer #copy p{
	margin:12px 0 0 35px;
	padding:0;
}
#footer #email{
	text-align:right;
}
#footer #email p{
	margin:12px 35px 0 0;
	padding:0;
}



#left{
	width:100%;
	vertical-align:top;
}
#left .content{
	padding:0 20px 20px 20px;
}
#left .content h3{
	font-size:100%;
	margin:0 0 5px 0;
	padding:0;
}
#left .content p{
	margin-top:0;
	padding-top:0;
}
#left .content .more{
	white-space:nowrap;
}
.img{
	float:left;
	margin:0 10px 10px 0;
}
.img2{
	float:right;
	margin:0 0 10px 10px;
}
#right2{
	width:450px;
	font-size:120%;
	vertical-align:top;
}
#right2 .pic{
	margin-right:18px;
	font-size:100%;
}

span.person {
	font-weight: bold;
}

.votebar {
	text-align: center;
	background-color: #be2a2a;
	font-size: 70%;
	color: white;
	font-weight: bolder;
}

.voteresults td {
	padding: 2px;
	vertical-align: top;
}

.voteresults th {
	padding: 15px 3px 0 3px;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}

