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: 100%; /* This image creates the three column faux effect */
	text-align: left;
	margin: 0 0 0 0;
}

/* header styles */
#header {
	background-color: #70BE58;
	border-bottom: 1px solid #877D6C;
	background-image: url(images/Copy%20of%20getupandgocheq.jpg);
	background-repeat: no-repeat;
}
.callout {
	color: #333;
	margin: 0;
	padding: 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
}

/* navigation styles */
#nav {
	width: 200px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
	background-color: #FFFFFF;
}
#nav a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #000066;
}

/* content styles */
#content {
	margin: 0 0 0 220px;
	padding: 15px;
	border-left: 1px solid #877D6C;
	border-right: 1px solid #877D6C;
	background-color: #D5EDB3;
	
}
#content p {
	line-height: 130%;
}

/* third column styles */
#newsleft {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: left;
	width: 144px;
}

#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
	color: #000000;
	background-color: #FFFFCC;
	border: 1px solid #877D6C;
}
#news p {
	color: #666666; /* third column has a dark color so font must be light for contrast */
}

/* 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 */
	background-color: #000066;
	text-align: center;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
