/* CSS Document */
html{background: url(images/bg.jpg);}
body{margin: 0 auto; background: url(images/blackfade.png) repeat-x top; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 21px; color: #666;}

h1{margin: 0 0 5px 0; color: #339999; font-size: 24px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-style: italic;}
h2,h3,h4,h5,h6{margin: 0 20px 0 0; color: #333; font-size: 18px; font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-style: italic;}

a{text-decoration: none;}
a img{border: none;}

#top{margin: 0 auto; width: 986px; height: 21px; background: url(images/top.png);}
#bottom{margin: 0 auto; width: 986px; height: 21px; background: url(images/bottom.png);}

#wrap{margin: 0 auto; width: 986px; background: url(images/fade.png) repeat-y;}

#header{margin: 0 0 0 16px; height: 91px; width: 954px; }
	#logo{margin: 0; padding: 0 0 0 22px; background: url(images/headfade.jpg) repeat-x;}

#nav{margin: 0 0 0 13px; height: 51px; background: url(images/navbg.jpg) no-repeat;}
	#nav ul{padding: 0; margin: 0;list-style-type: none;}
	#nav li{float: left;}
	#nav a{display: block; height: 51px;}
	#nav a:hover img{visibility:hidden}
	

#banner{margin: 0 0 0 13px; background: url(images/banner.jpg) no-repeat; height: 237px;}
	#getinfo{position:relative; width:200px; height:72px; z-index:1; left: 650px; top: 100px;}

#content{padding: 40px;}

	#left{width: 225px; font-size: 11px; color: #333;}
			#subnav{background: #e8e8e8; padding: 10px 0 10px 10px; line-height: 24px;}
			#subnav a{color: #333;}
			#subnav a:hover{color: #339999;}
		
	#right{width: 630px; float: right;}
		#right a{color: #003366; font-weight: bold;}

#footer{margin: 0 auto; width: 340px; color: #ccc;}
#footer a{color: #fff;}

.spacer{clear: both; height: 1px;}