*
{
	padding: 0;
	margin: 0;
}
BODY
{
	font-family: tahoma;
	font-size: 12px;
	color: #171616;
	/*[disabled]background-image:url(images/background.gif);*/
	background-repeat: repeat-y;
	background-color: #FAF9F9;
}
#footer
{
	font-family: tahoma;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 500px;
}
.left
{
	float: left;
	padding-top: 100px;
	width: 260px;
	height: 500px;
	background-color: #434040;
}
.left UL LI
{
	float: right;
	list-style-type: none;
}
.left UL LI A
{
	margin-top: 2px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 5px;
	width: 200px;
	height: 23px;
	float: right;
	margin-right: 20px;
}
.left UL LI A:hover
{
	background: #292929;
}
.left UL LI.active A
{
	color: #FFAA00;
	background: #292929;
}
.right
{
	padding-left: 280px;
	padding-top: 100px;
}
.right IMG
{
	margin-right: 10px;
	display: block;
	border: 3px solid #CCC;
}
.right UL LI
{
	margin-left: 30px;
	margin-bottom: 10px;
}
.right OL LI
{
	margin-left: 30px;
	margin-bottom: 10px;
}
.right IMG:hover
{
	border: 3px solid #FFAA00;
}
.block
{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 150px;
	width: 600px;
}
H1
{
	font-size: 16px;
	color: #7F030A;
	font-weight: bold;
	margin-bottom: 20px;
}
H2
{
	font-weight: normal;
	font-family: Arial;
	color: #7E0209;
	margin-top: 0px;
	font-size: 40px;
	padding: 8px 8px 8px 38px;
	background-color: #D1D0D0;
}
H3
{
	font-weight: 900;
	color: #80040B;
	margin-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
P
{
	margin-bottom: 10px;
}
A
{
	color: #711;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.content
{
	width: 600px;
	margin-top: 10px;
}
