body{
	margin:19px 0px 0px 68px;
	padding:0px;
	background:#573625 url(../images/bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:1050px;
	width:1680px;
	}
	
.header_image{
	background:url(../images/header_image.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:188px;
	width:1010px;
	}
	
.left_shadow{
	background:url(../images/left_shadow.gif);
	background-position:right top;
	background-repeat:repeat-y;
	width:38px;
	}
	
.right_shadow{
	background:url(../images/right_shadow.png);
	background-position:right top;
	background-repeat:repeat-y;
	width:41px;
	}
	
.menu_bg{
	background-position:left bottom;
	background-repeat:no-repeat;
	height:425px;
	width:216px;
	background-color: #e4e3e1;
	background-image: url(../images/menu_bg.png);
	}
	
.heading1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	}
	
.body_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	line-height:16px;
	}
	
.footer_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:underline;
	}
	
a.footer_menu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	}
	
.footer_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	}
	
A:link {text-decoration: none; color: #C17104;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}