@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #f0f0ee url(images/template/bkg_sand.jpg);
	margin: 10px 0 0 0; 
	padding: 0;
	text-align: center; 
	color: #333;
}
a {
	color: #369;
}
a:visited {
	color: #369;
}
a:hover {
	color: #69c;
}
h1, h2, h3, h4 {
	color:#369;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
}
#container { 
	width: 900px;  
	background: #9b7a6a;
	margin: 0 auto; 
	border: 2px solid #000000;
	text-align: left; 
} 
#header { 
	background: #000; 
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #000000;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	float: left; 
	width: 140px; 
	padding: 10px;
}
#sidebarHead {
	color: #3f281c; 
	text-align:center; 
	font-weight: bold; 
	margin-bottom: 12px;
}
#mainContent { 
	margin: 0 0 0 160px; 
	padding: 0 20px; 
	background: #ededec;
	min-height: 600px;
	border-left: 2px solid #000000;
	border-bottom: 2px solid #000000;
} 
#footer { 
	padding: 0 10px; 
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 90%;
} 
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 160px;
}
#footer a {
	color: #fff;
}
.fltrt { 
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	margin:0;
	padding:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent li { 
	margin-bottom: 6px;
}
#quote {
	background-color: #ceceae;
	margin: 0 0 20px 0;
	padding: 20px;
}
.photoThmb { 
	float: left;
	width: 173px;
	text-align: center;
	font-size: 9px;
	height: 150px;
}
.photoThmb img a {
	border: none;
	text-decoration: none;
}
