#menu {
	float: left;
	border-right-style: none;
	border-right-color: #666666;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 225px;
	margin-left: 150px;
}
#main {
	float: right;
	width: 830px;
	border: 1px solid #666666;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-right: 10px;
}
.menu_box {
	float: left;
	width: 187px;
}
#left {
	float: left;
	width: 186px;
	height: 600px;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #666666;
	background-image: url(../images/buttonback.jpg);
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 1000px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#main_title {
	width: 811px;
	background-color: #FFFFFF;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-color: #666666;
	height: 600px;
	float: left;
}
#main_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#right {
	float: right;
}
#banner {
	background-image: url(../images/banner.jpg);
	height: 250px;
	width: 1000px;
}
#body {
	background-image: url(images/back.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #1B4376;
}
a:visited {
	color: #B6B6D8;
}
a:hover {
	color: #1B4376;
}
a:active {
	color: #8e7067;
}
