body{
	margin: 0px;
	font: 13px/150% arial, helvetica;
	text-align: center;
	background: #000 url('/images/template/bodyBG.jpg') no-repeat fixed top center;
	}

a {color: #ffc6a1;}
a:hover {color: #ffa668;}

#siteContainer{
	margin: auto;
	width: 1200px;
	text-align: left;	
}

#logo{
	position: fixed;
	z-index: 100;
	top: 30px;
	margin-left: 50px;
}


#logoBottom{
	position: fixed;
	z-index: 100;
	top: 650px;
	margin-left: 750px;
}

#bottomLogo {
	margin: 45px 0px 25px;
	}

#angel{
	position: fixed;
	z-index: 100;
	top: 10px;
	margin-left: 700px;
}


#navBar{
	position: fixed;
	z-index: 3;
	top: 125px;
	width: 100%;
	height: 26px;
	background: url('/images/template/navBG.png');
}

#navigation{
	position: fixed;
	z-index: 300;
	top: 128px;
	margin-left: 50px;
}

#navigation ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li{
	display: inline;
	margin-right: 10px;
}

#navigation a{
color: #fff;
text-decoration: none;
font-weight: bold;
padding: 5px;
}



#contentMask{
position: fixed;
z-index: 2;
width: 100%;
height: 190px;
background: #000 url('/images/template/bodyBG.jpg') no-repeat fixed top center;
}

#content{
position: absolute;
top: 175px;
margin-left: 50px;
width: 730px;
padding: 50px;
color: #fff;
font-size: 15px;
line-height: 175%;
background: url('/images/template/60.png');
}

#subMenu {
position: fixed;
	z-index: 100;
	top: 190px;
	margin-left: 900px;
width: 270px;
padding: 30px;
color: #fff;
font-size: 12px;
line-height: 175%;
background: url('/images/template/80.png');	
}

.subMenuUL ul {
list-style-type: none; 
list-style-position: outside;
padding: 0px;
margin: 0px;

}	

.subMenuUL li {
list-style-type: none; 
 display: block; 
 border-bottom: 1px dotted silver;  
 padding: 2px;
 margin: 0px;
 margin-left: -30px;
}

.subMenuUL a {text-decoration: none;}

#subMenuTitle{
font-weight: bold;
font-size: 11pt;
margin-bottom: 20px;
}	