*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #E9E9E9 url(/images/bg.jpg) no-repeat center top;
	font: 13pt/125% "Times New Roman";
	color: #222;
}
P
{
	margin: 0 0 10px;
}
A, A:visited
{
	color: #902;
	text-decoration: none;
}
H1
{
	font-weight: normal;
	line-height: 115%;
	font-size: 20pt;
	margin: 10px 0 15px;
	color: #222;
}
H2
{
	font-weight: normal;
	line-height: 100%;
	font-size: 20pt;
	margin: 0 0 5px;
	color: #902;
}
H2.topMargin
{
	margin-top: 10px;
}
H3
{
	font-weight: bold;
	line-height: 100%;
	font-size: 12pt;
	margin: 7px 0 0;
	color: #222;
}
/*MAIN*/
#container
{
	width: 945px;
	display: block;
	margin: 0 auto;
}
#header
{
	height: 120px;
}
#left_side
{
	width: 755px;
	padding: 13px;
	display: block;
	float: left;
}
#footer
{
	margin-top: 80px;
	font-size: 8pt;
	color: #9D9D9D;
	text-align: center;
}
/*TOP LEFT*/
#top_section
{
	padding-top: 12px;
}
#top_left
{
	float: left;
	display: block;
	width: 350px;
}
#top_right
{
	float: right;
	width: 400px;
}
/*BOT LEFT*/
#bot_section
{
	margin-top: 85px;
	font-size: 11pt;
	line-height: 125%;
}
#bot_section P
{
	margin: 0;
}
#bot_left
{
	width: 340px;
	display: block;
	float: left;
}
#map
{
	border: 1px solid #5A5A5A;
	width: 330px;
	margin-top: 10px;
}
#bot_right
{
	display: block;
	width: 405px;
	float: right;
}
/*RIGHT*/
#right_side
{
	float: right;
	display: block;
	width: 135px;
	margin-top: 7px;
}
#right_side IMG
{
	margin-top: 13px;
	display: block;
	border: 1px solid #505050;
}
