html {
	margin: 0;
	padding: 0;
	}

body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #333;
	text-align: center;
	font: 14px/21px Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}
	
h1 {
	font:  2.6em/normal Georgia, serif;
	color: #003366;
	margin: 0;
	padding: 0;
	}

h3 {
	font: italic bold 1.4em/normal Georgia, serif;
	margin:0;
	color:#333;
	}
a{
	color: #12445a;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: white url(images/wrapper_bg08.gif) left top repeat-y;
	width: 960px;
	text-align: left;
	}

#masthead {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 181px;
	background: transparent url(images/masthead08.jpg) top left no-repeat;
	}

#subcontent {
	float: left;
	text-align: right;
	margin: 0;
	padding: 320px 14px 0 0;
	width: 266px;
	color: white;
	line-height: normal;
	background: transparent url(images/sidebar08.jpg) left top no-repeat;
	}

#subcontent h2 {
	font: italic bold 1.6em/normal Georgia, serif;
	margin: 0 0 -.5em 0;
	}

#maincontent {
	float: left;
	margin: 0 0 1em 20px;
	padding: 0 0 130px 0;
	width: 480px;
	}

#navigation {
	float: right;
	margin: -1px 0 0 0;
	padding: 0 0 300px 0;
	width: 150px;
	font-size: 12px/18px;
	background: transparent url(images/sod-logo.gif) right bottom no-repeat;
	}

#navigation ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
	}

#navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}

#navigation a {
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	margin: 0;
	background: transparent;
	padding: 0 0 0 20px;
	color: #333;
	border: none;
	}

#navigation a:hover {
	color: white;
	background: #333;
	}

#navigation ul#external li a {
	display: block;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0 20px;
	color: #333;
	border: none;
	background: transparent url(images/external_bg.gif) right center no-repeat;
	}

#navigation ul#external li a:hover {
	color: white;
	background: #333 url(images/external_bg_over.gif) right center no-repeat;
	}

#navigation a#current {
	color: white;
	background-color: #12445a;
	cursor: default;
	}

#footer {
	clear: both;
	background: #12445a;
	color: white;
	text-align: right;
	line-height: 60px;
	padding: 0 80px 0 0;
	margin: 0;
	}	

