body{
background: #000000;
margin: 0px;
}

#container {
	position: absolute;
	width: 790px;
	top: 0px;
	margin: auto;
	z-index: 1;
}

#header {
	background: url(../images/madonna.jpg) no-repeat;
	position: absolute;
	width: 433px;
	height: 411px;
	left: 0px;
	top: 0px;
}

#title {
	background: url(../images/magdalene.jpg) no-repeat;
	position: absolute;
	width: 352px;
	height: 78px;
	left: 434px;
	top: 0px;
}

.navigation {
	position: absolute;
	top: 419px;
	left: 15px;
	height: 10px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 12px;
	letter-spacing: 1px;
	word-spacing: 5px;
	text-align: left;
	text-transform: lowercase;
	z-index: 5;
}

a.nav:link {
	margin: 0px;
	padding-left: 5px;
	color: #64516A;
	text-decoration: none;
}

a.nav:visited {
	margin: 0px;
	padding-left: 5px;
	color: #64516A;
	text-decoration: none;
}

a.nav:hover {
	margin: 0px;
	padding-left: 5px;
	color: #666666;
	text-decoration: underline;
}

a.nav:active {
	margin: 0px;
	padding-left: 5px;
	color: #ffffff;
	text-decoration: line-through;
}
   
div.contentarea {
	position: absolute;
	width: 350px;
	height: 341px;
	overflow: auto;
	left: 434px;
	top: 80px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: justify;
	z-index: 6;
	color: #64516A;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	background-color: #000000;
}

div.footer {
	position: inherit;
	width: 300px;
	height: 44px;
	left: 0px;
	top: 548px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	text-align: center;
	z-index: 6;
	color: #64516A;
	border-top-style: solid;
	border-top-color: #64516A;
	border-top-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	background-color: #000000;
}

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

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

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

a:active {
            text-decoration: line-through;
            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: bold;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
}

.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: lighter;
	color: #64516A;
	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: 12px;
	font-style: italic;
	color: #64516A;
	letter-spacing: 1px;
	text-align: left;
	text-transform: capitalize;
}

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