body {
	background-color:#343546;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

.bg {
	background-image: url(images/bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: center;
	color: #7B4500;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: justify;
	line-height: 16px;
}
a:link, a:visited {
	color: #E0D012;
	text-decoration: none;
	font-weight:bold;
	
}
a:hover, a:active {
	color: #E0D012;
	text-decoration: underline overline;
	font-weight:bold;
}
#navlist
{
margin: 0;
padding: 0 0 20px 10px;
text-align:center;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
text-align:center;
letter-spacing:1px;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 18px 4px 18px;
text-decoration: none;
color: #E0D012;
padding-top: 7px;
}

#navlist a:hover { color: #C693A8; }