#BASE {
	width: 1000px;
	background-color: #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}
#HEADER {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 120px;
}
#MENU {
	width:200px;
	float:left;
	clear: right;
	margin: 0;
	padding: 0px;
}
#MAIN {
	width:798px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#footer {
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	background-color: #333333;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer2 {
	text-align: center;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
	#top{
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
	#link {
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

	
