body {
	/*behavior:url(scripts/csshover.htc);*/
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images_layout/background_body.gif);
	background-repeat: repeat-x;
}
* {
	margin:0; padding:0; /* removes defaults of all elements */
}
#mainwrap {
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCBs */
	text-align:left;
	width: 1024px;
}
#navigation {
	padding-top: 16px;
	padding-left: 175px;
	height: 19px;
	width: 875px;
}
#headerimage {
	height: 240px;
	top: 35px;
}
#content {
	width: 968px;
	margin-left: 26px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AFB6AE;
	border-bottom-color: #AFB6AE;
	border-left-color: #AFB6AE;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#navigationleft {
	width: 216px;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
#contentright {
	position: relative;
	padding-left: 40px;
	padding-right: 0px;
	margin-left: 216px;
	border-left-color: #AFB6AE;
	border-left-width: 2px;
	border-left-style: solid;
	min-height: 425px;
	margin-bottom: 25px;
}
/* mac hide \*/
* html #contentright {
	height:425px
}
/* end hide */ 
#footer {
	width: 968px;
	margin-left: 26px;
}

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