body {
	margin: 0px;  
	background: url('images/bg.jpg'); 
	background-color: #FFFFFF; 
	font-size: 11px; 
	font-family: Arial; 
	text-align: justify; 
	color: #666666; 
}

#content { 
	position: absolute;
	left: 250px;
	top: 180px;
	width: 440px;
	padding-bottom: 15px;
	line-height: 18px;
}

#content a:visited, #content a:link { 
	color: #735f27; 
	text-decoration: none; 
	font-weight: bold; 
}

#content a:hover { 
	color: #4b3b0e; 
	text-decoration: none;
	font-weight: bold; 
}

h1 {
	padding-left: 5px;
	margin-bottom: -10px;
	color: #7a5d02;
	letter-spacing: 5px; 
	font-size: 16px;
	font-family: Times New Roman;
	text-transform: lowercase; 
	font-style: italic; 
}

h2 {
	padding-left: 26px;
	margin-bottom: -1px;
	color: #605225;
	letter-spacing: 2px; 
	font-size: 10px;
	font-family: Times New Roman;
	text-transform: lowercase; 
	font-style: italic; 
}


.first {
	font-size: 35px;
	font-family: Times New Roman; 
	font-style: bold; 
	color: #dab427;
}	

.footer {
	border-top: 1px dashed #81b14b;
	padding-top: 10px;
	font-size: 10px;
	font-family: Arial; 
	font-style: bold; 
	color: #666666;
}	

blockquote {
	margin: 20px 30px 100px 35px; 
	padding: 20 20 20 20px; 
	height: 50px; 
	line-height: 18px; 
}

input, textarea, select { 
	background-color: #FFFFFF;
	font-family: Tahoma; 
	font-size: 11px;
	color: #6e7948;
	border: 1px solid #907427; 
	padding: 2px;
	letter-spacing: 1px; 
}

b, i {
	color: #6e7948;
}