body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1A0000;
}
#content {
	background-image: url(../images/img_contentarea.jpg);
	background-repeat: no-repeat;
}
#contentArea {
	position:relative;
	left:5px;
	top:1px;
	width:739px;
	height:520px;
	z-index:1;
	background-color: #FFF;
	overflow: scroll;
	border: 1px solid #340000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #060;
}
li {
	list-style-type: none;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	color: #060;
	text-decoration: none;
}
a:hover {
	color: #030;
	text-decoration: underline;
}
a:active {
	color: #060;
	text-decoration: none;
}
