body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin-right: 20px;
	margin-bottom: 45px;
	margin-left: 20px;
	background-color: #404040;
	margin-top: 45px;
}
* {
	margin:0; padding:0; /* removes defaults of all elements */
}
#mainwrap1 {
	margin-left:auto;
	margin-right:auto;
	width: 780px;
	background-color: #FFFFFF;
}
#header1 {
	height: 122px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}
#mainwrap2 {
	margin-left:auto;
	margin-right:auto;
	width: 738px;
	border: 1px solid #333333;
	
}
#header2 {
	width: 738px;
	height: 170px;
}
#nav {
	width: 738px;
	height: 3em;
	text-align: left;
	background-color: #C12413;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#content {
	width: 535px;
}
#footer {
	width: 780px;
}
/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {
	display: inline-block;
	margin-top: 4px;
}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
