

body
{
	text-align: center;
	background-color: #161B21;
	font-size: 16px;
	font-family: Serif;
	color: #ffffff;
	overflow-x: hidden;
}

#main
{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#content
{
	background-color: #161B21;
	background-image: url("../images/bkgrd.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 760px;
	min-height: 61px;
	text-align: center;
}

#footer
{
	background-color: #161B21;
	background-image: url("../images/bkgrd_btm.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 760px;
	height: 67px;
}

#contact
{
	float:left;
	color: #B6D7E6;
	font-family: Tahoma;
	font-size: 11px;
	padding-left: 12px;
	width: 225px;
	margin-top: 17px;
}

#contactText
{
	text-align: center;
	line-height: 14px;
}

#contactText a
{
	color: White;
	font-weight: bold;
}

#contactText a:visited
{
	text-decoration:none;
}

#imgPhone
{
	float:left;
}

#copy
{
	float:right;
	width: 490px;
	vertical-align:middle;
	padding-top: 10px;
	padding-left: 30px;
}

#imgLogo
{
	float:left;
}

#imgDivide
{
	float: left;
	margin: 15px 10px 0px 10px;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#homeMain
{
	margin: 0 auto;
	background-image: url("/images/background-box.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 760px;
	
}

#homeContent
{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 14px;
	text-align:left;
	padding: 53px;
}

#homeLinks
{
	margin-top: 22px;
	margin-bottom: 20px;
	float: right;
	width: 375px;
	text-align: right;
	margin-right: 45px;
}

#homeLinks a
{
	font-family: Arial;
	font-style: italic;
	text-decoration: none;
	color: White;
	font-size: 14px;
}

#homeLinks a:hover
{
	font-weight: bold;
}

#menu
{
	position: absolute;
	left: -500px;
}

#outer
{
	width:100%;
	overflow-x:hidden;
}