* {
	margin:0;
	padding:0;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	position: relative;
	background-color:#182972;
	font: 12px/18px "BPG Glaho", Sylfaen, serif;
	color: #182971;
	height: 100%;
}

.header {
	width:100%;
	height:500px;
	position: relative;
	background: url(../images/background.jpg) top center no-repeat;
}

.Content {
	position:absolute;
	top:267px; left:50%;
	margin: 0 0 -1px -400px;
	width:800px; 
	background: url(../images/content_background.jpg) top center repeat-y;
	padding:0 0 70px 0;
}

.newsColumn {
	float:left;
	width:240px;
	margin:4px 0px 0 30px;
}

.contentColumn {
	width:440px;
	margin:10px 0 40px 330px;
}

.footer {
	position:absolute; clear:both;
	bottom:0px; width:800px; height:70px;
	color:#FFFFFF;
	background: #182972 url(../images/footer.jpg) top center no-repeat;
}

/* // ///   S T Y L E  /// // */

