@charset "UTF-8";
body  {
	font: 1em Palatino, Georgia, "Times New Roman", Times, serif;
	color: #535350;
	background-color: #2D2915;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background:url(../image/bgd_tile.gif) repeat fixed;
}

	

/* page container */ 
#pagecontainer { 
	width: 910px;  
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
	height:100%;
	z-index:0;
	position:relative;

}

/* header */ 
#header {  
	width:100%;  
	border: none;
}

#header a img {
    margin:0px;
    padding:0;
	border-style:none;
}
#contentheader {  
	width:100%;  
	border: none;
	margin-left:37px;
}

#contentheader a img {
    margin:0px;
    padding:0;
	border-style:none;
}
/* menu */ 
#menu { 
	margin: 0;
    width:100%;
} 

#menu ul {
    margin:0;
    padding:0;
    list-style:none;
    }
	
#menu li{
	display:inline;
    }
#menu a img{
    margin:0;
    padding:0;
	border-style:none;
	vertical-align: bottom;
    }
		
#menudivider {
    padding:0;
	height:9px;
	background: url(../image/menu_divider.jpg) no-repeat top left;
	margin-left:37px;
}


/* content container */

#contentcontainer {
	background: url(../image/content_bgd.jpg) repeat-y top left;
	border-top:none;
	border-bottom:none;
    margin-top:-2px;
	padding: 0px;
	height:100%;
	width:858px;
	margin-left:37px;
}	
#sidebar1 {
	float: left; 
	width: 226px;
	position:relative; 
	height:100%;
}
#sidebar2 { 
	float:right;
	width: 250px; 
	background: url(../image/quote_panel.jpg) no-repeat left top;
	padding: 0;
	height: 527px;
	margin-right:-7px;
	position:relative;
}

#sidebar2 p{
    margin:0px;
	font: 1.25em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 125%;
	font-style:italic;
	color:#c2b88d;
	text-align:center;
	padding:30px 55px 100px 10px;
}


#maincontent { 
	margin: 0 227px; 
	padding: 0 5px 10px; 
	width: 355px;
	height:100%;
}
#footer {
    width:843px;
	margin-top:0px;
    margin-left:37px;
    background:url(../image/footer.jpg) no-repeat left top;
	position:relative;
    }
	

#copy {
	font: 0.7em "Garamond", "Georgia", "Times New Roman", serif;
	line-height: 150%;
	color: #e9d7aa;
	padding:12px;
	text-align:center;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
#copy a {
	text-decoration: underline;
	color: #e9d7aa;
}


/* font stuff */

#maincontent p {
	line-height: 2em;
	font: 0.9em Palatino, Georgia, "Times New Roman", Times, serif;
	color: #342326;
}


#maincontent ul { list-style:disc;}
#maincontent ul li{
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
	line-height: 140%;
	color:#000000;
}

#maincontent ul li ul li{
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
}	

.bold{font-weight: bold;}	

hi, h2, h3 .smalltext{
	color:#6a1f3d;

}
h1 {
	font: 1.3em "Georgia", "Times New Roman", Times, serif;
	}
	
.italic {
	font-style:italic;
}
h2 {
	font: 1.2em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	padding-top:10px;
	}
h3 {
	font: 1em Geneva, "Arial", Helvetica,sans-serif;
	}
blockquote {
	font: 1em "Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	padding:10px;
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	color: #e9d7aa;
	background-color: #524332;
    border: 4px double #e9d7aa;
	
}	
		
	
.smalltext {
	font: 0.7em Geneva, "Arial", Helvetica,sans-serif;
}	
 
a:active, a:link, a:visited
{
	text-decoration: underline;
	color: #630;
}
a:hover
{
	color: #2d2915;
}


.contentmotif {
	text-align:center;
	padding-bottom: 10px;
}

.pageheading {
	text-align:center;
	padding: 10px;
}


.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;
}
.clr { /* 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;
}

.imagealign {
	vertical-align: bottom;
}
.imagealign a {
	border:none;
}

#masterplan {
	text-align:center;
	display:block;
}
#masterplan img{
	background-color:#e9d7aa;
    border: 4px double #2d2915;
}
.imgborder {
    border: 4px double #2d2915;
}
