#container {									/* used to centre everything and provide a page background */
	width: 760px;
	margin: 0 auto;
/*	background: url(../Images/contentBackground.gif) repeat-y top; */
}

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

#contentLogo {
	float: left;
	width: 760px;
}

#logo {
	float: left;
	width: 116px;
}

#content {
	float: right;
	width: 642px;
}

#leftSide {
	float: left;
	width: 261px;
	padding: 10px 10px 10px 10px;
}

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

#oneSide {
	width: 600px;
	padding: 10px 20px 10px 20px;
}

#footer {
	clear: both;
	width: 756px;
	height: 200px;
	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: 20px 0 10px 120px;
	text-align: left;
	font-size: 90%;
	border: 2px solid #333;
	border-top: 0;
}

.brclear {
	clear: both;
}


