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

html, body {
	margin: 0px;
	height: 100%;
	background-color: #0d0d0d;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	letter-spacing: 1px;
}
#wrapper {
	margin: 0px auto;
	height: 100%;
	width: 1280px;
}
#contentwrapper {
	margin: 0px auto;
	margin-bottom: -10px;
	width: 960px;
	height: 100%;
}
#heighthack {
	width: 100%;
	height: 10px;
}
#home {
	height: 540px;
	overflow: hidden;
}
#homecontent {
	font-size: 13px;
	height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
}
#homecontent a {
	color: #69F;
}
#homecontent p:first-child, #homecontent h1:first-child {
	margin-top: 0px;
}
#home img {
	border: none;
	margin-right: 10px;
}
#home .nomarginright {
	padding-right: 0px;
	margin-right: 0px;
}
#home img a, #home a img, #homecontent img a, #homecontent a img {
	text-decoration: none;
	border: none;
}
#topmenu {
	padding-bottom: 15px;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#topmenu a {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}
#topmenu a:hover {
	color: #666;
}
#footer {
	clear: both;
	text-align: right;
	padding-top: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
.wong {
	float: right;
	font-size: 18px;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}
h1 {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
.h2 {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #ffffff;
	color: #333;
}
