@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	color: #3f3f3f;
	font-family: Avant-Garde, sans-serif;
	font-size: 14px;
	

}
h1 { font-size: 12pt }
h2 { font-size: 11pt }
h3 { font-size: 10pt }
h4 { font-size: 10pt }

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
	

}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}


#container {
	background: url(../img/tower.png) no-repeat;
	display:inline;
	background-position:bottom left;
	width: 100%;
	height:100%;
	overflow:auto;
	position:absolute;
	

	

}



#header {
	margin-left:100px;
	 float: left;
	 width: 1056px;
	height: 40px;
	 display: inline;
	

}

#contenttop {
	margin-left:100px;
	background: url(../img/contenttop.png) no-repeat;
	width: 1056px;
	height: 23px;
	
	display: inline;
	float: left;
}

#mainContent {
	margin-left:100px;
	background: url(../img/mainback.png) repeat-y;
	width: 1056px;
	display: inline;
	z-index:-1;
	float: left;
	
}

#centerCol {
	
	display: inline;
	float: left;
	width: 660px;
	padding-left:200px;
	padding-right:10px;
    	

	
}


#contentbottom {
	margin-left:100px;
	background: url(../img/contentbot.png) no-repeat;
	width: 1056px;
	height: 70px;
	display: inline;
	float: left;
}
#footer {
	margin-left:100px;
	float: left;
	width: 1000px;

	font-size: 11px;
	text-align: center;
}

#mainMenu {
	float: left;
	height: 23px;
	width: 100%;
	display: inline;	
	position:relative;
	overflow:hidden;
}

#mainMenu ul {
	clear:left;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	left:50%;
	text-indent: 15px;
	position:relative;
	text-align:center;
	
}
#mainMenu ul li {
display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;

}
#mainMenu ul li a {
	font-family: "Verdana", serif;
	color: #134982;
	font-size: 18px;
	text-decoration: none;
	text-align:center;
	
}
#mainMenu ul li a:hover {
	color: #3d678a;
	text-decoration: underline;
}
