body {
	background-color: #2E3A49;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../img/design/bg_tile.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#container {
	width:1000px;
	margin: 0 auto;
}
#header {
	width:1000px;
	height:152px;
	text-align:center;
	margin-top: 20px;	
}
#navigation {
	width:1000px;
	text-align:center;
}
#body {
	width:795px;
	margin-right:97px;
	margin-left:105px;
	padding-top: 15px;
}
#footer {
	width:1000px;
	text-align:center;
	font-size: 9px;
	padding-top: 15px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-transform: uppercase;
}

