body {
	font-family: "Futura Light", "Futura Lt BT", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-color:#e2e2e2;
}

#Wrapper{
	width:100%;
}
#TopDiv{
	clear:both;
	background:#e2e2e2 url(../images/background_topPage.jpg) repeat-x;
	height:231px;
	width:100%;
}
#TopDivContent{
	font-size:14px;
	padding:200px 0 0 32px;
}
#Middle{
	clear:both;
	background:#000000 url(../images/background-PositivePath.jpg) repeat-x;
	height:97px;
}
#BottomNav{
	clear:both;
	background:#000 url(../images/background-bottom.jpg) repeat-x;
	height:302px;
	width:100%;
	
}
#BottomNavHome{
	clear:both;
	background: url(../images/background-bottom.jpg) repeat-x;
	height:302px;
	width:100%;
	
}
#Navigation{
	float:left;
	margin: 0;
	padding:10px 0 0 22px;
	width:600px;
	background:#e2e2e2 url(../images/background-BottomDiv.jpg) no-repeat;
	height:302px;
	
}
#Navigation a{
	font-size:11px;
	padding:0 10px 0 10px;
	color:#000000;
	text-decoration:none;
}
#Navigation a:hover{
	text-decoration:underline;
}
#NavigationContact{
	float:right;
	padding:10px 10px 0 10px;
}
#NavigationContact a{
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
#NavigationContact a:hover{
	text-decoration:underline;
}
#Content {
	float:left;
	font-size:12px;
	color:#333;
	width:425px;
	padding:25px 25px 25px 30px;
}
