* {
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #B6C9C3;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #B6C9C3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B6C9C3;
}
body {
	margin: 0px;
	background-color: #171918;
}
p {
	font-size: 10px;
	margin: 5px;
	text-align: justify;
}
li {	
	font-size: 10px;
}
#title {
	background-image: url("title.jpg");
	background-repeat: no-repeat;
	height: 273px;
}

#menu {
	font-size: 9px;
	margin: 5px;
	font-weight: bolder;	
	width: 400px;
	text-align: center;
}

#wrapper {
	width: 400px;
	border-right: 1px solid #B6C9C3;
	}
	
#text {
	width: 400px;
	}
#footer{
	width: 400px;
	text-align: center;
	font-size: 9px;
	top-margin: 15px;
}
h1 {
	font-size: 9px;
	font-weight: bolder;
	margin: 5px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, textarea, select, option {
	margin: 1px;
	border: solid 1px #B6C9C3;
	font-size: 10px;
	background-color: #171918;
}