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

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

}

/* header styles */
#header {
	background: #006;
}
.callout {
	font: bold;
	color: #FFF;
	margin: 0;
	padding: 5px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* navigation styles */
#nav {
	width: 130px;
	float: left;
	padding: 5px 5px;
}
#nav a:link { 
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited { 
	color: #9CF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
}

/* content styles */
#content {
	margin: 0 165px;
	padding: 15px;
}
#content p {
	line-height: 130%;
}
#content a:link {
	color: #FF0;
	text-decoration: none;
	font-weight: bold;
	background-color:#FF0000;
}	

/* third column styles */
#news {
	margin: 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
	background-color: #A4B592;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #006;
	background: #ECEBCD;  /* 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;
}
