* {margin: 0px; padding: 0px;}
html {overflow: auto;}
body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #000;
}
.clear {clear: both; display: block; height: 0px; margin: 0px; padding: 0px;}
#container {margin: 0 auto; width: 850px; text-align: left;}

#top {width: 850px; height: 71px; border-bottom: 1px solid #fff;}
	#topleft {width: 298px; height: 71px; text-align: left; float: left;}
	#topright {width: 474px; text-align: right; float: right; padding: 20px 0px 0px 0px;}
	#topright a {color: #FFFFFF; text-decoration: none;}
	#topright a:hover {text-decoration: none; color: #999999;}

#nav {width: 850px; height: 40px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#nav ul {margin: 0px; padding: 13px 0px 0px 25px;}
#nav ul li {list-style: none; margin: 0px; padding: 0px; display: inline;}
#nav ul li a {
	font-family: Arial, Verdana, Geneva, sans-serif; font-size: 11px; color: #FFF;
	text-decoration: none;
	margin-right: 30px;
}
#nav ul li a:hover {color: #999; text-decoration: none;}

#middle {
	padding: 20px 0px 20px 0px;
	min-height: 400px; height: auto !important; height: 400px;
}
	#headings {width: 850px; height: 50px;}
		#headings #left {float: left; width: 200px; text-align: center;}
		#headings #left a {font-family: Arial; font-size: 12px; color: #FFF603; font-weight:normal; text-decoration: none;}
		#headings #mid {float: left; width: 400px; text-align: center; margin-left: 25px;}
		#headings #mid h1 {font-family: Arial; font-size: 16px; color: #FFF; font-weight:normal;}
		#headings #mid p {font-family: Arial; font-size: 11px; color: #FFF;}
		#headings #right {float: right; width: 200px; text-align: center;}
		#headings #right a {font-family: Arial; font-size: 12px; color: #FFF603; font-weight:normal; text-decoration: none;}
	.collagecontainer {
		float: left; padding: 5px; margin: 0px 20px 20px 20px;
		width: 160px; height: 160px; display: inline;
		text-align: center;
	}
	.collagecontainer .image {
		float: left; margin: 0px 0px 10px 0px; padding: 5px;
		width: 160px; height: 125px; display: inline;
		border: 1px solid #333;
		text-align: center;
	}
	.collagecontainer .text {
		float: left; margin: 0px; padding: 5px 0px 0px 5px;
		width: 160px; height: 20px; display: inline;
		border: 1px solid #333;
		text-align: center;
		font-family: Arial; font-size: 11px; color: #FFF;
	}
	

#wrapper {
	padding: 20px 0px 20px 0px;
	min-height: 460px; height: auto !important; height: 460px;
}
#wrapper p {font-family: Arial; font-size: 11px; color: #FFF; text-decoration: none;}	
#wrapper a {font-family: Arial; font-size: 11px; color: #FFF; text-decoration: none;}	
#wrapper a:hover {font-family: Arial; font-size: 11px; color: #999; text-decoration: none;}	
#wrapper table {margin: 0 auto;}


#bottom {width: 850px; height: 20px; border-top: 1px solid #fff;}

/* christmas */
#xmas {
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	background-color: #333;
	border: 1px solid #666;
	text-align: center;
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #FFF603;
	text-decoration: none;
}
#xmas h1 {font-family: "Comic Sans MS", Arial; font-size: 14px; color: #008000; text-decoration: none; margin: 0px 0px 10px 0px; line-height: 15px;}
#xmas p {font-family: "Comic Sans MS", Arial; font-size: 13px; color: #FF0000; text-decoration: none; margin: 0px 0px 10px 0px;}

