@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#siteBg {
	height: 100%;
	width: 100%;
	background-image: url(../images/pageBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#logo {
	height: 589px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#navBar {
	background-image: url(../images/navBG.png);
	height: 42px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	height: 100%;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	height: 900px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}

#navBar a {
	text-align: center;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 33px;
	text-decoration: none;
	color: #ACACAC;
	height: 32px;
	margin-top: 9px;
	padding-right: 65px;
	padding-left: 66px;
}

#navBar a:hover {
	color: #99BBDD;
	background-image: url(../images/navRO.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navBar .link_cls a {
	height: 42px;
	margin-top: 0px;
	line-height: 42px;
	width: 120px;
	color: #9AAAB4;
}
#navBar .link_cls a:hover {
	color: #9BBCDD;
}

#bottomBar {
	background-image: url(../images/navBG.png);
	height: 42px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
#bottomBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 33px;
	text-align: center;
	display: block;
	margin-top: 9px;
}
#bottomBar a:hover {
	color: #6699CC;
}

