﻿/************* GENERAL CSS ************/
body {
	margin: 0px;
	padding: 0px;
	background: #666666 url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #33CCFF;
}
a:hover {
	text-decoration: underline;
	color: #33CCFF;
}
/************* HEADER STUFF ************/
#header {
	width: 770px;
	height: 140px;
	margin: 0px auto;
	padding: 0px 0px;
	background: #FFFBFD url();
}
#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #666666;
	font-size: 3em;
	text-transform: uppercase;
}
#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}
/************* MENU ************/
#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
#menu li {
	display: inline;
}
#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #333333;
}
/************* CONTENT ************/
#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}
#content h6 {
	font-weight: normal;
}
#content h5 {
	font-weight: normal;
}
#content h4 {
	font-weight: normal;
}
#content h3 {
	font-weight: normal;
}
#content h2 {
	font-weight: normal;
}
#content ol {
	line-height: 150%;
}
#content ul {
	line-height: 150%;
}
#content p {
	line-height: 150%;
}
#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}
#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}
/************* FOOTER ************/
#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}
