body {
	background: #BFBFBF;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana;
	font-size: 11px;
	color: #000;
	}

#holder {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -498px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 996px;
	background: #BFBFBF url(/media/screen/body.png) no-repeat top center;
	}

#top {
	position: relative;
	margin: 0px;
	width: 996px;
	height: 32px;
	text-transform: uppercase;
	font-size: 9px;
	}

#topnav {
	position: absolute;
	bottom: 2px;
	right: 17px;
	}
	
#toplang {
	position: absolute;
	bottom: 2px;
	left: 17px;
	}
	
#topnav a, #toplang a {
	color: #000;
	text-decoration: none;
	}

#logo {
	position: relative;
	margin-top: 120px;
	margin-bottom: 20px;
	margin-right: 1px;
	float: right;
	}

#menuholder {
	position: relative;
	clear: both;
	margin-top: 20px;
	width: 994px;
	background: #5883B7;
	}

#welcome {
	position: relative;
	width: 994px;
	height: 300px;
	overflow: hidden;
	}

.hborder {
	clear: both;
	width: 100%;
	height: 2px;
	background: #45648A url(/media/screen/hborder.png) repeat-x;
	}
	
.vborder {
	float: right;
	width: 2px;
	height: 60px;
	background: #45648A url(/media/screen/vborder.png) repeat-y;
	}

.menufield {
	float: right;
	width: 164px;
	height: 60px;
	overflow: hidden;
	text-transform: uppercase;
	}

.menufield a {
	line-height: 90px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	}
	
#content a {
	color: #5883B7;
	text-decoration: none;
	}
