body {
	margin:0 auto;
	background:#333333;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
}

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

#headertop {
	height:87px;
	width:729px;
}

#ftimage {
	height:171px;
	width:729px;
}

#nav {
	background:url(../images/navbg.jpg);
	height:30px;
	width:729px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
	#nav_pad {padding:8px 0 0 20px;}

	#nav a { 
		color:#fff;
		text-decoration:none;
	}
	#nav a:hover {text-decoration:underline;}
	
#main {
	float:left;
	background:url(../images/mainbg.jpg) repeat-y;
	width:729px;
}
	#text_pad {padding:16px 19px 0 26px;}

	#left { float:left; width:479px;}
		
		#left_pad { padding:16px 0 0 26px;}
	
	#middle {float:left; width:7px;	height:497px;}
		
	#right {float:left; width:243px;}
	
		#right_pad {padding:64px 19px 0 6px;}
		
#footer {
	background:url(../images/footerbg.jpg);
	height:66px;
	width:729px;
}

h1 {
	margin:0px;
	font-weight:bold;
	font-size:16px;
}

h2 {
	margin:0px;
	font-weight:bold;
	font-size:14px;
}

a, a:visited {color:#bd1609; text-decoration:none;}
a:hover {text-decoration:underline;}



