	

	
	body {
	background-color: #B8B69D;
		
	}
	
	#wrapper {
	width: 760px;
background-color: gray;
margin: auto;
border: 1px solid black;

	}
	
	
	#sidebar {
	float: left;
	width: 200px;
	background-color: gray;
	height: 100%;
	}
	
	
#navig ul {
background-color: gray;
width: 110px;
padding: 0px;
margin-left: 35px;
margin-top: 200px;

}

#navig li {
background-color: gray;
list-style: none;
width: 120px;
height: 50px;
margin: 20px 0 0 0;
background-image: url(navPlate2.gif);
background-repeat: no-repeat;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
}

#navig li a{ 
color: black;
text-decoration: none;
display: block;
padding: 1.7em 0;
line-height: 1.2em
 }
 
 
 #navig li a.twolines{ 
color: black;
text-decoration: none;
display: block;
padding: 1.4em 0;
line-height: 1.2em
 }
 
 
 #navig li a:hover{ 
color: #036;
text-decoration: underline;
 }



#navig li a.current { 
color: #777;
text-decoration: none;
 }


#content {
float: right;
width: 500px;
background-color: #ACCF87;
padding: 30px;
}


#masthead {
background-image: url(shimaMasthead.gif);
background-repeat: no-repeat;
background-position: top center;
}

#masthead h1 {
visibility: hidden;
padding-bottom: 180px;
}

.imageFrame {
position: relative;
margin: 0 0 5px 0px;
}

.captionbox {
position: absolute;
background-image: url(60Black.png);
padding: 8px;
color: white;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
bottom:7px;
left: 6px;
}

.imageFrame img {
margin: 0 0px;
padding: 5px;
border: 1px solid #C7D2BC;
}

#footer {
clear: both;
}

p a {
color: #900;
}

