body {
text-align: center; /* IE6 needs this to center the layout in the browser window */
font-size:101%;
background-image:url(images/tile_green.gif);
background-repeat:repeat;
}
	
#main_wrapper {
	width: 740px; /* widths of columns will change proportionately as this width is changed */
	margin-left: auto;  /* centers layout in browser */
	margin-right: auto; /* centers layout in browser */
	text-align: left; /* resets the centering hack for IE6 on the body tag */
	background-color:#E8E1B3;
	color:#333;
	border: thick solid #CC6600;
}

p.note{
font:"Langtry WF";
margin-left: auto;
margin-right: auto;
text-align: left;
color:#333;
}

#header {
background-image:url(images/bkgd-top.gif);
background-repeat:no-repeat;
}

h1{
font-family:Langtry WF;
font-size:2em;
margin:1 0 0 0;
}

h2{
font-family:Langtry WF;
font-size:1.2em;
margin:0 0 0 0;
text-transform:lowercase;
}

.pixheader{
float:left;
padding:0 2em 0 0 ;
}
	
#nav {
width:22%; /* this width + content width must total 100% */
float:left; /* floats on nav and content divs make them sit side by side */
}

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

}

#nav li{
list-style-type:none;
margin:0;
padding:.25em;
background-color:#F7F5B7;
border-bottom:.2em mintcream;
}

	
#content {
float: left; /* floats on nav and content divs make them sit side by side */
width: 78%; /* this width + nav width must total 100% */
top: 0px;	
}

#content h3{
margin:0 0 0 -1em;
font-family:"Langtry WF";
font-size:1.2em;
}

#content p{
margin:0 0 1em 0;
font-family:Langtry WF;
font-size:.93em;
line-height:1.6em;
}

.pullquote 
{
	width: 145px;
	background:#F7F5B7;
	color:black;
	float: right;
	border:1px solid maroon;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	height: auto;
	margin: -30px 2px 30px 10px;
} 

blockquote.withborder {
	border:1px solid slategray;
	padding-right:4px;
	padding-left:4px;
	background:#F7F5B7;
	color:black;
	padding-top:0px;
	padding-bottom:0px;
	font: 1em "Langtry WF";
}
 
.pixcenter {
clear:both;
margin-left:auto;
margin-right:auto;
text-align:center;

}
	
#footer {
clear:both; /* makes the footer sit below whichever column is longest */
background-image:url(images/bkgd-bottom.gif);
background-position:bottom right;
background-repeat:no-repeat;
}

#footer p{
font-family:Langtry WF;
margin-right:auto;
margin-left:auto;
text-align:center;
border-top:1px solid #804000;
font-size:.76em;
padding-top:1em;
}
	
#header_inner, #nav_inner, #content_inner, #promo_inner {
overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
}
	
#header_inner { 
padding: 20px 30px 20px 30px; /* creates space between the box  and the content */
}
	
#nav_inner {
padding: 0 10px 0 30px; /* creates space between the box and the content */
}
	
#content_inner { 
padding:0 40px; /* creates space between the box and the content */

}
	
#footer_inner {
padding: 20px 30px 20px 30px;
}
