body, html {
	background: #FDFDE8 url(images/floralbg.jpg) repeat;
	margin: 0 0 40px 0;
	color:#000;
	font-family: Georgia, serif;
	font-size: 95%;
	height:101%;
	
}
a, a:active, a:visited {
   color : #8c9789;
   text-decoration: underline;
   font-weight: bold;
 }
 
 a:hover {
   color : #A38C7A;
   text-decoration: none;
   background : #E8C8AF;
 }

h2 {
	color: #E8C8AF;
	font-size: 125%;
}




#wrap1 {
	background: url(images/framebg.jpg) repeat;
	margin: 40px auto 10px auto;
	padding: 10px;
	width: 80%;
	border: 1px solid #E8C8AF;
}

#wrap2 {
	background: url(images/bg6.jpg) repeat;
	margin: 0;
	padding: 10px 10px 10px 10px;
}
#header {
	background: url(images/5.gif) no-repeat;
	position: absolute;
	top: 37px;
	left: 50px;
	height: 100px;
	
	
}

#header h1 { 
	color: #E8C8AF;
	font-size: 180%;
	padding: 40px 10px 0 270px;
	margin: 0;
	text-align: left;
	letter-spacing: 3px;
	
}
#content {
	margin: 0;
	padding: 20px 0 0 0;
}
#content ul {
	list-style: circle;
	color: #A38C7A;
}
#comment {
	background: #E8C8AF;
	color: #A38C7A;
	padding: 0 5px 0 5px;
	margin: 0 10px 0 10px;
}

#nav {
	float : right;
   	margin: 0;
   	padding: 0 0 40px 0;
   	width: 100px;
   	background : transparent;
   	font-size: 75%;
   	position: absolute;
   	top: 60px;
   	left: 590px;
   	clear: both;
   
}

#nav ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : left;
}

#nav li {
   display : block;
   
}

#nav li a {
   color : #8c9789;
   display : block;
   text-decoration : none;
   background : transparent;
   padding : 2px 2px 2px 5px;
   font-weight: bold;
   height: 15px;
   border-left: 2px solid #A38C7A;
}

#nav ul li a:hover {
   color : #A38C7A;
   text-decoration: none;
   background : #E8C8AF;
   border-left: 2px solid #FFFFE7;
   border-right: 2px solid #FFFFE7;
}

#nav a:active, #nav a:visited	{
   background : transparent;
   color : #8c9789;
}

#footer {
	text-align: center;
	font-size: 75%;
	padding: 5px 5px 5px 5px;
	clear: both;
}

