body{
background: #000000;
margin: 0px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
}

#container {
	position: relative;
	width: 800px;
	top: 20px;
	margin: auto;
	z-index: 2;
}

div.contentarea {
	position: absolute;
	width: 360px;
	height: 310px;
	left: 80px;
	top: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: justify;
	z-index: 6;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	overflow: auto;
	background-color: transparent;
}

div.footer {
	position: absolute;
	width: 300px;
	height: 60px;
	left: 20px;
	top: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
	z-index: 2;
	color: #000000;
	border-top: 1px #000000 solid;
}

a:link {
            text-decoration: underline;
			color: #000000;
}

a:visited {
            text-decoration: underline;
            color: #000000;
}

a:hover {
            text-decoration: underline;
            color: #7E0504;
}

a:active {
            text-decoration: none;
            color: #ffffff;
}

.title {
	margin: 0px;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
	border-bottom: #000000 1px solid;
	width: 75%;
}

.enthquote {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
}

h1, h2, h3 {
	margin: 0px;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
	border-bottom: #000000 1px solid;
	width: 75%;
}

input, textarea, selection
{
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000; 
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #A0B25C;
}

