@charset "UTF-8";
/* CSS Document */


*{
padding: 0px;
margin: 0px;

}

body{
background-image: url(wood.jpg);
font-size:62.5%;
height: 100%;

}

#wrap{
position: relative;
padding-top: 50px;
margin-top: 70px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
width: 1020px;
background-image: url(paper.jpg);

}

#inner{
	 
}

/* @group head */

#logo{
	margin-top: 40px;
	
	height: 67px;
	width: 311px;
	margin-left: auto;
	margin-right: auto;
	
	}
	
	#logo img{
	border: none;
	}



/* @end */

/* @group menu */

#menu_wrap{
	
	
   margin-top: 60px;
  
 
	

}
	
#menu{

	list-style-type: none;
	text-align: center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#menu li{
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

#menu a{
	font-family: Georgia;
	color: #555;
	text-decoration: none;
	font-size: 20px;
}

#menu_bottomart{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	width: 600px;
	background-image: url(base.jpg);
	background-repeat: no-repeat;
	
}



/* @end */

/* @group content */

#headline{
	margin-top: 60px;
	margin-left: 280px;
	color:#472d6f ;
	font: italic 28px Georgia;
	font-weight: 100;
}

#topline{
	color: #555;
	font-style: italic;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 200px;
	margin-top: 60px;
	width: 620px;
	line-height: 1.3;
}

#leftbox{
	color: #555;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 200px;
	margin-top: 40px;
	width: 300px;
	float: left;
	line-height: 1.5;
}

#leftbox li{
	padding-bottom: 15px;
	list-style-type: circle;
}

#rightbox{
	color: #555;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 40px;
	width: 300px;
	float: left;
	line-height: 1.5;
}

#rightbox li{
	padding-bottom: 15px;
	list-style-type: circle;
}

#leftbox_wide{
	color: #555;
	font-family: Verdana;
	font-size: 12px;
	margin-left: 200px;
	margin-top: 40px;
	width: 460px;
	float: left;
}

#leftbox_wide li{
	padding-bottom: 15px;
	list-style-type: circle;
}


#infowrapper a {
    color:#555;
}



#map{
	margin-left: 200px;
	margin-top: 40px;
}

#map_link{
	margin-left: 200px;
	color: #555;
	font-family: Verdana;
	font-size: 12px;
	
}

.blank_link{
	color: #555;
	text-decoration: none;
}

/* @end */
#clearer{
	clear: both;
}

#footer_art{
clear: both;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	width: 600px;
	background-image: url(base.jpg);
	background-repeat: no-repeat;
	}

#footer {
	
	margin-left: 200px;
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	width: 800px;
	height: 120px;

}

#footer ul {
	list-style: none;
	 float: left;
	margin-right: 25px;
}

#footer ul li {

}

#footer a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 1.1em;
	color: #555;
}

#footer ul li+li {
	margin-bottom: 5px;
}


.pushfollowdown{
margin-bottom: 20px;
}

