/*****************
*
BASIC LAYOUT STYLES HERE
*
*****************/

html, body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #336699;
	height: 100%;
}

/******************
parent container table set here
******************/
#contentContainer {
	align: left;
	width: 100%;
}

/*****************
set margin widths to 0px if no margin required - remember that the margin and content widths should equal the contentContainer width setting
*****************/
#leftMargin {
	width: 0px;
}

#rightMargin {
	width: 0px;
}

/****************
main site content, including head banners, footers and actual page content are contained within this div
****************/
#mainContent {
	width: 760px;
	align: left;
	vertical-align: top;
}
