body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-color: #ebeba7;
	
}

b {
color: #a8ad86;

}

i {
	color: #6fa68b;
}

u {
	color: #8585a6;
}

a:link {
	text-decoration: none;
	color: #deb382;
}
a:visited {
	text-decoration: none;
	color: #deb382;
}
a:hover {
	text-decoration: none;
	color: #72a88e;

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


#navi{
	background: transparent;
	width: 246px;
	position: absolute;
	top: 5px;
	left: 2px;
	text-align: justify;
	height: 29px;
}

a.nav, a.nav:visited {
background: #ebeba7;
color: #deb382;
font-size: 9px;
font-family: arial;
font-weight: bold;
padding-left:5pt;
padding-right:5px;
padding-top:3px;
padding-bottom:3px;

}

a.nav:hover{
background: #cad491;
text-decoration: none;
color: #6c8289;
font-size: 9px;
font-family: arial;
font-weight: bold;
padding-left:5pt;
padding-right:5px;
padding-top:3px;
padding-bottom:3px;

}



h1 {
	font-family: Georgia, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #999999;
	text-transform: lowercase;
	letter-spacing: 2px;
	word-spacing: 3px;
	padding-left: 30px;
	text-align: left;
}
	
	div.content {
	font-size: 12px;
	color: #a4b3ac;
	font-family: Georgia, Verdana, Arial;
	line-height: 22px;
	text-align: justify;
}


blockquote {
	margin: 10px;
	padding: 5px;
	width: 420px;
	border: 1px solid #deb382;
	text-align: justify;
	line-height: 22px;
	font-family: Georgia, Verdana, Arial;
	font-size: 12px;
	color: #8585a6;
	background-color: #FFFFCC;
}



input, select {
width: 120px;
background-color: #EBEBEB;
border: 1px solid #deb382;
font: 12px Georgia;
color: #6fa68b;
border: 1px solid #deb382;
}


textarea {
vertical-align: middle;
width: 300px;
height: 75px;
background-color: #EBEBEB;
border: 0;
font: 12px Georgia;
color: #6fa68b;
border: 1px solid #deb382;}
