body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #eee;
	color: #000000;
	font-size: 12px;
 	font-family: verdana, arial;
	
}

#wrapper {
	position: relative;
    margin: 0 auto;
	text-align: left;
    max-width: 100%;
	width: 800px;

}

#header
{
 width: 100%;
 height: 207px;

	

}
#content {
	position: relative;
	height:400px;
	width: 100%; 
	text-align:justify;
	background-image:url(img/bg.gif); 
	background-repeat:repeat-y;
	padding-top:60px;	

}



h1 {
  color: #a66386;
   font-size: 12px;
   font-variant:small-caps;   
    font-weight:600;
	margin: 0px 45px 30px 45px;



	
}	



	a:link, a:visited {
	text-decoration: none;
	color: #a66386;
	background-color: transparent;
}
    a:hover {
	color: #a66386;
	text-decoration:underline;

	
}
#content p {
	line-height: 1.5em;
	margin-top: 0px;
	margin-left: 45px;
	margin-right: 45px;
	
 }



#navi
{
	position:relative;
	margin-top:-475px;
	height: 20px;
	width: 95%;
	text-align: left;
	left: 20px;
	background-color:#eee;
	padding-top:2px;

	
	
}

ul#nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	
}

ul#nav li
{
    float: left;
    font-family: verdana;
	margin-right: 0px;
}

ul#nav li a
{
	display: block;
	padding-left: 11px; 
	padding-right:13px; 
	padding-top:2px;
	text-decoration: none;
	font-weight: bold;
	color:#a66386;
    font-size: 11px;
	
}

ul#nav li a:hover
{
	color: #a66386;
	font-weight: bold;
	text-decoration:underline;
	
}
	





#footer {
	font-size: 80%;
	text-align: center;
	width: 100%;
	color:#a66386;
	background-image:url(img/bg_bottom.gif);
	background-repeat:no-repeat;
	padding-top:20px;
	height:32px;
    margin-top: 450px;
}
