body {
 margin: 40px 0;
 color: #333366;
 padding:0;
 font: 0.86em/1.2 Lucida Bright; 
 background-image: url(images/sfbg.gif);
 }

a:link {
color: #333366;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #333399;
}
a:hover {
text-decoration: none;
color: #ffffff;
}
a:active {
text-decoration: none;
color: #333366;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
 width: 650px;
 margin: 0 auto;
 background: #ffffff url(images/bg2.gif) repeat-y;
 }

#hdr {
 float:center;
 padding-top: 175px;
 background: #ffffff url(images/headerlogo.jpg) no-repeat;
 }

#hdr h1 {
 color: #ffffff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:130px;
 padding: 1em;
 text-align: center;
 background: url(images/divider.gif) no-repeat bottom center;
 padding-bottom: 30px;
}
#nav ul {
 background: url(images/divider.gif) no-repeat top center;
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#nav extra {
		float: left;
	    width: 140px
		 padding-bottom: 30px;
}

#cont {
 float: right;
 width:440px;
 padding: 1.5em;
 }
 
#cont h2 {
 color: #333366;
}

#ftr {
 clear: both;
 color: #fff;
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 }
