body {
	margin: 0px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
#container {
	position: relative;
	width: 810px;
	height: 580px;
	top: 30px;
	margin: auto;
	background-repeat: repeat-x;
	background-color: #FFF;
}
div.imageholder{ 
	position:absolute;
	width: 700px; 
	height: 700px; 
	left: 480px; 
	top: 125px;
}
div.footer{
	position:absolute;
	width: 810px;
	height: 30px;
	left: 0px;
	top: 270px;
	z-index: 3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
div.contentarea {
	position:absolute;
	width: 440px;
	height: 300px;
	left: 17px;
	top: 125px;
	text-align:justify;
	z-index: 4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.style1 {
	color: #A71C20;
	font-weight: bold;
}
a.navigation:link {
            color: #000000;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #000000;
}
a.navigation:hover {
	text-decoration: underline;
	color: #A71C20;
	font-style: italic;
}
a.navigation2:active {
            text-decoration: none;
            color: #000000;
}
a.navigation2:link {
            color: #000000;
            text-decoration: none;
}
a.navigation2:visited {
            text-decoration: none;
            color: #000000;
}
a.navigation2:hover {
	text-decoration: underline;
	color: #A71C20;
}
a.navigation2:active {
            text-decoration: none;
            color: #000000;
}

