@CHARSET "UTF-8";
body {
	margin:0;
	padding:0;
	font-family: Arial;
	background-color:#00B670;
}
h1 {
	font-size: 125%;
	margin:0;
	margin-bottom: 15px;
	color: #000;
}
a {
	color: #000;
}
img {
	border: 0;
}
dl {
	margin:0;
}
#wrapper {
	padding-top: 75px;
	padding-left: 75px;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	height: 960px;

}
#left_wrapper {
	float:left;
	width: 810px
}
#head_wrapper {
	float: left;
}
#ads {
	width: 202px;
	height: 641px;
	background-image: url(/images/banner_right.png);
	margin-left: 25px;
	float: left;	
}
#head {
	width: 269px;
	height: 80px;
	background-image: url(/images/head.png);
	background-repeat: repeat-x;
	float: left;
}
#menu {
	float:left;	
}
#content_wrapper {
	float:left;	
	margin-top: -5px;
}
#content_head {
	background-image: url(/images/content_head.png);
	width: 790px;
	height: 13px;
}
#content_footer {
	background-image: url(/images/content_footer.png);
	width: 790px;
	height: 13px;
}
#content {
	background-image: url(/images/content.png);
	width: 770px;
	padding-left: 20px;
}
#login_box {
	float: left;
	width: 170px;
	padding-left: 5px;

}
#inner_content {
	width: 576px;
	float: left;	
}
#footer {
	padding-left: 17px;
	font-size: 75%;
}
