body {
	margin:0;
	padding:0;
	border:0;
	
	font-size:12pt;
	font-family:verdana, arial, tahoma, sans-serif;
	background:url("website/gfx/sitebg.png") #ffffff repeat-x;
	}
	
h1 {
	margin:0;
	padding:15px 0;
	color:#c42626;
	font-size:22pt;
	font-weight:normal;
	font-family:arial, tahoma, sans-serif;
	}
	
h2 {
	color:#333333;
	font-size:20pt;
	font-weight:normal;
	font-family:arial, tahoma, sans-serif;
}

h3 {
	color:#333333;
	font-size:16pt;
	font-weight:normal;
	font-family:arial, tahoma, sans-serif;
	}
	
p {
	padding:7px 0;
	margin:0;
	}

#wrap {
        margin:0 auto;
        width:950px;
	}
	
#header {
	height:100px;
	}
	
#logo {
	padding-top:35px;
	padding-left:15px;
	float:left;
	}
	
#top {
	height:35px;
	background:url("website/gfx/topbg.gif") top center no-repeat;
	padding:17px 20px;
	}

#nav {
	background:url("website/gfx/navbarbg.png") #000000 repeat-x;
	height:35px;
	line-height:35px;
	margin-left:15px;
	margin-right:15px;
	}
	
#nav a {
	color:#efefef;
	text-decoration:none;
	display:block;
	height:35px;
	line-height:35px;
	padding:0 10px;
	float:left;
	}
	
#nav a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
	
#navleft {
	float:left;
	width:15px;
	height:35px;
	background:url("website/gfx/navbarl.png") center center no-repeat;
	}
	
#navright {
	float:right;
	width:15px;
	height:35px;
	background:url("website/gfx/navbarr.png") center center no-repeat;
	}
	
#middle {
	width:920px;
	background:url("website/gfx/bgrad.gif") #ffffff top center no-repeat;
	padding:0 15px 30px 15px;
	}
	
#ctop {
	height:150px;
	width:920px;
	background:url("website/gfx/ctbg.gif") center center no-repeat;
	}
	
#content {
	float:left;
	width:665px;
	}
	
#rightbar {
	float:left;
	width:235px;
	margin-left:15px;
	height:500px;
	}

#footer {
	background:#252525;
	}
	
#fwrap {
	width:920px;
	margin:0 auto;
	color:#c0c0c0;
	padding:20px 15px;
	}
	
.ftitle {
	font-size:13pt;
	font-weight:bold;
	padding-bottom:5px;
	}
	
.footerbox {
	width:200px;
	float:left;
	}
	
.footerbox a {
	color:#c0c0c0;
	display:block;
	font-size:0.9em;
	line-height:20px;
	}
	
.footerbox a:hover {
	color:#efefef;
	}
	
#copys {
	background:#000;
	text-align:center;
	padding:10px;
	color:#c0c0c0;
	font-size:0.8em;
	}


	
