body{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	background-color: #101010;
	background-image: url(background.png);
	color: #000000;
	margin: 0px 0px 0px 0px;
}
DIV.content{
	position: relative;
	top: 0px;
	width: 950px;
	text-align: left;
	background-image: url(bg_main.png);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
DIV.title{
	position: relative;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 110px;
	border-bottom: 1px solid white;
	background-image: url(title.jpg);
}
DIV.sidebar{
	position: absolute;
	top: 121px;
	left: 11px;
	width: 198px;
	height: 400px;
	background-color: #963203;
	font-size: 10pt;
	color: white;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 0;
}
DIV.main{
	position: relative;
	top: 10px;
	LEFT: 221px;
	WIDTH: 703px;
	BACKGROUND-COLOR: #E0E0E0;
	padding: 10px 5px 5px 10px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
DIV.footer{
	position: relative;
	top: 0px;
	left: 0px;
	width: 944px;
	height: 12px;
	border: 1px solid white;
	background-color: #963203;
	padding: 3px 3px 3px 3px;
	text-align: right;
	font-size: 8pt;
	color: white;
}
DIV.madeby{
	color: #c0c0c0;
	font-size: 7pt;
	margin: 0px;
	padding: 0px;
}
H1{
	margin-top: 0px;
	font-size: 16pt;
	font-weight: bold;
}
H2{
	font-size: 13pt;
	font-weight: bold;
}
H3{
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	}
A:link{
	color: #963203;
	text-decoration: none;
}
A:active{
	color: #963203;
	text-decoration: none;
}
A:visited{
	color: #963203;
	text-decoration: none;
}
A:hover{
	color: #FF3333;
	text-decoration: underline;
}
UL{
	margin-top: 2px;
	padding-left: 30px;
}
IMG{
	border-color: #333333;
}
