BODY,html {
	position: relative;
	FONT-FAMILY: Verdana;
	text-align: center;
	border: 0;
	padding: 0;
	width: 100%;
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
	top: 0;
	margin: 0 auto;
	height: auto;
	background-color: #CCCCCC
}

#bigbox {
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background-color: #FFFFFF;
	width: 1100px;
}

#menu {
	float: left;
	position: relative;
	z-index: 0;
	text-align: left;
	margin: 0 auto;
	height: auto;
	background-color: #000066;
	width: 265px;
}

#content {
	float:left;
	width: 820px;
	height: 100%;
	background-color: white;
	FONT-SIZE:12;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: justify;
	Z-Index:1;
}

#contentbox {
	position:absolute;
	top: 168px;
	left:0;
	width: 100%;
	height:auto;
	padding-bottom: 2px;
	background-color: #000066;
	clear:both;
	background-repeat: repeat-x;
}

#linklist {
	position: absolute;
	top: 140px;
	left:0;
	width: 1100px;
	height: 30px;
	text-align: right;
	background-color: #000066;
}

#ban {
	position:absolute;
	left:0;
	top: 0;
	width: 1100px;
	height: 140px;
	text-align: left;
	background-color: #000000;
}


