#container {
	width: 772px;
	margin: 0px auto 0px auto;
	padding: 2px;
	text-align: left;
	background: #ffffff
	/* border: medium solid rgb(255,255,255); */
}
#header {
	background: #123D50 url('../../images/header/bottoLogo.gif') no-repeat;
	width: 768px;
	height: 94px;
	/* margin: 0px 0px 0px 0px; */
	padding: 0px;

}
#razorLink {
	z-index: 100;
	position: relative;
	float: right;
}
#navigation {
	z-index: 99;
	background: #123D50 url('../../images/bg/nav.bg.gif') repeat-x;
	width: 768px;
	height: 22px;
}
#pageTitle {
	z-index: 98;
	background: #ffffff url('../../images/bg/pageTitle.bg.gif') repeat-x;
	width: 768px;
	height: 38px;
}
#pageBody {
	z-index: 97;
	background: #ffffff url('../../images/bg/main.bg.gif') repeat-x bottom left;
	width: 768px;
}
#left {
	z-index: 96;
	background: #ffffff url('../../images/bg/main.bg.gif') repeat-x bottom left;
	width: 468px;
	float: left;
}
#right {
	z-index: 95;
	background: #7b9fb0;
	width: 300px;
	margin-left: 468px;
}
#footer {
	z-index: 94;
	background: #123D50 url('../../images/bg/footer.bg.jpg') repeat;
	padding: 10px;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
}
