/* CSS Document */
body {
	background-image:url(image/bg_tile.png);
	color:#321104;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#main_table {
	background-image:url(image/background.png);
	background-repeat:repeat-y;
	width:982px;
	padding:15px;
	}
.table_none {
	background:none;
	width:500px;
	}
h1 {
	color:#321104;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.center_page {
	border-right:#C69C6D solid thin;
	border-top:#C69C6D solid thin;
	border-left:#C69C6D solid thin;
	padding:10px;
	}
	
#news {
	border-right:#C69C6D solid thin;
	border-top:#C69C6D solid thin;
	border-left:#C69C6D solid thin;
	padding:10px;
	}
	
.shadow {
	position:relative;
	top:5px;
	right:5px;
	width:1030px;
	background-color:#999999;
	}
.testimonials {
	width:200px;
	background-color:#db7b1d;
	background-image:none;
	border:1px solid #613813;
	}
.testimonials_text {
	border:1px solid #FFFFFF;
	margin:5px;
	color:#FFFFFF;
	padding:5px;
	}

#sub_menu_container {
	position:relative; 
	z-index:1; 
	top:-125px; 
	width:568px; 
	height:97px; 
	margin:0 auto; 
	background:url(image/sub_menu_bg.png) no-repeat;
	}
	
#sub_menu {
	position:relative; 
	top:25px; 
	color:#FFFFFF; 
	font-size:14px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	}

#sub_menu a { 
	color:#FFFFFF; 
	font-size:14px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	text-decoration:none;
	}

#sub_menu a:hover { 
	color:#FFFFFF; 
	font-size:14px; 
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	text-decoration:underline;
	}

#bottom_menu {
	color:#FFFFFF;
	}
	
#bottom_menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

#bottom_menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-size:10px; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}