/* Styles */ 

div#mainwrapper {
	min-width:698px; 
	max-width:698px; 
	margin-left:auto;
	margin-right:auto;
	} /* centers layout when > max width */

div#header {
	width:auto;
	}
	
div#threecolwrap {
 	 float:left;
 	 width:100%;
	border: solid 1px #64120c; 
	}
	
div#twocolwrap {
 	float:left;
	width:100%;
	display:inline; /* stops IE doubling  margin on float*/
	margin-right:-225px; /* CWS - neg margin move */
	}

div#nav {
 	float:left;
 	width:225px; 
	display:inline; /* stops IE doubling  margin on float*/
 	}
	
 #content {
 	width:auto;
 	margin-left:225px;
 	margin-right:225px;
	background-color:#FFCC99;
 	}
	
#subContent {
	width:75%;
	margin:10%;
	border-top-style:ridge;
	border-left-style:ridge;
	border-right-style:inset;
	border-bottom-style:inset;
	}

#rightcolumn {
 	float:left;
 	width:225px;  
	}
	
.display1 {
	float:left;
	width: 49%;
	height: 17em;
	color: #64120c;
	text-align: left;
	text-indent: 4px;
	border: solid 1px #64120c;
	margin: 1px;
	background-color:#ffffe0;
	}

.display2 {
	float:right;
	width: 49%;
	height: 17em;
	color: #64120c;
	text-align: left;
	border: solid 1px #64120c;
	margin: 1px;
	text-indent: 4px;
	background-color:#ffffe0;
	}
	
.leftBox {
	text-align: left;
	color: #64120c;
	margin: 1px;
	border:solid 1px #64120c;	
	}

.rightBox {
	text-align: left;
	color: #64120c;
	margin: 1px;
	border:solid 1px #64120c;
	}

.contact {
	background-color:#ffffe0;
	}
	
 #footer {
 	width:100%;
 	clear:both;
 	float:left;
	height: 4em;
	border:solid 1px #64120c;
    background: #ffffe0 url(../images/footerImage.gif) repeat-y bottom left;
 	}