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

body {
	margin: 0px;
	background-color: #CDCBC9;
	background-repeat: repeat;
	background-image: url(../images/bgmain.gif);
	height: 100%;
}

/******************
parent container table set here
******************/
#contentContainer {
	align: center;
	width: 790px;
}

/*****************
set margin widths to 0px if no margin required - remember that the margin and content widths should equal the contentContainer width setting
*****************/
#leftMargin {
	width: 15px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(../images/leftMargin.gif);	
}

#rightMargin {
	width: 15px;
	background-color: #ffffff;
	background-repeat: repeat;
	background-image: url(../images/rightMargin.gif);	
}

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