body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../images_layout/background.gif);
	font-size: 0.75em;
}
* {
	margin: 0px;
	padding: 0px;
}
div#mainwrap {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-top: 20px;
	width: 960px;
	position: relative;
	padding-bottom: 20px;
}
div#header {
	height:100px;
	text-align:right;
	background-repeat: repeat-x;
}
div#nav {
	width:200px;
	left:0px;
	padding-top: 10px;
	position: absolute;
	top: 120px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999999;
}
div#content {
	margin-left: 201px;
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 211px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
}
div#contact {
	width:210px;
	top:120px;
	right:0px;
	padding-top: 10px;
	position: absolute;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.clearfix:after {
  content: ".";
	display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
	display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;}
	
.clearfix {
	display: block;}
/* End hide from IE-mac */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

