body {
margin:0px;
padding:0px;
background-color:#000
}


#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}


#header_wrap {
height:80px;
margin:0px;
background:url(images/Layout/copyrightbackground.jpg) repeat-x;	
}



#header {
	margin: 0px;
}


#site_logo {
	background: url(images/Layout/testlogo.jpg) no-repeat;
	margin: 0px;
	height: 80px;
	width: 600px;
}



#menu_wrap {
	width:600px;
	height:24px;
	background:url(images/Layout/menubackground.jpg) repeat-x;
	
}

#menu {
	width:600px;
	height:22px;
	margin:0 auto;
}


#menu ul {
	margin:0px 0px 0px 0px;
	padding:0px;
	list-style:none;
}


#menu ul li {
	margin:0px;
	padding:0px;
	display:inline;
}

#menu ul li a {
	float:left;
	display:block;
	height:22px;
	width:150px;
	padding:0px 0px 0px 0px;
	background:url(images/Layout/menubutton.jpg) bottom no-repeat;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	outline:none;
}

#menu ul li a:hover {
	color:#999;
	background:url(images/Layout/menubuttonhover.jpg) bottom no-repeat;
}


#content_wrap {
	height: 360px;
	width: 600px;
	margin:0px;
	background-attachment: fixed;
	background-image: url(images/Layout/contentbg.jpg);
	background-repeat: repeat-x;
}
#content_title {
	font-size: 14px;
	font-weight:bold;
	color:#888;
}
#content {
	height: 340px;
	width: 600px;
	overflow: auto;
	text-align: left;
	font-size: 12px;
}
#content_wrap {
	margin: 0px;
	height: 360px;
	width: 600px;
	background-image: url(images/Layout/skullflagdim.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 118px;
}
#information_wrap {
	background-image: url(images/Layout/infobackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 36px;
	width: 600px;
}

#information {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFF;
	height: 16px;
	width: 600px;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#888;
	text-align:right;
	height: 20px;
	width: 600px;
}

#contact_button {
	margin:0px;
	float:right;
	display:block;
	padding:0px 0px 0px 0px;
	background: url(images/Layout/contactbutton.jpg) bottom no-repeat;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	height: 20px;
	width: 150px;
	outline:none;
}

#contact_button:hover {
	color:#999;
	background:url(images/Layout/contactbuttonhover.jpg) bottom no-repeat;
}

#copyright {
	font-size:10px;
	color:#999;
	background-image: url(images/Layout/copyrightbackground.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 600px;
	margin: 0px;
}
#neilchester {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999;
	height: 20px;
	width: 298px;
	text-align: right;
	float: right;
	margin: 0px;
}
