html, body{
	margin:0;
	padding:0;
	background-image:url(../_img/bkgnd.jpg);
	background-repeat:repeat-x;
	background-color:#E8E0D3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#bd9576;
}

h1{
	margin:10px 0 0 10px;
	text-decoration:underline;
	font-style:italic;
	font-size:14px;
}

h2{
	margin:10px 0 0 10px;
	font-style:bold;
	font-size:12px;
	color:#796859;
}

p{
	margin:10px 0 0 10px;
}

img {
	border-style:none;
}

a:link{
	color:#796859;
}

a:visited{
	color:#796859;
}

a:hover{
	color:#796859;
}

table{
	margin:10px 0 0 0;
}



ul {
	/*controls indent for bulleted lists*/
	margin:10px 0 0 20px;
	padding:0 0 0 0;
	/*eliminates standard bullet graphic*/
	list-style:none;
}
li {
	/*set graphic for bullets and align the bullet with the center of the text line(4px)*/
	/*background: url(../img/bullet.gif) no-repeat 0 4px;*/
	margin:0;
	/*controls spacing between bullet image and text in list*/
	padding:0 0 0 0;
}

img{
	outine:none;
}

#container{
	width:702px;
}

	#header{
		width:700px;
		height:133px;
		background-image:url(../_img/header_background.jpg);
		background-repeat:no-repeat;
	}
	
	#nav{
		font-size:0px;
	}
	
	#left_col{
		width:193px;
		float:left;
	}
	
	#right_col{
		width:509px;
		float:left;
		background-image:url(../_img/titlebg.jpg);
		background-repeat:no-repeat;
	}
	
	#title{
		
		height:214px;
	}
	
	#content{
		margin:0 0 0 10px;
		background-color:#f2eadc;
		padding:1px 0 10px 0;
		
	}
		.inline_image{
			float:right;
			margin:0 10px 0 10px;
			
		}
	
	#gallery_thumbs{
		padding:0 0 0 10px;
	}
	
	
	#ProductsTop{
		margin:0 0 0 10px;
		background-image:url(../_img/cap_top.jpg);
		text-align:center;
	}
	
	#ProductsBottom{
		margin:0 0 0 10px;
		background-image:url(../_img/cap_bottom.jpg);
		text-align:center;
	}
	
	#footer{
		clear:both;
		padding:10px 0 20px 213px;
	}
	
	#footer p{
		padding-bottom:10px;
	}
	
	#testimonial1 {
		display:none;
		padding:10px 20px 10px 10px;
	}
	
	#testimonial2 {
		display:none;
		padding:10px 20px 10px 10px;
	}

/*classes*/

.signature{
	text-align:right;
	font-style:italic;
	padding:0 20px 0 0;
}
.testimonial_close{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

.divider{
	clear:both;
	border-top:1px solid #796859;
	height:1px;
	margin:10px 10px 0 10px;
}
.contact_text{
	float:left;
	width:350px;
}