body {
	background-image: url(graphics/background.jpg);
	background-repeat: repeat;
	font-family:tahoma;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	margin: 0;
	padding-top: 50px;
}
#inner {
	background-repeat: repeat-y;
}
#footer {
	background-image: url(graphics/footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 605px;
	clear: both;
}
#col_Left {
	float: left;
	width: 180px;
	padding-left: 26px;
}

#orange_box_top {
	background-image: url(graphics/testimonial_top.jpg);
	background-repeat: no-repeat;
	height: 32px;
	width: 155px;
	margin-left: 2px;
	margin-top: 15px;
}

#orange_box {
	background-color: #80441D;
	width: 155px;
	color: #FFFFFF;
	margin-left: 2px;
}


#nav_bottom {
	background-image: url(graphics/nav_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 155px;
}


#nav_top {
	background-repeat: no-repeat;
	height: 5px;
	width: 155px;
	margin-top: 15px;
}

#nav {
	background-color: #35341E;
	width: 155px;
	color: #886600;
}

#nav ul {
	margin: 0px;
  	padding: 0px;
  	list-style-type: none;
}

#nav li {
	margin: 0px;
  	padding: 0px;
}

#nav li a {
	padding: 8px 3px 0px 10px;
	height: 20px;
	display: block;
	border-bottom: 1px solid #e4e1c2;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover, #nav a:focus {
	padding: 8px 3px 0px 10px;
	margin-top: 0px;
	height: 20px;
	display: block;
	color: #80441D;
 }



#orange_box_bottom {
	background-image: url(graphics/testimonial_bottom.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 155px;
}


#inner p {
	margin: 0;
	padding: 6px;
}

#wrapper {
	width: 605px;
	margin: 0px auto;
	text-align: left;
	background-image: url(graphics/content_background.jpg);
	background-repeat: repeat-y;
}

#header {
	width: 605px;
	height: 150px;
	background-image: url(graphics/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#col_Right {
	float: right;
	width: 380px;
	margin-right: 12px;
	color: #FFFFFF;
}

a {
	color:#80441D;
	text-decoration:underline;
	}

a hover {
	color:#80441D;
	text-decoration:none;
	}	
	
