

/* holder styles */
#holder {
	width: 100%;
	background: #FFFFFF; /* This image creates the three column faux effect */
	text-align: left;
	margin: 5px 0 0 0;
	padding:0;
	
}

/* header styles */
#header {
	background: #fff; /* creates the top overlap of the right column */
	margin:0;
	
}


/* navigation styles */
#nav {
	color:#00215b;
	width: 145px;
	float: left;
	padding: 0px 5px; /* side padding is added to total width above for a 160px "real total" */
	
}


/* content styles */
#content{
	margin: 0;
	width:760px;
	padding: 0 0px 10px 0;

	float:right;
	font-size:12px;
	border:0px solid blue;

	}
	

/* footer styles */
#footer {
	padding:5px 5px 0 5px;
	border-top: 1px solid #877D6C;
	
	font-size: 80%;
		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;
}

