body {
	background-image: url(images/bg.jpg);
	background-color: #EFD599;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #AB7002;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #AB7002;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #674402;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #674402;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #674402;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	color: #C88607;
}


input, textarea, option, select {
	background-color: #EFD599;
	font-family: georgia, serif;
	font-size: 13px;
	color: #AB7002;
	border: 1px solid #AB7002;
	padding: 1px;
}


h1 {
	font-family: garamond, georgia, serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 7px;
	color: #BE7E04;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dotted #A97004;
}


.navcontainer {
	width: 300px;
}


.nav {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
}


.nav a, .nav a:visited {
	font-style: normal;
	color: #A97004;
	display: block;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #A97004;
}


.nav a:hover {
	font-style: normal;
	color: #C88607;
	display: block;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #A97004;
}


.nav a:active {
	font-style: normal;
	color: #A97004;
	display: block;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #A97004;
}