@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	margin: auto;
	background-color: #e9e9e9;
}

#contentMGR {
	position: relative;
	margin: auto; 
	width: 750px;
	min-height: 275px;
}

#platform {
	position: absolute;
	float: left;
	margin: auto;
	text-align: center;
	width: 750px;
	background: url('../images/layout/defaultBG.jpg') repeat-y;
}

#mainSideMenu {
	position: relative;
	float: left;
	top: 20px;
	left: 25px;
	width: 200px;
}

#content {
	position: relative;
	float: left;
	left: 26px;
	width: 500px;
	min-height: 350px;
	text-align: left;
	font-size: 18px;
}

#footer {
	position: relative;
	float: left;
	background: url(../images/layout/footerBG.jpg) no-repeat bottom;
	width: 750px;
	height: 82px;
	font-size: 12px;
	padding-top: 20px;
}

p {
	text-indent: 10px;
	text-align: left;
}