body {
	background: url(gfx/title.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

font {
	font-family: Tahoma,Arial,Verdana,sans-serif;
	font-size: 11px;
}

a, a:active, a:link, a:visited {
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	background-color: #ADADC0;
	border: thin none White;
	}
	
blockquote {
	font-size: 8pt;
	margin: 10px 10px 20px;
}


#nav {
	width:100px;
	height: auto;
	margin:0px;
	margin-left:0px;
	text-align:right;
	position: absolute;
	top: 116px;
	left: 0px;
	padding:10px;
}

#info {
	width:275px;
	height: auto;
	margin:0px;
	margin-left:0px;
	text-align:center;
	position: absolute;
	top: 270px;
	left: 650px;
	padding:10px;
}

#articles {
	width:275px;
	height: 1600px;
	margin:0px;
	margin-left:0px;
	text-align:left;
	position: absolute;
	top: 100px;
	left: 650px;
	padding:10px;
	overflow: auto;
}

#main {
	width:534px;
	height: auto;
	margin:0px;
	text-align:center;
	position: absolute;
	top: 91px;
	left: 110px;
	padding:10px;
}
