* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url(bodybg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arno Pro Smbd Caption";
	font-size: 14px;
	color: #666666;
	text-align: center;
}
 
a img{
 border: 0px;}

a {
text-decoration: none;}

.hidden {
 text-indent: -9000px;
 background: inherit;}

/***Header/logo tags***/

#header {
 width: 850px;
 margin: 0 auto;
 height: 180px;
 border-top: 1px solid #000;}
 	
#logo {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 800px;
}

#logo h1,#logo h2 {
font-weight:400;
letter-spacing:-2px;

}

#logo h1 {
font-size:2.4em;
padding-top:10px;
color: #F58220;
}

#logo h2 {
font-size:1.3em;
color: #a0a0a0;
}
 
 
 /***Top Navigation - try not to findle this took me a while to work out and get right***/

#topnav {
 margin-top:105px;
 margin-left: 80px}

#topnav a{
 display: block;
 float: left;
 text-align: center;
 width: 95px;
 height: 35px;
 line-height: 35px;
 text-decoration: none;
 color: #a0a0a0;
 font-size: 0.7em;
 background-image:url(tab.png);
 background-position:bottom left;
 background-repeat:no-repeat;}

#header a:hover {
	color: #FFFFFF; background-color:#FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	
#content {
	clear: both;
	text-align: left;
	width: 650px;
	margin: 20px auto 0 auto;
	padding: 5px;
	width: 655px;
}


#content h2{
 padding-left: 8px;
 font-size: 1.2em;
 text-transform: uppercase;
 margin-left: 15px;
 letter-spacing:-1px;
 margin-bottom: 10px;
 color: #F58220;}

#content p {
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
}

#content p a{
 color: #324A97;}
 
#content p a:hover {
 color: #fff;
 background: #324A97;}

#content blockquote {
 margin: 15px;
 border: 1px solid #b0b0b0;
 padding: 10px;
 width: 500px;
 background: #f4f4f4;
 font-size: 0.8em;
 font-family: Courier, "Lucidia Console", "Times New Roman", sans-serif;
 color: #a0a0a0;}
 
#content abbr {
 border-bottom: 1px dotted #8f8f8f;}