html, body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: white;
	width: 955px;
	height: 600px;
}

body {
	font-family: Verdana;
	color: black;
	font-size: 12px;
	background-repeat: no-repeat;
}

div#logo {
	position: absolute;
	top: 5px;
	right: 5px;
}

div#menu {
	position: absolute;
	top: 100px;
	right: 5px;
	text-align: right;
	color: #CC0D0D;
	font-size: 15px;
}

div#menu td {
	text-align: center;
}

div#menu a {
	text-decoration: none;
	color: #CC0D0D;
}

div#menu a.active {
	font-weight: bold;
}


div#content-left {
	position: absolute;
	top: 140px;
	left: 5px;
	width: 480px;
	height: 435px;
	overflow-y: auto;
}

div#content-right {
	position: absolute;
	top: 140px;
	right: 5px;
	width: 435px;
	height: 435px;
	overflow-y: auto;
}

div#copyright {
	position: absolute;
	width: 435px;
	bottom: 5px;
	right: 5px;
	font-size: 10px;
}

div#copyright a {
	text-decoration: none;
	color: black;
}

div#copyright a.active {
	font-weight: bold;
}

p {
	margin-top: 0px;
}
