body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
* {
	margin:0; padding:0; /* removes defaults of all elements */
}
div#mainwrap {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
div#header {

}
div#header #headercontent {
	padding-top: 25px;
	padding-left: 490px;
}

div#content {
	background-color: #FFFFFF;
	background-image: url(../images_layout/back_content.jpg);
	background-repeat: repeat-x;
}
div#content #contentleft {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	width: 215px;
	vertical-align: top;
}
div#content #contentright {
	vertical-align: top;
	padding-left: 20px;
	padding-right: 10px;
}
div#footer {
	position: absolute;
	top: 677px;
	background-image: url(../images_layout/back_footer.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 170px;

}
/* 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: 16px;
}
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

