/* CSS Document */


body {
	background-color: #2B5D8E;
	margin-left: 75px;
	margin-top: 0px;
}
#wrapper {
	background-color: #2B5D8E;
	height: auto;
	width: 815px;
}
.clear {
	clear: both;
}
#footer {
	background-color: #2B5D8E0;
	float: right;
	height: 40px;
	width: 770px;
}
#mainbody {
	background-color: #FFFFFF;
	float: right;
	width: 600px;
	height:  auto;
}
#sidebar {
	background-color: #FFFFFF;
	float: left;
	height:  auto;
	width: 215px;
}
#header {
	background-color: #2B5D8E;
	height: 211px;
	width: 815px;
	float: right;
}
#border {
	float: left;
	height:  auto;
	width: 45px;
	background-color: #2B5D8E;

