body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#FFFFFF;
	margin:10px 0px;
	background-image: url(images/bg_rep.jpg);
	background-repeat: repeat-x;
}


a, a:visited, a:hover {
	color:#000000;
}
.clear {
	clear:both;
}
#contentWrapper {
}
#header {
	height:100px;
	clear:both;
	width:960px;
	margin:0px auto;
}
#bodyBg {
	background-image: url(images/main_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#mainBody {
	clear:both;
	width:960px;
	margin:0px auto;
}
.adSky {
	float:right;
	width: 120px;
	margin-left:10px;
}
.contentLeft {
	width: 800px;
	float:left;
}
.map {
	float:left;
	/*border:1px solid #FF0000;*/
}
.textContent {
	/*border:1px solid #FF0000;*/
	padding-top:180px;
	width:250px;
	float:left;
}
.listy {
	list-style-type: disc;
	margin-left:20px;
	font-size:11px;
	list-style-position: outside;
}
.adBanner {
	float:right;
}
#footer {
	margin-top:10px;
	/*background-color:#CCCCCC;*/
	padding:8px;
	text-align:right;
}
.txtMiddle {
	vertical-align:middle;
	padding-left:20px;
}
