/* color.css */

html { 
background-color: #6699cc; }

body { 
padding-top : 0px; }

div#branding {
position : relative;
z-index : 10;
top:10px;
height : 88px;
background: url(Images/branding10.jpg)no-repeat 0 0;  }

div#main_nav { 
position : relative;
z-index : 1;
height : 55px;
margin-left: 5px;
margin-right: 5px;
border-bottom: 1px #333366 solid;
background: url(Images/nav_main10.png) no-repeat 0 0; }

div#content { 
background-color:#dfe8ec; }

div#site_info { 
position : relative;
width : 100%;
height : 90px;
background: url(Images/branding6.png) no-repeat 0 0;}

h1 {
	position : absolute;
	top : 10px;
	left : -40px;
	width : 100px;
	height : 150px;
	text-indent : -9999px;
	background:  no-repeat 0 0;
}

div#links {
	position:relative;
	height : 55px;
	margin-left: -25px;
	margin-right: 10px;
	margin-bottom:20px;
	z-index:3;
}

ul#index {
	position:relative;
	top:20px;
	bottom:50px;	
	left: 15px;
	height: 70px;
}


ul#links {
	position:absolute;
	top:-10px;	
	width: 90px;
	height: 51px;
}

ul#links_li {
	display:inline;
}

li#links_Next {
	position:absolute;
	display:block;
	left: 390px;
}

li#links_Back {
	position:absolute;
	display:block;
	right: 390px;
}
	

ul#nav_features {
	position : absolute;
	top : 31px;
	left : 400px;
	margin : 0;
	width : 140px;
	height : 50px;
	}
	
ul#nav_features li {
	display:inline;}
	
li#nav_Home, li#nav_Biography, li#nav_Contact {
	position : absolute;
	display : block;
	height : 27px;
	width : 20px;
	top: -26px;
}
	
li#nav_Home {
	left:70px;
}
	
li#nav_Biography {
	left: 169px;
}
	
li#nav_Contact {
	left: 268px;
	}
	
li#nav_Home a, li#nav_Biography a, li#nav_Contact a {
	display: block;
	height:50px;
	width:100px;
	text-indent:-9999px;
}

div#site_info h5 { 
position : absolute;
right : 10px; 
bottom : 10px;
width : 150px; 
height : 10px; 
background : transparent url(h5.png) no-repeat; }

div#site_info h5 a { 
display : block;
width : 200px; 
height : 90px; 
text-indent : -9999px; }

div#site_info p { 
position : absolute;
left : 10px; 
top : 30px;
margin : 0; }

div#site_info h5 + p { 
text-indent : -9999px; } 
