body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #6Ac853;
	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: #FFFFFF 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: #3709C1;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 130px;
	float: left;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
	background-color: #BBE19F;
	height: 730px;
}
#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 160px;
	padding: 15px;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
	background-color: #D1F4AA;
}
#news p {
	color: #333333; /* 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 */
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.style1 {font-size: 60%}
a {
	font-size: 70%;
	color: #CC6600;
}
a:visited {
	color: #9966FF;
}
a:hover {
	color: #CCCC00;
}
a:active {
	color: #FF9966;
}
