body {
	background: #006699; /* color option  */
	font: 12px/170% Verdana,Arial,Helvetica,sans-serif;
	color:#3F3F3F;
}
.column-1 {
	float: left; /* option to reverse this with column 2 */
}
.column-2 {
	float: right; /* option to reverse this with column 1 */
}
.header {
	background: #FFFFFF url(/images/mainheaderpic.jpg) no-repeat; /* color option  */
}
.top-nav {
	background: #005F95; /* color option  */
	width: 83.333333333333%;


}
.footer {
	background: #FFFFFF url(/images/BKG_footer2.jpg) no-repeat; /* color option  */
}

