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

body{
    margin: 0; padding: 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#e4cebe url(images/bk.jpg) top center no-repeat;
	font-size:12px;
	color:#000000;
	text-align:center;
	}
	
/* pre done classes */

.m_auto{
	margin:auto;
	}

.copyright{
	font-family: arial;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	text-decoration: none;
    text-align: left;
	font-style: normal;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.menu_background{
	background:#F7E9DF url(images/leaves.jpg) no-repeat bottom right;
	}
	
.headers{
	font-family: arial;
	font-size: 13px;
	font-weight:bold;
	color: #FFF;
	background:#511010;
	line-height: 20px;
	text-decoration: none;
    text-align: left;
	font-style: normal;
}