#main {
	position:absolute;
	width: 960px;
	height: 700px;
	left: 50%;
	margin-left: -480px;
}

#head {
    height: 170px;
	width: 100%;
	background-image:url(../images/head1.jpg);
}

#center {
	background-image:url(../images/background1.jpg);
	background-repeat: repeat-y;
	height: 550px;
	width: 960px;
}

#navi {
	float: left;
	margin-left: 53px;
	margin-top: 10px;
	width: 160px;
	height: 500px;
}

#content{
	padding: 10px 10px 0 10px;
	float:left;
	height: 680px;
	width: 680px;
	color: #034DA2;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-image:url(../images/logo.png);
}

#content li {
    padding: 2px;	
}
#content ul {
    padding-top: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
}

#content img {
    padding: 10px;	
}

#content a {
    text-decoration: none;	
}

#footer {
	text-align: center;
	position:absolute;
	width: 960px;
	height: 90px;
	left: 50%;
	margin-top:710px;
	margin-left: -480px;
	background-image:url(../images/footer1.jpg);
	color: #034DA2;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

