@charset "UTF-8";
/* CSS Document */

body{
	padding:0px;
	text-align:center;
	font:12px Georgia,serif ;
	background: url(img/universal/back.png) top center #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;	
} 

a{
	color:#B7E3FF;
	text-decoration:none;
	
}

a:hover{
	color:#CCCCCC;

}
#big{
}
#top{
	background: url(img/universal/top.png) repeat-x;
	height: 104px;
	width: 100%;
}
#bottom{
	background: url(img/universal/bottom.png) repeat-x;
	height: 65px;
	position: relative;
	margin-top: 20px;
	width: 100%;
}
#nav{
	width: 857px;
	margin:auto;
	padding-left: 50px;
}
#homelink{
	padding-top: 70px;
}

#homelink ul{
	list-style:none;
	margin:4px;
	font-size: 18px;
	padding-left: 30px;
	vertical-align: bottom;
	padding-bottom: 5px;
}

#homelink ul li{
	display: inline;
	padding-left:36px;
}

#homelink ul li a{
	text-decoration:none;
	border-bottom:0;
	background-image:none;
	color:#fff
}

#homelink ul li a:hover{
	color:#B0B0B0
}

	
#container{
	width: 900px;
	margin:auto;
	text-align: center;
	margin-bottom: 10px;
}
#headpic{
	width: 800px;
	height: 290px;
	border: thin solid #999;
	background-color: #999999;
	margin-top: 25px;
	margin-right: 49px;
	margin-left: 49px;
	margin-bottom: 30px;
}

#body{
	font-size: 16px;
	margin-top: 32px;
	text-align: left;
	width: 800px;
	margin: auto;
	margin-bottom: 30px;
}

.footer{
	padding-top: 15px;
	font-size: 14px;
}
.footer2{
	padding-top: 5px;
	font-size: 14px;
}

.footer a{
	color:#fff}
	
.footer a:hover{
	color:#B0B0B0}

.body{
	font-size: 16px;
	
}
