@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	}
	
body a {
	color:#d7d7d7;
	}
	
table tr td a img {
	border:1px #b5b5b5 solid;
	padding:3px;
	}

table tr td a:hover img {
	border:1px #fff solid;
	}
	
#container {
	background-color:#202020;
	width:880px;
	margin:15px auto;
	padding-top:10px;
	}
	
#footer {
	background-color:#343434;
	width:850px;
	padding:15px;
	text-align:center;
	font-size:12px;
	color:#ebebeb;
	}

#footer a {
	color:#ebebeb;
	}
	
#top {
	width:830px;
	height:152px;
	background-image:url(/images/top.jpg);
	background-repeat:no-repeat;
	margin:15px auto 15px auto;
	}
	
#top h1 {
	text-indent:-99999px;
	}
	
#top h2 {
	font-size:30px;
	}
	
#top h3 {
	padding-top:5px;
	font-size:17px;
	letter-spacing:0.5px;
	}

#top h2, #top h3 {
	text-align:right;
	color:#adadad;
	font-weight:normal;
	font-family:"Trebuchet MS", Verdana, Arial;
	}

#top h3 a {	
	color:#adadad;
	}
	
#nav {
	width:800px;
	margin:8px auto 0 auto;
	}
	
#nav ul {
	display:inline;
	height:36px;
	}

#nav ul li {
	display:inline;
	height:36px;
	}
	
#nav ul li a {
	font-size:28px;
	color:#adadad;
	font-family:"Trebuchet MS", Verdana, Arial;
	float: left;
	width: 158px;
	display: block;
	text-decoration: none;
	text-align: center;
	height:36px;
	}
	
#nav ul li a:hover {
	color:#fff;
	}

#nav a.first {
	border-right:1px #101010 solid;
	}

#nav a.mid {
	border-right:1px #101010 solid;
	border-left:1px #454545 solid;
	}
	
#nav a.last {
	border-left:1px #454545 solid;
	}
	
.clear {
	clear:both;
	}
	
#middle {
	width:800px;
	height:181px;
	margin:15px auto 10px auto;
	}
	
.bg1 {
	background-image:url(/images/middle1.jpg);
	}
.bg2 {
	background-image:url(/images/middle2.jpg);
	}
.bg3 {
	background-image:url(/images/middle3.jpg);
	}
.bg4 {
	background-image:url(/images/middle4.jpg);
	}
.bg5 {
	background-image:url(/images/middle5.jpg);
	}
.bg6 {
	background-image:url(/images/middle6-xmas.jpg);
	height: 380px !important;
	border-radius: 5px;
	}
	
.half {
	width:380px;
	color:#d7d7d7;
	}

.half h3 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:23px;
	margin-bottom:8px;
	font-weight:normal;
	}
	
.half p {
	font-size:13px;
	margin-bottom:10px;
	line-height:18px;
	}

.left {
	float:left;
	margin-left:40px;
	}

.right {
	float:right;
	margin-right:40px;
	}
	
.full {
	width:800px;
	color:#d7d7d7;
	}
	
.full h3 {
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:23px;
	margin-bottom:8px;
	}
	
.full p {
	font-size:13px;
	margin-bottom:10px;
	line-height:18px;
	}
	
.full ul {
	font-size:13px;
	margin-left:30px;
	list-style:circle;
	}
	
.full ul li {
	margin-bottom:8px;
	}
