body
{
	background-image:url(/images/background.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	text-align:center;
}
body
{
	text-align:-moz-center;
}	
#main-wrap
{
	width:926px;
}
#body-background
{
	float:left;
	width:926px;
	background-image:url('/images/body_back2.png');
	clear:left;
}
#header
{
	background-image:url(/images/header.jpg);
	background-repeat:no-repeat;
	width:926px;
	height:151px;
}
#nav-back
{
	float:left;
	background-image:url('/images/nav_back.png');
	background-repeat:repeat-y;
	width:216px;
}
#button
{
	float:left;
	background-image:url('/images/button.png');
	background-repeat:no-repeat;
	width:216px;
	height:33px;
}
#button-text
{
	color:#FFF;
	padding-left:25px;
	padding-top:7px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
a.button-text:link
{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
a.button-text:active
{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
a.button-text:visited
{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}
a.button-text:hover
{
	color:#E7E3CD;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
}

#office
{
	float:left;
	background-image:url('/images/office.png');
	background-repeat:no-repeat;
	margin-top:10px;
	width:216px;
	height:208px;
}
/*Content*/
h1
{
	color:#2C5575;
	font-size:16px;
	font-weight:bold;
}
h2
{
	color:#2C5575;
	font-size:14px;
	font-weight:bold;
}

#main-content
{
	float:right;
	width:660px;
	margin-right:30px;
	margin-top:30px;
	padding-left:10px;
	text-align:left;
	height:100%;
}
#main-content li
{
	list-style-type:none;
}
#main-content a:link, a:visited
{
	text-decoration:none;
	color:#2C5575;
}
#main-content a:hover
{
	text-decoration:none;
	color:#7B9FBC;
}

#footer
{
	float:left;
	background-image:url('/images/footer.png');
	background-repeat:no-repeat;
	width:926px;
	height:28px;
}
#copy-text{
	color:#FFF;
	padding-top:7px;
	font-size:10px;
	font-weight:bold;
}