@charset "UTF-8";
#header {
	height: 100px;
	width: 992px;
	position: absolute;
	overflow: visible;
	left: 92px;
	top: 5px;
	background-color: #FFFFFF;
	border: 0px solid #660000;
	z-index: 8;
}
#container {
	background-color: #FFFFFF;
	border: 0px solid #660000;
	position: absolute;
	height: 520px;
	width: 992px;
	left: 62px;
	top: 105px;
	overflow: visible;
	float: right;
	clear: right;
	z-index: 7;
	background-image: url(assets/images/back_2.jpg);
	visibility: visible;
}
#sidebar {
	position: absolute;
	height: 466px;
	width: 162px;
	overflow: visible;
	left: 73px;
	top: 115px;
	visibility: visible;
	border: 1px solid #660000;
	float: left;
	clear: both;
}
#footer {
	clear: both;
	float: left;
	height: 27px;
	width: 992px;
	border: 0px solid #660000;
	position: absolute;
	left: 62px;
	top: 621px;
	overflow: visible;
	background-color: #FFFFFF;
	visibility: visible;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
}
