body 
{
	background: #c3e8cc url(../images/bg.gif);
	font: .9em arial;
	color: #2A1B0A;
	line-height: 1.75em;
	padding-bottom: 30px;
}
  
a {color: #61380B;}  
a:hover {color: #191007;}
ul {list-style-image: url(../images/bullet.gif); line-height: 1.5em;}
li {padding-bottom: 10px;}
.white {background-color: white;}
  
#wrapper
{
width: 900px;
margin: 30px auto;
position: relative;
}

#title {margin: 0; margin-left: 250px; position: relative; height: 55px; background: url(../images/title.gif) no-repeat; z-index: 99;}



#doll img {z-index: 100; position: absolute; margin-left: 15px;}
#navigation 
{
width: 130px; 
background-color: #FFFFCC; 
border: 1px solid #CC9966; 
border-bottom: 2px solid #CC9966; 
border-right: 2px solid #CC9966; 
padding: 10px;
position: absolute; 
top: 130px; 
left: 0; 
margin-right: 30px; 
opacity: .75;
}



#navigation h2 , #content h2
{
padding: 5px; 

padding-top: 0; 
border-bottom: 1px solid #8D4D32; 
border-top: 1px solid #8D4D32; 
border-left: 1px solid #8D4D32; 
}
#navigation h2 
{
font-size: 1em; 
background-color: #DB774B; 
margin: -10px; 

}

#navigation ul {margin: 20px 10px 10px 25px; padding: 0;}
#navigation ul a:hover {margin-left: 3px; }
#navigation ul a {text-decoration: none; color: #2A1B0A;}
#scroll {overflow: auto; height: 350px; margin-right: -20px; margin-top: -10px; padding: 10px; padding-top: 16px;}

#content 
{
width:700px; 
padding: 20px; 
background-color: #FFFFCC; 
border: 1px solid #CC9966;  
border-bottom: 1px solid #CC9966; 
position: absolute; 
top: 40px; 
left: 180px; 
border-bottom: 2px solid #CC9966; 
border-right: 2px solid #CC9966; 
opacity: .85;
}


#content h2, #content h3 {background-color: #DB774B; padding: 5px; margin: -20px; margin-bottom: 10px;}
#content h2 {background: #DB774B url(../images/bullet.gif) 12px 5px no-repeat; padding-left: 30px; font-size: 1em;}
#content h3 {font-size: 1em; margin: 20px 0px; padding-left: 10px;
border: 1px solid #8D4D32; 
}
ul.list li {border-bottom: 1px dotted ##8D4D32; margin: 10px 20px 10px 0;}

#footer {background-color: #DB774B; padding: 4px; padding-left: 10px; font-size: .9em; margin: 0 -18px -18px -18px; height: 40px; border-top: 1px solid ##8D4D32;}




