body 
{ 
	padding: 0;
	margin: 0;
	background-color: #989898;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 15px;
}

#container
{
	width: 814px; 
	margin-right: auto; 
	margin-left: auto;
}

#head
{
	background: url(Images/head.gif) no-repeat;
	height: 124px;
}

#logo
{
	padding: 45px 0 0 38px;
}

#content
{
	background: url(Images/background.gif) repeat-y;	
}

#mapBottom
{
	background: url(Images/mapBottom.gif) no-repeat;
	height: 57px;
}

#content .contentPadding
{
	padding: 10px 38px 30px 38px;
}

#footer
{
}

#footer a
{
	text-decoration: none;
	color: #000000;
}

#footer .content
{
	background: url(Images/background.gif) repeat-y;
}

#footer .content .contentPadding
{
	padding: 10px 38px 10px 38px;
}

#footer .content .contentPadding .address
{
	text-align: center;
	border-top: solid 1px #402205;
	border-bottom: solid 1px #402205;
}

#footer .bottom
{
	background: url(Images/footer.gif) no-repeat;
	height: 40px;
}

.bottom .contentPadding
{
	padding-left: 38px;
}

.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.extra
{
	clear: both;
}