html { 

}



body { 
	/* background: url(img/bg-grad.png) repeat-y center;  */
	font-family: Arial; /* 15px Georgia, "Times New Roman" Georgia Times serif;  */
	font-size: 14px;
	margin: 0; 
	padding: 15px; 
	text-align: center; 
	color: #2d2d2d; 
	height: 100%;
}
	
a{ 
	color: #039; 
	text-decoration: none;
}


h1,h2,h3,h4, #content h1 a, #content h2 a, #content h3 a { 
	font-weight: normal; 
}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

#container {
	margin: 0 auto;
	width: 864px;
	height: 700px;
	border: 0px solid black;

}

/*
#logo {
	display: block;
	width: 644px;
	height: 83px;
	background: #fff url(img/finsig07.png) no-repeat;
}
*/
#header{
	width: 850px;
	height: 143px;
	background: #fff url(img2/header.png) no-repeat;

}

#main_container {
	display:block;
	position: relative;
	width: 850px;
	height: 560px;
	background:  #fff url(img2/bg.png) repeat-y;
	overflow: hidden;
	text-align: left;
}

#navi {
	
	margin-top: 17px;
	display:block;
	position:relative;
	left: 45px;
	float: left;
	width: 135px;
	text-align: left;
	margin-right: 12px;
}
#navi a { 
	color: black; 
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
	/* font-variant: small-caps;  */
}
#navi ul a:hover, li a:hover { 
	/* color: #6bfcfe; */
	text-decoration: none;
}

#navi ul {
	font-family: Century Gothic;
	font-weight: 900;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	/* font-variant: small-caps; */
	
}

#navi li {
	list-style: none;
	padding: 2px;
	margin-top: 2px;
	height: 16px;
	padding-top: 4px;
	border: 2px solid #DDD;
	
	background: #f8fafd;
}


#navi li.active { 
	/* background: url(img/sig_icon.png) right no-repeat; */
	border-left: 2px solid #6bfcfe;
	border-bottom: 2px solid #6bfcfe;
	border-top: 2px solid #6bfcfe;
	border-right: 2px solid #fff;
	background: #fff;
	
}

#navi li:hover {
	/* background: url(img/sig_icon.png) right no-repeat; */
	border-left: 2px solid #6bfcfe;
	border-bottom: 2px solid #6bfcfe;
	border-top: 2px solid #6bfcfe;
	border-right: 2px solid #fff;
	background: #fff;
	color: #6FDAE7;
	
}

#content {
	left: 30px;
	right: 15px;
	top:  5px; 
	display: block;
	position: relative;
	float: left;
	right: 7px;
	width: 620px;
	overflow:auto;
	height: 535px;
	padding: 15px;
	padding-top: 15px;
	padding-left: 15px;
}

#content a:hover{
	color: #6FDAE7;
	
}

#content img{
	border: 0px solid #aaa;
	margin: 10px;

}
#content img.noborder{
	border: 0px solid #aaa;

}
#footer {
	width: 850px;
	height: 22px;
	background: #fff url(img2/bottom2.png) no-repeat;

}
/*
#sponsors{
	width: 600px;
	height: 100px;
	text-align: center;
	padding: 10px;
}
#sponsors img{
	border: 0px;
}
#pusher{
	width: 30px;
	height: 500px;
}
*/
