body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ADA189;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
	margin: 0px;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF url(images/faux.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 auto 0 auto;
}

/* header styles */
#header {
	background:  url(images/dec_top.gif) no-repeat bottom right; /* creates the top overlap of the right column */

}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #666;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* content styles */
#content {
	margin: 0 165px;
	padding: 15px;
}
#content p {
	line-height: 140%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
}
#news p {
	color: #000; /* third column has a dark color so font must be light for contrast */
	line-height: 130%;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #244700;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #244700;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #244700;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #660066;
}

li {
	font-size: 80%;
	line-height: 130%;
}

