/*
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
BODY
{
	background: #000000;
	text-align: justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #000033;
}
H1, H2, H3, H4, H5
{
	margin: 0;
}
/*Header*/
#header
{
	width: 400px;
	margin: 0 auto;
	color: #000000;
	font-size: 20px;
}
#header H1
{
	float: left;
	margin: 0px 0 0 0px;
	font-size: 20pt;
}
#header H2
{
	float: right;
	font-size: 24px;
}
A
{
	color: #666666;
	text-decoration: none;
}
A:hover
{
	color: #FF0000;
	text-decoration: none;
}
/*Menu*/
#menu1
{
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #323B2E;
}
#menu1 UL
{
	margin: 0px;
	list-style: none;
	padding: 0px;
}
#menu1 LI
{
}
#menu1 A
{
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-color: #D9D9D9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #808080;
}
#menu1 A:hover
{
	background-color: #8A8A8A;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	color: #FFFFFF;
}
/*Content*/
#content
{
	width: 700px;
	margin: 0 auto;
	padding-top: 10px;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #ffffff;
}
#colOne
{
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}
#colTwo
{
	float: right;
	margin-top: 20px;
	width: 440px;
	padding: 0 20px;
}
#content H2
{
	margin-bottom: 0px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #000066;
}
#footer
{
	width: 700px;
	margin: 0 auto;
	padding-top: 20px;
}
#footer P
{
	text-align: center;
	padding: 0;
	font-size: 10px;
}
#content .style7
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
