body {
	font-family: "Futura Light", "Futura Lt BT", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:#dbdbdb url(../images/background-page-internal.jpg) repeat-x;
}

#Wrapper{
	width:800px;
	margin:0;
}
#TopDiv{
	clear:both;
	height:158px;
}
#Middle{
	margin:8px 0 0 0;
	clear:both;
	background:#FFFFFF;
}
#Contact{
	clear:both;
	height:44px;
	background:#000000;
	width:800px;
}
#Contact a{
	float:right;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	padding:15px 10px 0 10px;
}
#ContentLeft{
	float:left;
	width:365px;
	background-color:#FFFFFF;
}
#Content {
	float:right;
	font-size:12px;
	color:#666666;
	padding:25px 25px 25px 30px;
	width:379px;
	height:223px; 
	background-color:#FFFFFF;
	overflow: auto; 
	visibility: visible;
}
#Navigation{
	margin: 10px 0 0 32px;
	border-left:#000000 solid 1px;
	height:120px;
	overflow:hidden;
	width:112px;
}
#Navigation a{
	float:right;
	font-size:11px;
	padding:0 10px 0 10px;
	color:#707070;
	text-decoration:none;
}
#Navigation a:hover{
	text-decoration:underline;
}
#BottomLeftContent{
	float:left;
	margin:0;
}
#BottomNav{
	float:right;
	width:145px;
	line-height:25px;
}
#Footer{
	clear:both;
	background:#dbdbdb url(../images/background-footer-internal.jpg) repeat-x;
	margin:-5px 0 0 0;
	height:164px;
	
}
