html body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#base {
	width:1000px;
	text-align: center;
	position: relative;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;}
#header {
	position: relative;
	width:1000px;
	height:100px;
	text-align: left;
}
#header #ad {
	margin:0 auto;
	width:700px;
	height:100px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 300px;
	line-height: 100px;
	vertical-align: middle;
}
#menu {
	left: 0px;
	height: 24px;
	width: 100%;
	text-align: left;
	background-color: #000066;
	position: relative;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #003300;
}
#menu ul{
font: bold 13px arial;
padding-left: 0;
margin: 0;
height: 20px;
}

#menu ul li{
list-style: none;
display: inline;
}

#menu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

#menu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body #menu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#menu #counter{
	width:300px;
	text-align: right;
	background-color: #000066;
	top: 4px;
	left: 690px;
	height: 20px;
	position: absolute;
}
form {
	margin: 0;
	padding: 0;
}

#content {
	border: 1px solid #EEEEFF;
	height: 100%;
	text-align: left;
}
#ads {
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #EEEEEE;
	line-height: 100%;
	height: 100%;
}
#ads a{
	font-weight: bold;
	color: #0000FF;
}
#bottom {
	left: 0px;
	width:100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: bottom;
	bottom: 0;
	position: relative;
	background-color: #FFFFFF;
}
