/*begin of style sheet*/

body, html {
	background: #cfccbb;
	width: 100%;
	text-align: center;
    scrollbar-arrow-color: #938169;
	scrollbar-base-color: #938169;
	scrollbar-dark-shadow-color: white;
	scrollbar-track-color: #c0bca0;
	scrollbar-face-color: #938169;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: #938169;
	scrollbar-3d-light-color: purple;
}

#container{
	width: 100%;
	height: 100%;
	
}

#main{
	background-color: #c3bf9b;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	width:70%;
	margin-left:15%;
}

#header{
	background-color: #cfccbb;
}

#nav{
	text-align: center;
}

a:link{
	color: #c9b396;
	text-decoration: none;
	border: none;
}

a:visited{
	color: #c9b396;
	text-decoration: none;
	border: none;
}

a:active{
	color: #c9b396;
	text-decoration: none;
	border: none;
}

table{
	font-family:Verdana, Geneva, sans-serif;
	background-color: #938169;
	color: #000000;
	border-style:inset;
	border-color:#999;
	border-width:medium;
}

td{
	border-style:inset;
	border-color:#999;
	border-width:medium;
}

p{
	text-indent:15px;
	margin-left:25px;
	margin-right:25px;
	text-align:left;
}

#footer{
	text-align:center;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10px;
	width:70%;
	margin-left:15%;
	border-style:inset;
	border-color:#999;
	border-width:thin;
	background-color:#938169;
}

#footer-sub{
	text-align:center;
	font-family : Verdana, Geneva, sans-serif;
	font-size: 10px;
	width:100%;
	margin-left:15%;
	border-style:inset;
	border-color:#999;
	border-width:thin;
	background-color:#193f59;
}


#content{
	background-color: #667882;
}