body {
	margin:0;
	padding:0px;
	background-image:url(../images/bg_2.jpg); 
	background-repeat:repeat-x; 
	background-color:#bfbab6;
	font-family: Arial, Helvetica, sans-serif;
	color:#3f3c39;
	font-size:11.5px;
	line-height:15px;
	text-align:center;
	}


/* TEXT */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
	letter-spacing:.05em;
	color:#a94311;
	font-weight:600;
	}


h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-bottom:5px;
	letter-spacing:.05em;
	color:#a94311;
	font-weight:600;
	}
	
h2.tight {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	letter-spacing:.05em;
	color:#a94311;
	font-weight:600;
	}
	
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	margin-bottom:5px;
	letter-spacing:.05em;
	color:#a94311;
	font-weight:600;
	}

p {
	margin-top:0px;
	}

.text {
	padding: 15px;
	}
	
.heading {
	font-weight:600;
	color:#882900;
	}
	
.light {
	color:#fbf7df;
	padding:5px;
	}
	
	
ul, li {
	margin-top:0px;
	padding-top:0px;
	}
	
img.img_right{
	margin:20px 0 20px 0;
	}
	
img.styled{
	border:2px solid #575348;
	}
	
img.thumbs{
	border:1px solid white;
	padding:2px;
	margin:5px;
	}

img.cap_thumbs{
	border:1px solid white;
	padding:2px;
	margin:5px;
	float:left;
	}

/* LAYOUT */
#container_top{
	width:900px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#nav {
	width:853px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}
	

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

div.header{
	width:900px;
	margin:0;
	}
	
div.header_nav{
	width:900px;
	text-align:center;
	margin-bottom:40px;
	}
	
#content {
	width:853px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	}

div.box_content{
	width:740px;
	background-color:#deddd0;
	background:url(../images/div_bg.gif);
	background-repeat:repeat-y;
	margin:0;
	padding:10px 20px 10px 20px;
	min-height:700px;
	height:expression(this.scrollHeight > 700 ? "auto":"700px");
	}

	#contentleft {
		width:260px;
		padding-right:20px;
		float:left;
		background:url(../images/vbar.gif) top right;
		background-repeat:no-repeat;
		}
	
	#contentcenter {
		width:260px;
		padding-left:10px;
		padding-right:10px;
		float:left;
		background:url(../images/vbar.gif) top right;
		background-repeat:no-repeat;
		
		}
	
	#contentright {
		width:260px;
		padding-left:20px;
		float:left;
		}
		
		
	
div#right_col{
	margin-left:270px;
	padding-left:30px;
	background:url(../images/vbar.gif) top left;
	background-repeat:no-repeat;
	}
	
 .prop {
    height:350px;
    float:right;
    width:1px;
  }
	
div#left_col{
	width:270px;

	float:left;
	
	
	}
	
	
div.clear {
	clear:both;
	}
		
div.indent {
	padding-left:20px;
	padding-bottom:10px;
	}
	
ul {
	list-style: disc url(../images/arrow.gif) inside;
	margin-left: 0;
	padding-left: 1.5em;
	text-indent: -1.5em;
	}

/* LINKS */
a{
	color: #a94311;
}

a:visited{
	color: #a94311;
}

a:hover {
	color: #993333;
}






#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:url(../images/bg_sidebar_int.jpg);
	background-repeat:no-repeat;
	padding: 15px 10px 15px 20px;
	border:1px solid #CCCCCC;
	line-height:25px;
	font-size:12px;
	min-height:400px;
	height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

#mainContent { 
	margin: 0 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 



#footer {
	width:853px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center; 
	background-color:#645b53;
	color:#867e77;
	border-top:4px solid #867e77;
	font-size:10px;
	height:55px;
	padding-top:10px;
	}
	
#footer a{
	color: #867e77;
}

#footer a:visited{
	color: #867e77;
}

#footer a:hover {
	color: #993333;
}

div.emailsignup{
	background-color:#e8e8e3;
	border:1px solid #a94311;
	padding:5px;
	width:200px;
	text-align:left
	}

.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;
    font-size: 1px;
    line-height: 0px;
}


