body {
	margin: 0;
	padding: 0;
	background: white;
}

#container {
background: url(img/left.jpg) 0% repeat-y;
}

#header {
		float: left;
	display: block;
	width: 100%;
	background: #21275B url(img/header.jpg) 0 128px repeat-x;
}

h1#logo {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

h1#logo a {
	display: block;
	width: 785px;
	height: 136px;
	background: url(img/masthead.jpg) center center no-repeat;
	text-indent: -2000px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
}

#masthead {
	margin: 0;
	padding: 0;
	text-indent: -2000px;
	display: block;
	background: #212759;
	height: 136px;
//	background: url(img/masthead.jpg) center top no-repeat; /*or background: url(img/masthead.jpg) 100px 1px no-repeat; */
}

ul#nav {
	list-style: none;
	background: url(img/nav.jpg) bottom repeat-x;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	font-family: Arial;
	clear: both;
	width: 100%;
}

ul#nav li {
	display: block;
	float: left;
	border-bottom: 7px solid transparent;
	padding: 0 0 2px 0;
	margin: 0;
}


ul#nav li:hover {
	border-bottom: 7px solid #999999;
}

ul#nav li a {
	display: block;
	float: left;
	padding: 15px 10px 2px 15px;
	color: white;
	text-decoration: none;
}

#body {
	overflow: hidden;
	float: left;
	width: 100%;
	margin-top: -7px;
	padding-top: 7px;
	
}
#sidebar {
	width: 19%;
	float: left;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 1em;
}
// 	padding-right: 6px;

#sidebar a {
	color:#CCCCCC;
	}
#sidebar a:visited {
	color:#CCCCCC;
	}
#sidebar a:hover {
	color:#999999;
	}
	
#content {
	float: right;
	width: 79%;
	font-size: .9em;
	background: white;
}

#content p {
	font-family: Arial;
	margin: 10px;
	padding: 5px 0 0 0;
	line-height: 1.5;
}

#content h2 {
	font-size:1.5em;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 10px 0 5px .5em;
	text-indent: -2000px;
	background: url(img/h2.jpg) top left no-repeat;
	}

	#content ul {
		font-size: 1em;
	}
	
#container #body #content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	background: #C7C8D6;
	clear:both;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	padding: 3px;
	}