body
{
	background-color:#202020;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, VERDANA, Arial;
	font-size: 8pt;

}

/** Overall Body Wrap + Background **/

a
{
	color:#c2c2c2;
}

#pageWrap
{
	width: 100%;
	height: 1000;
	background-image: url('../images/template/back_backdrop.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#titleWrap
{
	width: 990px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#pageWrap_title
{
	height: 150px;
	width: 550px;
	line-height: 150px;
	float:left;
}

#pageWrap_title2
{
	height: 150px;
	width: 420px;
	float: left;
}

/** Top Linebar **/

#lineBar
{
	width: 100%;
	height: 50px;
	background-image: url('../images/template/top_linebar.png');
}

.linebar_wrap
{
	margin-left: auto; 
	margin-right: auto; 
	width: 990px; 
	height: 50px;
}

#linebar_logo
{
	width: 100px; 
	height: 50px; 
	float: left; 
	line-height: 50px;
}

.linebar_login
{
	float: left;
	width: 980px; 
}

/** Body Part/Content **/

#bodyWrap
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;

}

#navtop
{
	width: 990px;
	height: 70px;
	background-image: url('../images/template/top_navbar.png');
	margin-bottom: 10px;
}

#navtop li
{
	height: 70px;
	line-height: 70px;
	display: inline;
	list-style-type: none;
	margin-left: -20px;
	padding-right: 24px;
}

#bodyMain_Wrap
{
	width: 984px;
	background: #181818;
	border: 2px solid #454545;
	background-image: url('../images/template/body_topback.png');
	background-repeat: no-repeat;
	background-position: center top;

}

#bodyMain_Index
{
	width: 950px;
	height: 690px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	color:#dddddd;
}

#bodyMain_Side1
{
	width: 320px;
	height: 400px;
	float: left;
}
.bodyMain_Header1
{
	width: 620px;
	height: 35px;
	line-height: 35px;
	background-image: url('../images/template/content_header1.png');
	float: left;
}

.bodyMain_Header1 a
{
	color:#4d819c;
	text-decoration: none;
}

.bodyMain_Header1 a:hover
{
	color:#6aa3c1;
	text-decoration: none;
}

.Body1
{
	width: 620px;
	height: 280px;
	float: left;
	background:#161616;
}

.indentMain
{
	text-indent: 25px;
	padding: 4px 30px 4px 30px;
	color:#acb6b7;
}

.indentMain a
{
	color:#4d819c; 
	text-decoration: none;
}

.indentMain a:hover
{
	color:#6aa3c1;
	text-decoration: none;
}

.Body2
{
	width: 620px;
	height: 85px;
	float: left;
	background:#161616;
}

.Body3
{
	width: 620px;
	height: 85px;
	float: left;
	background:#161616;
}

.bottomNav
{
	height: 30px;
	line-height: 30px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-image:url('../images/template/footer.png'); 
	background-repeat: repeat-x;
}

.bottomNav_footer
{
	width: 990px;
	height: 30px;
	line-height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.bottomNav_footer span
{
	text-transform: uppercase; 
	font-weight: bold; 
	color: #ececec; 
	font-size: 0.9em;
}

.headerTitle
{
	padding-left: 20px; 
	padding-top: 0px; 
	margin-top: 0px; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 1.0em;
}

