@charset "UTF-8";
/* CSS Document */

body {
	background:url(img/pgbg.jpg) #4d5958 repeat-x;
	margin:0px;	
	font-family:Arial, Helvetica, sans-serif;
	color:#e3e3e3;
	font-size:14px;
}

#wrapper {
	margin:0px auto;
	width: 1000px;	
}

.headline {
	width:1000px;
	height:211px;
	background:url(img/topban.jpg) no-repeat;	
}

#menu {
	float:right;
	width:295px;
	height:30px;
	margin-top:175px;	
	z-index:200;
}

#menu img {
	padding-right:20px;	
}

#home {
	width:964px;
	margin:0px auto;	
}

#content {
	width:962px;
	margin:0px auto;
	background:url(img/bgbottom.png) bottom no-repeat #000;	
}

h2 {
	color:#c3ef2b;	
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}