body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:1000px;
	background:#fff;
	/*border-bottom:1px solid #000;*/
}

/* column container */
.wrapmain {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:1002px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-bottom:20px;
	
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: 500px 0px;
}

/* common column settings */
.wrapleft {
	float:left;
	width:460px;
	padding:0px 20px;
	position:relative;
	text-align:justify;
}

.wrapright {
	float:right;
	width:460px;
	padding:0px 20px;
	position:relative;
}

.widgetleft {
	float:left;
	width:210px;
	padding:0px 20px 0px 0px;
	margin-bottom:20px;
	position:relative;
}

.widgetright {
	float:right;
	width:210px;
	margin-bottom:20px;
	position:relative;
}

.widgetfull {
	clear:both;
	width:460px;
	margin-bottom:20px;
	position:relative;
}

.widgetfooter {
	clear:both;
	width:460px;
	margin-bottom:20px;
	position:relative;
	border-top:1px solid #e7e7e7;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:1000px;
	border-top:1px solid #e7e7e7;
	background:#fff;
	text-align:center;
}

