/* -------------------------------------------
Main Site Styles
*/
body {background: #26100c;
color: #444;}	

h1, h2, h3 {font-family: "Gill Sans";
text-transform: uppercase;
line-height: 1.5em;
color: #222;}	

h4 {font-family: georgia;
font-size: 16px;
margin-bottom: 10px;
color: #333;}

p {line-height: 1.5em;
font-family: georgia;
font-size: 16px;
margin-bottom: 5px;}

a {color: #a22a20;
text-decoration: none;
font-weight: bold;}

a:hover {color: #000;}
div.clear {clear: both;}
.bold {font-weight: bold;
color: #000;}	

/* -------------------------------------------
Header
*/
#header-outer {background: #fff url(images/fade.jpg) repeat-x top left;
height: 100px;
border-top: 1px solid #000;
border-bottom: 1px solid #fff;}

#header {width: 850px;
margin: 0 auto;
padding: 16px;
background: url(bg_header.gif);}

#header img {width: 385px;
height: 68px;
float: left;}

/* -------------------------------------------
Navigation
*/

#nav-outer {background: #3138a0;
border-top: 1px solid #282d82;
border-bottom: 1px solid #000;}

#navigation {background: url(images/bg-nav.gif) repeat-x top left;;
border-left: 1px solid #1d2384;
border-right: 1px solid #1d2384;
font-family: "Gill Sans";
text-transform: uppercase;
font-size: 12px;
padding: 6px 10px 9px 10px;
width: 850px;
margin: 0 auto;
height: 18px;}

#navigation li,
#footer li {float: left;
margin: 0 10px;}

#navigation li {display: block;
height: 19px;
margin-right: 5px;}

#navigation a {color: #fff;
font-weight: normal;
letter-spacing: .15em;}

#navigation li:hover,
#navigation li.current {background:#1e2772}

#navigation a {height: 15px;
padding: 4px 5px 0 3px;
margin-left: 2px;
display: block;}

/* -------------------------------------------
Main Article Area
*/

#contentWrapper {width: 870px;
min-height:550px;
margin: 0 auto;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fff;}

#content{
padding:20px;
background: #fff;	
}

/* -------------------------------------------
Footer
*/

#footer-outer {background: #191d52;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
color:#dddff6;}

#footer-outer p{margin:10px;text-align:center;}

