html, * {
   padding:0;
   margin:0;
 }

body {
background-color: #cac2c2;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#5f3737;
padding:0;
margin:0;
overflow: auto;
text-align: left;

scrollbar-arrow-color: #5f3737;
scrollbar-base-color: #e8dcdc;
scrollbar-track-color:  #e8dcdc;
scrollbar-face-color:  #e8dcdc;
scrollbar-highlight-color: #e8dcdc;
scrollbar-3dlight-color: #5f3737;
scrollbar-darkshadow-color: #e8dcdc;
scrollbar-shadow-color: #5f3737;

}

#navi a:active, #navi a:visited, #navi a:link {
font-weight: bold;
font-size: 13px;
font-family: Verdana;
color:#5f3737;
text-decoration:none;
}

#navi a:hover {
font-weight: bold;
font-size: 13px;
font-family: Verdana;
color:#ffffff;
background-color: #5f3737;
}

a:active, a:visited, a:link {
font-weight: bold;
font-size: 12px;
font-family: Verdana;
color:#5f3737;
text-decoration:none;
}

a:hover {
font-weight: bold;
font-size: 12px;
font-family: Verdana;
text-decoration:underline;
}

#container {
    background-color: #e6e1d6;
    border:0px solid #ffffff;
    width: 951px;
	height: 575px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 0;
	text-align: left;
}


#header {
position: absolute;
background-color: #4c607e;
background-image: url(header1.jpg);
border-bottom: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-top: 1px solid #ffffff;
margin-left: 150px;
width: 650px;
height: 100px;
}

#navi {
position: absolute;
background-color: #cab8b8;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
margin-top: 101px;
margin-left: 150px;
width: 650px;
height: 20px;
}

 #content {
 position: absolute;
 background-color: #e8dcdc;
border-left: 1px solid #ffffff;
margin-top: 102px;
margin-left: 150px;
width: 640px;
height: 440px;
padding-top: 10px;
padding-left: 10px;
overflow: auto;
}





#left {
background: url(left1.jpg) no-repeat;
position: absolute;
background-color: #E6E6FA;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
border-top: 1px solid #ffffff;
margin-left: 0px;
width: 150px;
height: 575px;
}





#side {
background: url(side31.jpg) no-repeat;
position: absolute;
background-color: #E6E6FA;
border-right: 1px solid #ffffff;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
margin-left: 800px;
width: 150px;
height: 575px;
}





#footer {
position: absolute;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
background-color: #cab8b8;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
margin-top: 559px;
margin-left: 151px;
width: 649px;
height: 16px;
}
