Lin/* TWO COLUMN LAYOUT */

body {
	text-align:center; 
	background-color:#ABB6D4;/* IE6 needs this to center the layout in the browser window */
	}
#main_wrapper {
	width:840px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; 
	
	background-image:url(graphicsft/wave_background.jpg);

	/* resets the centering hack for IE6 on the body tag */

}

#main_wrapper2 {
	width:840px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; 
	background-color:#D3D7E2;
	left: 10px; right: 10px;
	/* resets the centering hack for IE6 on the body tag */

}
	


#header {
	
	}
#nav {
	width:22%; /* this width + content width must total 100% */
	float:left; /* floats on nav and content divs make them sit side by side */
	
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:78%; /* this width + nav width must total 100% */
	top:0px;
	
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-color:#CCCCCC
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em;
		background-color:#BCD8ED /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em .8em; /* creates space between the box and the content */
	border-right:3px solid #000000;;
	}
#content_inner { 
	padding:10px 5px 5px 5px; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
	
	
		.style1{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:14px;}

	.style5{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:16px;}
	
	.style6{font-family:"Trebuchet MS", Verdana, serif;font-weight:bold;font-size:18px;}
	
	.style7{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:15px;text-underline;}
	
	.style8{font-family:"Trebuchet MS", Verdana, serif;font-weight:normal;font-size:15px;
	}
	
	.style11{font-family:"Trebuchet MS", Verdana, serif; font-weight:normal;font-size:10;
	}
	
	.style15 {font-family:"Trebuchet MS", Verdana, serif; font-weight:normal;font-size:14px;}
	
.style12 {font-family:"Trebuchet MS", Verdana, serif; font-weight:bold;font-size:16px; color:#B91806;}
.style13 {font-family:"Trebuchet MS", Verdana, serif; font-weight:bold;font-size:16px;}