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%;
}

/* 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: #DCCBAC url(images/dec_top.gif) no-repeat bottom right; /* creates the top overlap of the right column */
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #0000ff;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	color:#900000;
	font-weight:bold;
	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;
	/*background-image:url(images/button.gif);*/
}
#nav a:visited { 
	color: #666;
	font-weight:bold;
	/*background-image:url(images/button.gif);*/
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
	/*background-image:url(images/button.gif);*/
}


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

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
}
#news p {
	color: #FFF; /* third column has a dark color so font must be light for contrast */
}
#news a:hover, #nav a:active, #nav a:focus {  
	color: #ffffff;
	/*background-image:url(images/button.gif);*/
}
#navright a:hover, #nav a:active, #nav a:focus {  
	color: #ffffff;
	/*background-image:url(images/button.gif);*/
}

/* 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;
}

