* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;

}
#container {
	margin: auto;
	width: 800px;
	background-color: #000000;
}

#header {
	width: 100%;
	height: 140px;
	background-color: #3399FF;
}

#body {
	width: 600px;
	background-color: #ffffff;
	float: right;
	text-align: left;
	padding-left: 28px;
}

#side {
	width: 170px;
	float: left;
	background-color: #000000;
}

#footer_wrapper {
	clear: both;
	background-color: #FFFFFF;
}

* html #footer_wrapper {
	height: 10px;
}

#footer {
	width: 600px;
	height: 30px;
	background-color: #ffffff;
	float: left;
	text-align: center;
}

#text {
	width: 695px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
}
#top_menu {
	width: 602px;
	height: 30px;
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	text-align: left;
	vertical-align: text-bottom;
}
#inner_text {
	width: 640px;
	height: 100%;
	background-color: #FFFFFF;
	float: left;
	margin-left: 25px;
}
#header_header {
	width: 100%;
	height: 20px;
	background-color: #FFFFFF;
}
.menu_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
