body {
	text-align: center;
	background: #837669 url(bg.jpg) repeat-x;
	color: #232631;
         margin: 0px;
}

#container {
	margin: 0px auto;
	width: 673px;
}

#content {
         float: left;
         clear: both;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	width: 663px;
	color: #232631;
	font-size: 14px;
	font-family: Arial, "Trebuchet MS", serif;
}

#content a:visited, #content a:link { 
	color: #a9988a; 
	text-decoration: none;  
}

#content a:hover { 
	color: #edb833; 
	text-decoration: none;
}

b, strong {
	color: #f6c4a9;
}

i, em {
	color: #caae90;
}

h1,h2 {
	padding-right: 24px;
	color: #edb833;
	font-size: 20px;
	font-family: Georgia;
	margin-bottom: 1px;
	font-variant: small-caps;
	text-align: center;
	letter-spacing: 6px;
	line-height: 24px;
}

#topnav {
         float: left;
         clear: both;
	width: 693px;
	text-align: center;
	margin-top: 0px;
	letter-spacing: 4px;
	font-family: Georgia, "Trebuchet MS", serif;
}

#navigation {
	list-style: none;
	margin: 0; padding: 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	background: #837669;
	width: 95px;
	text-decoration: none;
	text-align: center;
	color: #a9988a;
	padding: 1px 0;
}
#navigation li a:hover {
	background: #b79a78;
        color: #837669;
}



input, textarea, select { 
	background-color: #837669;
	font-family: Georgia, "Trebuchet MS", serif; 
	font-size: 11px;
	color: #3a332e; 
	border: 1px dashed #3a332e; 
	padding: 2px;
	letter-spacing: 1px; 
}


#footer {
	clear: both;
	color: #ffffff;
	text-align: center; 
	font-size: 10px;
	font-family: Cambria; 
	line-height: 16px;
}

#footer a:visited, #footer a:link { 
	color: #3a332e; 
	text-decoration: none;  
}

#footer a:hover { 
	color: #ffffff; 
	text-decoration: none;
}

.code {
margin: 2px 2px 1px 1px;
}

.linkitem {
        letter-spacing: 2px;
        padding: 2px;
        background-color: #f6c4a9;
}

p  {
	margin: 0px 0px 15px 0px;
	text-align: justify;
}

#footer p  {
	text-align: center;
}