#container {									/* used to centre everything and provide a page background */
	width: 760px;
	margin: 0 auto;
	background: url(../Images/contentBackground.gif) repeat-y top;
	font: small normal "CenturyGothic", Arial, Helvetica, sans-serif;
}

#header {
	width: 756px;
	border: 2px solid #333;
	border-bottom: 0;
	background: #333 url(../Images/desktopLogoTopRight.gif) no-repeat top right;
}

#leftSide {
	float: left;
	width: 242px;
	margin-left: 2px;
}

#rightSide {
	float: right;
	padding: 10px 20px;
	width: 474px;
}

#squares {
	float: left;
	width: 114px;
}



#menuSide {
	margin: 0;
	padding: 0;
	float: right;
	width: 126px;
}

#pink {
	float: right;
	width: 124px;
	padding-top: 20px;
}

#footer {
	clear: both;
	width: 756px;
	height: 207px;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #333;
	background: #903 url(../Images/trainingRoom02.jpg) no-repeat;
}

#footerRight {
	background: #fff;
	padding: 10px 0 10px 240px;
	text-align: left;
	border: 2px solid #333;
	border-top: 0;
	font: large normal "CenturyGothic", Arial, Helvetica, sans-serif;
	font-size: 80%;
}

