/* BODY */
body {
background-color: #FBFBF9;
	background-repeat: repeat-x;
	background-image: url(bg.jpg);
}

/* CONTAINER */
#container {
background-color: #EFECE3;
width: 600px;
margin: auto;
}

/* NAVIGATION */
#nav {
background-color: #F3F3EB;
font-size: 12px;
text-align: center;
line-height: 35px;
height: 35px;
margin-top: -2px;
}

#nav a {
font-family: Verdana, Generva, sans-serif;
color: #A08266;
text-decoration: none;
text-transform: uppercase;
padding: 2px;
}

#nav a:hover {
background-color: #1F211E;
}

/* CONTENT */
#content {
font-family: Verdana, Generva, sans-serif;
font-size: 12px;
color: #A08266;
line-height: 24px;
text-align: justify;
padding-left: 15px;
padding-right: 15px;
}

#content a {
color: #1F211E;
text-decoration: none;
}

#content a:hover {
text-decoration: underline;
}

#content h1 {
font-family: Georgia, serif;
font-size: 25px;
color: #A08266;
font-weight: normal;
letter-spacing: 3px;
text-align: left;
}

#content blockquote {
border: 10px solid #A08266;
width: 345px;
padding: 5px;
margin: auto;
}


/* DISCLAIMER */
#disclaimer {
background-color: #F3F3EB;
font-family: Verdana, Generva, sans-serif;
font-size: 14px;
color: #A08266;
text-align: center;
line-height: 30px;
height: 30px;
}

#disclaimer a {
color: #A08266;
text-decoration: none;
}
