@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

html, body {
	margin:0;
	padding:0;
	background:url(img/bg.jpg) repeat-x top left;
}

#container {
	margin:0 auto;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#top {
	height:105px;
}

h1 {
	margin:0;
	padding:0;
	background:url(img/logo.png);
	position:relative;
	top:10px;
	width:323px;
	height:80px;
	text-indent:-9999px;
}

#nav {
	margin:0;
	padding:0;
	height:50px;
	float:right;
}

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

#nav li {
	display:inline;
}

#nav li a {
	float:left;
	height:50px;
	text-indent:-9999px;
}

#nav li#home a {
	width:65px;
	background:url(img/nav-img.png) no-repeat 0 0;
}

#nav li#home a:hover {
	background-position:0 -50px;
}

#nav li#profile a {
	width:71px;
	background:url(img/nav-img.png) no-repeat -65px 0;
}

#nav li#profile a:hover {
	background-position:-65px -50px;
}

#nav li#news a {
	width:71px;
	background:url(img/nav-img.png) no-repeat -136px 0;
}

#nav li#news a:hover {
	background-position:-136px -50px;
}

#nav li#videos a {
	width:71px;
	background:url(img/nav-img.png) no-repeat -207px 0;
}

#nav li#videos a:hover {
	background-position:-207px -50px;
}

#nav li#shop a {
	width:71px;
	background:url(img/nav-img.png) no-repeat -278px 0;
}

#nav li#shop a:hover {
	background-position:-278px -50px;
}

#nav li#links a {
	width:70px;
	background:url(img/nav-img.png) no-repeat -349px 0;
}

#nav li#links a:hover {
	background-position:-349px -50px;
}



.ad724x15 {
	width:724px;
	height:17px;
	margin:0 auto;
}

#slide {
	width:640px;
	margin:5px;
	float:left;
}

#record {
	width:240px;
	margin:5px;
	float:left;
}

table {
	width:95%;
	border-collapse:collapse;
	margin:3px 0;
}

td {
	border:1px solid #ccc;
	padding:5px;
}

#middle {
	height:245px;
}

#hor-ad {
	width:728px;
	height:90px;	
	margin:5px auto;
}

#main-content {
	margin:20px 0 10px 0;
	width:640px;
	float:left;
	padding:0 5px;
}

#main-content p {
	margin:4px 0;
	line-height:18px;
}

#main-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#main-content li {
	background:url(img/vote_yes.png) no-repeat center left;
	padding:5px 0 5px 20px;
}

#main-content li a{
	color:#666;
	text-decoration:none;
}


#main-content table {
	border:0;
	margin:0;
	padding:0;
	
}

#main-content td {
	border:0;
	padding:5px;
	margin:0;
}

#right-side {
	margin:20px 0 10px 0;
	width:240px;
	float:left;
	padding:0 5px;
}

h2 {
	margin:5px 0;
	color:#F90;
}

.photo-thumb {
	width:130px;
	margin:13px;
	float:left;
}

.photo-thumb img {
	width:130px;
	height:110px;
}

.photo-thumb img a {
	border:0;
}

#showImg {
	width:550px;
	margin:15px auto;
}

#showImg img {
	padding:5px;
	border:1px solid #999;
}

#content {
	background:#fff;
}

.clear {
	clear:both;
}

#footer {
	background:#eaeaea;
	border-top:2px solid #ddd;
	clear:both;
	height:45px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:10px;
}

#footer p {
	text-align:center;
	margin:3px;
}

#footer a {
	color:#f60;
	text-decoration:none;
}
	
