#title {
	left: 0px;
	top: 0px;
	width: 880px;
	height: 79px;
	padding-right: 25px;
	text-align: right;
	font: 26pt, arial;
	font-weight: bold;
	text-decoration: none;
}

#body { left: 250px; top: 130px; width: 650px; height: 605px; }
#menu { left: 0px; top: 130px; width: 200px; height: 500px; font-size: 14px; }
#foot { left: 0px; top: 635px; width: 200px; height: 100px; font-size: 7pt; }

div {
	position: absolute;
	padding: 5px;
	border: 1px solid white;
	background: #f5f5f5;
	color: #a01371;
	font-family: verdana, helvetica, times new roman;
	font-size: 14px;
	overflow: auto;
}

#title div {
	left: 50px;
	font-size: 22px;
	border: 0px;
}

a:link, a:visited, a:active {
	color: #205080;
	text-decoration: none;
}

a:hover {
	color: #89abcd;
	text-decoration: underline;
}

body { background: #2f3019; }

ul { font-size: 16px; }
ul ul { font-size: 13px; }

img { border: 0px; }

hr { width: 85%; border: 1px solid white; }