@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	
}
#wrapper #Navigation {
	height: 40px;
	font-family: Calibri;
	font-size: 14px;
	font-style: bold;
	text-align: center;
	background-color: #F8F2E7;
	color: #099;
	overflow: auto;
}

#wrapper {
	width: 1100px;
	background-color: #f7f7f7;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #99999;
	
}
#wrapper #logo {
	height: 150px;
	background-color: #FFF;
	margin-top: 25px;
}
#wrapper #follow {
	height: 150px;
	background-color: #FFF;
}
a img {
	border-top-style: none;
	border-right-style: none;	
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #HeaderImg {
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	width: 1100px;
}
#wrapper #MainContetnt {
	background-color: #ACC1E7;
	width: 1100px;
}
#wrapper #MainContetnt #Left {
	background-color: #D3DEF2;
	width: 250px;
	float: left;
	
}
#wrapper #MainContetnt #Right {
	background-color: #F9F9F9;
	width: 850px;
	float: right;
	font-size: 16px;
	
}
#wrapper #MainContetnt #Footer {
	background-color: #F8F2E7;
	clear: both;
	height: 50px;
}
#wrapper #MainContetnt #Right #Table {
	float: right;
	width: 750px;
	height: 300px;
	background-color:#ffffff;
}












