body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background-color: #999999;
	font-size: 11px;
}

.bodywrapper{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.topcontainer{
	width: 770px;
	height: 263px;
	background-image: url(top.png);
	background-repeat: no-repeat;
}

.menucontainer{
	width: 770px;
	overflow: auto;
	background-image: url(menu_bg.png);
	background-repeat: no-repeat;
	height: 33px;
}

.menubox{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
}
.contentcontainer{
	width: 770px;
	background-image: url(md_bg.png);
	background-repeat: repeat-y;
}
.contentbox{
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
.footercontainer{
	width: 770px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	height: 101px;
}
.pagebottom{
	width: 770px;
	font-size: 10px;
	color: #CCCCCC;
}