BODY {
	position: absolute;
	margin: 6px;
	font-family: sans-serif;
	font-size: 12px;
	background: #B8B8CE;
	text-align: center;
	left: 125px;
}

A {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #FF6666;
	text-decoration: underline;
}

#page {
	width: 750px;
	text-align: center;
	clear: both;
}

#menubox {
	float: left;
	width: 200px;
}

.menu {
	border: 1px solid black;
	background: #F5F5F5;
	margin: 6px 6px 0px 0px;
	padding: 0px;
	text-align: left;
}

.menu ul {
	list-style-type: circle;
}

ul.submenu {
	list-style-position: outside;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	text-indent: 0px;
	list-style-type: square;
}

.menu .header {
	text-align: center;
	background-color: #C2C2C2;
	font-size: 15px;
	font-weight: bold;
}

.menu .items {
	padding: 0px 0px 0px 0px;
}

.menu .ads {
	text-align: center;
}

#content {
	float: left;
	border: 1px solid black;
	background: #F5F5F5;
	padding: 0px 6px 0px 6px;
	margin: 6px 0px 0px 0px;
	width: 500px;
	text-align: justify;
}

#content h1 {
	text-align: center;
}

#footer {
	clear: both;
	padding: 12px;
}

img {
	border: 0;
}

p.rightimage {
	float: right;
	padding: 0px 0px 0px 6px;
}

p.leftimage {
	float: left;
	padding: 0px 6px 0px 0px;
}
