/* CSS Document */

#background {
	z-index:1;
	width:100%;
	height:100%;
	display:block;
}
#background img {
	z-index:1;
	width:100%;
	position:absolute;
	top:0px;
}
#header {
	background-image:url(../images/headerBg.png);
	background-repeat:repeat;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	width:100%;
	height:65px;
	z-index:1003;
}
#headContent {
	width:966px;
	height:65px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-483px;
}
#headLeft {
	width:350px;
	height:50px;
	position:absolute;
	top:10px;
}
#headRight {
	width:250px;
	position:absolute;
	top:-10px;
	left:700px;
	color:#FFFFFF;
}
#connectBar {
	width:275px;
	margin-left:50%;
	margin-bottom:3px;
	position:absolute;
	top:69px;
	left:235px;
	z-index:1003;
}
#body {
	width:966px;
	height:316px;
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-483px;
	z-index:1000;
	font-size:14px;
}
#bodyContent {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	height:265px;
	padding:25px;
	color:#FFFFFF;
	z-index:1000;
}
#leftContent {
	width:300px;
	height:260px;
	overflow:auto;
	border-right:#fff 1px solid;
}
#sectionTitle {
	margin-left:auto;
	margin-right:auto;
	width:250px;
}
#sectionText {
	width:250px;
	font-size:14px;
	/*font-weight:bold;*/
	margin-left:3px;
}
#sectionTextContainer {
	overflow:auto;
	width:275px;
	height:190px;
}
#rightContent {
	position:absolute;
	left:335px;
	top:25px;
	width:610px;
	height:250px;
	overflow:auto;
	/*border:#fff 1px dashed;*/
}
#bodyBG {
	position:absolute;
	top:0px;
	left:0px;
	z-index:995;
}
#bodyBottomContent {
	position:absolute;
	bottom:5px;
	margin-bottom:0px;
	color:#ffffff;
	font-size:10px;
	font-family:"Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	width:900px;
}
#footer {
	width:100%;
	height:25px;
	/* background-image:url(../images/footerBG.jpg);
	background-repeat:repeat-x; */
	position:absolute;
	bottom:0px;
	font-family:"Myriad Pro", "Myriad", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:fff;
	/* color:#838383; */
	z-index:1000;
}
#footerText {
	color:999;
	font-weight:bold;
	padding-top:8px;
	z-index:1000;
}
#leftLinks {
	position:absolute;
	bottom:45px;
	left:50%;
	margin-left:-570px;
	z-index:1003;
	height:275px;
	width:75px;
}

