body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bgtile.jpg);
	background-repeat: repeat-x;
	background-color: #2A3C45;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}
		
#container {
	width: 824px;
	\width: 844px;
	w\idth: 824px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/contentbgblank.jpg);	
	margin-top: 0px;
}

#banner {
	margin-bottom: ;
	background-image: url(images/logo.jpg);
	height: 182px;
}

#banner h1{
	 text-indent: -9000px;
}

#nav {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	height: 31px;

}

#navcontainer {
	margin-top: -13px;
}
	
#navlist ul{
	white-space: nowrap;
	height: 2px;
	
}

#navlist li{
	display: inline;
	list-style-type: none;
	
}

#navlist a { 
	padding: 0px 0px 0px 17px; 
}

#navlist a:link, #navlist a:visited {
	color: #fff;;
	text-decoration: none;
}

#navlist a:hover{
	color: #fff;
	text-decoration: underline
}		
		
#mainimage {
	background-image: url(images/mainimage.jpg);
	height: 223px;
}
		
#plugspace {
	background-image: url(images/plugspace.jpg);
	height: 120px;
}
		
#content {
	margin-right: ;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-x;
	min-height: 400px;
	padding-left: 50px;
	padding-top: 40px;
	padding-right: 200px
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: ;
}