html {
    margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #DDD;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
}
#navTopContainer {
	background-image: url(../images/template/backgroundMenuTop.jpg);
	background-repeat: repeat-x;
	height: 21px;
	font-weight: bold;
	padding-top: 4px;
	text-align: center;
}
#navTopContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContainer {
	background-image: url(../images/template/homeMain.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 950px;
}
#navBottomContainer {
	background-image: url(../images/template/backgroundMenuBottom.jpg);
	background-repeat: repeat-x;
	height: 22px;
	font-weight: bold;
	padding-top: 7px;
	text-align: center;
}
#navBottomContainer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContainer {
	background-image: url(../images/template/backgroundFooter.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 950px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 45px;
	font-weight: bold;
}
#mainContainerMain {
}
#mainContainerMain .mainContainerMainNav {
    background-color: #BBB;
	width: 200px;
	background-repeat: repeat-y;
}
#mainContainerMain #mainContainerMainBody {
    background-color: #FFF;
	width: 730px;
	padding: 10px;
	text-align: left;
	color: #000;
}
#pageTitle {
    font-size: 37px;
	color: #D2965A;
}
#pageSubTitle {
    font-size: 18px; 
	font-weight: bold;
}

