#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	background-color: #000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
h2 {
	margin-bottom: 15px;
	font-size: 14px;
}
h3 {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 25px;
}
#column2 ul {
	margin-bottom: 15px;
}
#column2 ul li {
	list-style-type: disc;
	margin-left: 40px;
	line-height: 18px;
}

#main {
	color: #FFF;
	width: 900px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 5px;
}
#title {
	height: 20px;
	padding: 5px;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
}


ul#mainNav {
	background-color: #000;
}

#mainNav li {
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 2px;
}

#mainNav li a:link, #mainNav li a:visited {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(../images/button_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 22px;
	margin-bottom: 2px;
	line-height: 20px;
}
#mainNav li a:hover {
	background-image: url(../images/button_bg_over.gif);
}
#column1 {
	width: 260px;
	float: left;
	background-color: #000;
}
#column2 {
	width: 588px;
	float: left;
	background-color: #242424;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border: 1px solid #FFF;
	min-height: 350PX;
	background-image: url(../images/textbg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#column2 p {
	line-height: 18px;
	margin-bottom: 15px;
}
#column2 a:link, #column2 a:active {
	color: #FFF;
	text-decoration: underline;
}
#column2 a:visited {
	color: #CCC;
}
#column2 a:hover {
	text-decoration: none;
}

div#footer {
	clear: both;
	background-color: #000;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	padding-left: 10px;
	padding-top: 5px;
	text-align: center;
}
.floatRight {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #FFF;
}
.leftFloat {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #FFF;
}
#column1 img {
	margin-top: 15px;
	border: 1px solid #FFF;
}
