/******** Body Elements ********/


body {
	background-color: #4E130F;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #000000;
}

a, a:active, a:visited {
	color: #97595C;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E130F;
}


/******** Menu  Elements ********/
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #97595C;
	text-decoration: none;
}
#menu a:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #4E130F;

/******** Document Styles ********/
}

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
}	


a, a:active, a:visited {
	color: #57696D;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4E130F;
	 
}
/******** Div Styles ********/
.center { text-align: center; margin: auto; 
}
