#nav{
	position: absolute;
	top : 100px;
	left : 0px;
	width : 160px;
	height : 1548px;
	font-weight: bold;
	line-height: 30px;
	color: #000000;
	background-color: #8C6239;
	padding-left : 10px;
	
	}

#nav ul, #nav li {
	list-style-type: none;
}
	
#nav a, #nav li.active li a 
{
	color: #FFCC99;
	text-decoration: none;
}

#nav a:hover, #nav li a:hover 
{
	background-color: #fc6;
	color: #930;
	text-decoration: none;
}

a {
	color: #930;

}

a:visited {
	color: #f60;
}
	
#content{
    position: absolute;
	top : 100px;
	left : 150px;
	width : 570px;
	height : 100%;
	background-color: #ffdead;
	color: #000000;
}

p,ul,ol {
	font-size: 12pt;
	text-align: justify;
	color: #003300;

}

pc {
	font-size: 10pt;
	text-align: centre;
	color: #000000;

}

h1, h2, h3 {
    font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 200%;
	font-weight: bold;
	color: #003300;
}

h2 {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	padding-right: 3px;
	border-top: 0px solid #fc6;
	border-right: 0px solid #fc6;
	border-bottom: 0px solid #fc6;
	border-left: 0px solid #fc6;

}

h3 {
    font-size: 100%;
    font-weight: bold;
}

    BODY {scrollbar-3dlight-color:#DEB887;
           scrollbar-arrow-color:#000000;
           scrollbar-base-color:#FFEBCD;
           scrollbar-track-color:#FFDEAD;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:#8C6239;
           scrollbar-highlight-color:#FFDEAD;
           scrollbar-shadow-color:}