body
{ 
	background: url('bg.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff;
	margin: 0;
	font-size: 10px; 
	font-family: arial; 
	text-align: justify; 
	color: #CCCCCC; 
	letter-spacing: 0px;
	line-height: 14px;
}

a:link, a:active, a:visited {

color : #8e8e8e;
text-decoration:none;
}
 a:hover {
 
     text-decoration : underline;
     color : #9CA5AC;
    
}


h1:first-letter {
font: 25px georgia;
font-style: italic;
font-weight: bold;
color: #507e7c;
}


h1 {
	letter-spacing: 2px;
	color:#858a76;
	font-size: 11px;
	font-family: Georgia, arial;
	font-style: italic; 
	text-transform: lowercase;
	margin-bottom: 0px; 
}

 b {color : #92a2b7;}

 i{color:#b19a8e; } 

 u{color:#6b6541; } 
	
#content {
	background: url('contentbg.jpg');
     text-align : justify;
     padding : 5px 10px 5px 10px;
}


#nav{
	text-align: center;
	margin-right: 20px;
	padding: 0;
	text-transform: uppercase;}
	
#nav a {
	float: left;
	display: block;
	font-family: arial, trebuchet ms, sans-serif, tahoma;
	font-size:8px;	
	font-weight:bold;
	letter-spacing: 2px;
	height:10px;
	color:#646464;
	text-decoration: none;
	padding: 9px 5px 5px 9px;}
	
#nav a:hover {
	height:10px;
	color: #8a8a8a;
	text-decoration: none;
	padding: 9px 5px 5px 9px;
border-bottom: 1px solid #95947f;
}
	
 textarea, input, option, select {

     font-family: arial;
     font-size: 11px;
     color: #ffffff;
     background: #CDCDCD;
     border-style: solid;
     border-width: 1px;
     border-color:  #a2a581;
}


blockquote {
	margin: 25px;
	padding: 6px 20px;
	background: url('blockquote.jpg');
	text-align: justify;
}