body {
background-color: #ffffff;
background-image: url(bg.png);
background-repeat: repeat;
background-attachment: fixed;
}

.navigation {
background-color: #f9cf7b;
background-image: url();
background-repeat: repeat;
background-attachment: fixed;
width: 400px;
border: none;
text-align: center;
padding: 3px 5px 4px 5px;
color: #000000;
font-family: "Book Antiqua;
font-size: 10pt;
line-height: 10px;
}

b, i {
color: #e8e8e8;
}


#content {
background-color: #2e2a2b;
border: none;
width: 580px;
padding: 10px;
text-align: justify;
font-family: book antiqua;
font-size: 10pt;
color: #69837a;
}

#headerimg {
background-color: #ffffff;
width: 600px;
border: none;
}


ul {
list-style-type: circle;
}

.title
	{
	border-bottom: 1px double #e8e8e8;
	color: #e8e8e8;
	font-family: Book Antiqua; 
	font-size: 18px;
	font-weight: bold;
	font-style: none;
	letter-spacing: 2px;
	padding: 20px 20px 5px 20px; 
	text-align: justify; 
	text-transform: Uppercase;
	}
	
a:link {
color: #93a49e;
text-transform: uppercase;
font-size: 10pt;
text-decoration: underline;
font-weight: bold;
}

a:active {
color: #93a49e;
text-transform: uppercase;
font-size: 10pt;
text-decoration: underline;
}

a:visited {
color: #93a49e;
text-transform: uppercase;
font-size: 10pt;
text-decoration: underline;
}

a:hover {
color: #93a49e;
text-transform: uppercase;
font-size: 10pt;
text-decoration: none;
}

