body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	text-align: center;
	color: #000000;
	background-color: #F0F0F0;
}
#Main_container {
	width:995px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Main_topStrip {
	width:995px;
	height:87px;
	background-image: url(Images/Top.png);
	background-repeat: no-repeat;
}
#Main_logoBg {
	width:250px;
	height:80px;
	background-repeat:no-repeat;
	background-image: url(Images/logo.png);
	background-position: left 20px;
	cursor: hand;
	float:left
}
.Main_PageTitel{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #595959;
	width:153px;
	height:36px;
	float:right;
	text-align:center;
	margin-top:25px;

}

.Main_TopRound {
	width:995px;
	height:15px;
	clear:both;
	background-image: url(Images/TopControl2_01.png);
	background-repeat: no-repeat;

}
.Main_TopRound2 {
	width:995px;
	height:15px;
	clear:both;
	background-image: url(Images/TopControl2_01.png);
	background-repeat: no-repeat;
	margin-top:5px;
}
.Main_TopRoundBody {
	padding-left:10px;
	clear:both;
	background-image:url(Images/TopControl2_02.png);
	background-repeat:repeat-y;
}
.Main_TopRoundBottom {
	width:995px;
	height:15px;
	clear:both;
	background-image: url(Images/TopControl2_03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Main_prdInfo {
	width: 990px;
	padding-left: 5px;
	height: auto;
	background-image: url(Images/TopControl2_02.png);
	background-repeat: repeat-y;
}
#Main_apDivMain {
	float: left;
}

#side_bar{
	float: left;
	padding-left: 5px;
	font-size: 14px;
}
#map{
	width:825px;
	height:490px;
	float:right;
	margin-right:10px;
	border: 1px solid #CCCCCC;

}


#side_bar a {
	text-decoration: none;
	color: #FF9900;
}
#side_bar a:visited {
	color: #FF9900;
}
#side_bar a:hover {
	color: #333333;
	text-decoration: underline;
}
#side_bar a:active {
	color: #FF9900;
}
