body {
	/*behavior:url(scripts/csshover.htc);*/
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-top: 10px;
}
* {
	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: 909px;
	min-height: 570px;
	border: 1px solid #000000;
}
#navigationtop {
	height: 34px;
	width: 910px;
}
#content {
	width: 909px;
	min-height: 502px;
}
/* mac hide \*/
* html #content {
	height:502px
}
/* end hide */ 
#contentleft {
	width: 350px;
	float: left;
	padding-left: 17px;
	padding-top: 15px;
}
#contentright {
	position: relative;
	float: right;
	overflow: auto;
	padding-right: 25px;
}

#navigationbottom {
	height: 34px;
	width: 910px;
}

/* 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;
}
