/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
font-color: #2c1305;
	line-height: 135%;

	font-family: Lucida Sans, Arial, sans-serif;

 font-size: 13px;
background-color: #65412B;
background-image: url('../graphics/header-bg.jpg');
background-position: center top;
background-repeat: no-repeat;
}


a {

	text-decoration: none;

}
a {

	color: #424321;
	text-decoration: none;
	font-style: normal; 	
}



a:hover {

	text-decoration: underline;

}

#menu	{
	width: 900px;
	height: 40px;
	margin-top: 290px;
	float: left;
	font-size: 1.7em;	
	position: inherit;
}


#menu ul {
	float: center;
	margin: 0 0 0 0;
}

#menu li {
	display: inline;
	margin-left: 15px;
	position: relative;
	color: #575447;
	font-style: normal;
}

#menu a {
	display: inline;
	padding: 0;
	margin: 0;
	color: #575447;
	text-decoration: none;
	font-style: normal; 	
}

#menu a:hover	{
	padding-bottom: .2em;
  	border-bottom: 4px solid #9B7374;
}

#current    {
    padding-bottom: .2em;
    border-bottom: 4px solid #9B7374;
}

#current a:hover	{
	padding-bottom: 0;
	border: 0;
}




hr {border: none 0;
border-top: 1px dashed #643F2C;/*the border*/
width: 50%;
height: 3px;/*whatever the total width of the border-top and border-bottom equal*/
} 


#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#content { 
/*margin-top: 310px;*/
 float: left;
 color: #333;



 width: 900px;
 display: inline;
}

p {

  /* setup some more readable paragraph spacing */

  margin-top: 10px;

  margin-bottom: 15px;

}



h1, h2, h3, h4, h4 {

	/* setup some more readable header spacing */

	padding-bottom: 5px;

	margin: 15px 0;

}



h1 { 

	font-size: 200%;

}



h2 {

	font-size: 175%;

}



h3 {

	font-size: 150%;

}



h4 {

	font-size: 120%;

}

