*{
	padding:0;
	margin:0;
	border:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body {
	background-image:  url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	height: 100%;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	margin-left: 20px;

}
#main {
	width: 790px;
	margin: auto;
	min-height: 100%;
	height:auto !important;
	position: relative;
	background-image:  url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#banner {
	background-image:  url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 191px;
	width: 748px;
	margin-right: 21px;
	margin-left: 21px;
}
#left {
	background-image:  url(../images/menu_bg_top.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 159px;
	min-height: 200px;
	height: auto !important;
	margin-left: 21px;
}
#left img {
	margin-top: 75px;

}
#content {
	background-image:  url(../images/content_bg_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 200px;
	height: auto !important;
	width: 410px;
	margin-right: 180px;
	margin-left: 180px;
	padding: 10px;
}
#content p {
	padding-top: 10px;
	text-align: justify;
}
#content * {
	font-size: 12px;
	color: #E9E9E9;
}
#content h1 {
	font-size: 16px;	
}
#content h2{
	font-size: 14px;	
	background-color: #967D76;
	margin-top: 10px;
}
#content a{
	color: #FFBF80;
}
#content .blacktypo td {
	color: #000000;
}
#right {
	background-image:  url(../images/news_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 139px;
	min-height: 200px;
	height: auto !important;
	margin-right: 21px;
	padding: 10px;
	text-align: justify;
}
#right a{
	color: #FFBF80;
}
#footer {
	position: absolute;
	bottom: 0;
	clear: both;
	font-size: 10px;
	text-align: right;
	width: 745px;
	padding-right: 45px;
}
#footer a {
	font-size: 10px;

}
#footer a:hover {
	font-size: 10px;
	text-decoration: overline;

}
