#header {
	height: 126px;
	background-color:#053450;

	/* important for the menu, see menu_style.css */
	min-width:850px; 
	width:850px;
	width:auto !important;
}
body {
	margin: 0px;
	padding: 0px;
}

#content {
	padding-top: 30px;
	padding-right: 200px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	min-height:325px;
	height:325px;
	height:auto !important;
	text-align:justify;
}

#footer {
	clear: both;
	height: 15px;
	width: 100%;
	background-color: #053450;
	font-family: Arial, Helvetica, "sans serif";
	font-size: 12px;
	color: #FFF;
	text-align: right;
	
	/* important for the menu, see menu_style.css */
	min-width:850px; 
	width:850px;
	width:auto !important;
}
#content h1 {
	font-size: 20px;
	color: #036;
}

#content a p {
	color: #000;
}

#content h2 {
	font-family: Arial, Helvetica, "sans serif";
	font-size: 14px;
	color: #000;
}
