body { margin: 0; padding: 0; width: 760px; background-color: #386A9B;}

div { border: #000 1px solid; }
h1#headerme{
	color: #036;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5em;
	padding: .4em 0;
	border-top: 1px solid #069;
	border-bottom: 1px solid #069;
	background: url(images/chapter8.jpg) repeat-x;
	margin-bottom: 0;
}
h2{
	padding: 0 2px 0 2px;
	font-weight: normal;
	font-size: 120%;
	text-align: center;
	letter-spacing: .2em;
	background: url(images/chapter8.jpg) repeat-x;
}

#header { width: 758px; float: right; background-color: #036; text-align: center;}
	ul#topnav{
		margin: 0;
		padding: 2px, 2px;
		text-align:right;
		link-type-type: none;
		background: #386A9B;
		margin-left: 30px;
		margin-right: auto;
	}
	ul#topnav li{
		display: inline;
		float: left;
		/*background: url(images/header-bullet.gif) no-repeat 0 50%;*/
		padding: 0 10px 0 8px;
		/*border-right: 1px solid #fff;
		border-left: 1px solid #fff;*/
		border-style: outset;
	}
	ul#topnav li a:link , ul#topnav li a:visited{
		text-decoration: none;
		color: #FFF;
	}
	ul#topnav li a:active{
		text-decoration: none;
		color: #387AAB;
		border-style: inset;
		/*background: #387A9B;*/
	}
	ul#navigation{
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		background: #036;
		float: left;
		width: 100%;
		
	}
	ul#navigation li{
		display: inline;
	}
	ul#navigation a{
		display: block;
		text-decoration: none;
		background: #036;
		color: #fff;
		padding: .2em .5em;
		width: 7em;
		border-bottom: 1px solid #fff;
	}
	ul#navigation a:hover{
		
		background: url(images/chapter10.gif) no-repeat 100% 0 #387A9B;
		padding-right: 7px;
	}

#main-holder { width: 600px; float: left; border: none; background-color: #386A9B;}

#extra { width: 151px; float: right; border-top: none; border-bottom: none; 
		
		background-color: #036; 
		}
#extra p{
		color: #FFF;
}

imgs{
	width: 150px; border: 1px;
	
}

#main { width: 440px; float: right; border: none; background-color: #386A9B;}

#subnav { width: 150px; float: left; background-color: #036; }

#footer { width: 758px; float: right; background-color: #036; text-align: right;}
