body {
	background-image: url(../images/BG_top_c.png);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #E1C899;
	font-size: 14px;
	color: #663300;
}

h1 {
	font-size:20px;
	color: #663300;
}

h2 {
	font-size:18px;
	color: #663300;
	font-weight: bold;
}

h3 {
	font-size:16px;
	color: #663300;
	font-weight: bold;
}

hr {
    color:#8E6A35;
}

a {
	color:#aa5500;
	text-decoration:underline;
}

a:visited {
	color:#aa5500;
	text-decoration:underline;
}

a:hover {
	color:#996600;
}

img {
	border: none;
}

/* ============================================ *
 * - Flash & Nav                                *
 * -------------------------------------------- */
 
#top_feature{
	width:755px;
	height:263px;
}

#nav{
	float:right;
	width:230px;
	height:261px;
	position:relative;
	top:1px;
	background-image: url(../images/BG-nav.jpg);
 
}

#menu {
    width: 220px;
    height: 190px;
	float:left;

    padding-top: 20px;
    z-index: 500;
	text-align:left;
}

#menu ul {
    list-style: none;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 25px !important;

}

#menu li {
    padding: 0 !important;
    margin: 0;
}
#menu li.home a {
	border-top: none;
}
#menu a {
	display: block;
	padding: 9px 0 9px 17px !important;
	padding: 8px 0 8px 17px;
	margin: 0;
	height: auto !important;
	height: 1%;
	color: #d6b48d;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	border-top: 0px solid  #996600;
	border-bottom: 1px solid #8c5f00;
}

#menu a span {
    margin: 0;
    padding: 0;    
}

#menu a:hover {
   /* background: url(images/green-target2.png) 0 center no-repeat;  */
    color: #996600;
}

#menu li.active a {
    color: #88d33a;
}

#menu li.homeactive a {
	border-top: none;
}

/* ============================================ *
 * - main content                                       *
 * -------------------------------------------- */
 
#main_content {
	padding-right:30px; 
	padding-left:20px;
}

#main_content a, a:visited {
	color:#b97c00;
	text-decoration:underline;
}

#main_content a:hover {
	color:#996600;
}

/* ============================================ *
 * - right column                                       *
 * -------------------------------------------- */
 
#right_column {
	padding: 30px 10px 0 10px; 
	height: 600px; 
	background-repeat:no-repeat; 
	background-image: url(../images/BG-right.jpg);
	text-align:center;
}

#right_column a {
	color:#b97c00;
	text-decoration:underline;
}

#right_column a:visited {
	color:#b97c00;
	text-decoration:underline;
}

#testimonials{
	width:200px;
}

/* ============================================ *
 * - gallery                                       *
 * -------------------------------------------- */

#gallery img {
    padding: 2px;
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	margin: 5px;
}

#gallery a img:hover {
	border-color: #663300;
}
	
/* ============================================ *
 * - footer                                       *
 * -------------------------------------------- */
 
#right_column a:hover {
	color:#996600;
}

#footer a, a:visited, a:hover {
	text-decoration:none;
	color:#663300;
}