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

body {
	background-color: #004f8c;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	height: 210px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#header2 {
	background-image: url(../images/header2.jpg);
	height: 193px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#menucontainer {
	height: 32px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg {
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 620px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	padding-right: 45px;
	padding-left: 45px;
}
#footer {
	background-image: url(../images/footer.jpg);
	height: 158px;
	width: 710px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#menuleft {
	background-image:url(../images/menuleft.jpg);
	width:97px;
	height:32px;
	float:left;
}
.menu1 a {
	background-image:url(../images/menu1.jpg);
	width:107px;
	height: 32px;
	float:left;
}
.menu1 a:hover {
	background-image:url(../images/menu1.jpg);
	width:107px;
	height: 32px;
	background-position: 0px -32px;
	float:left;
}
.menu2 a {
	background-image:url(../images/menu2.jpg);
	width:108px;
	height: 32px;
	float:left;
}
.menu2 a:hover {
	background-image:url(../images/menu2.jpg);
	width:108px;
	height: 32px;
	background-position: 0px -32px;
	float:left;
}
.menu3 a {
	background-image:url(../images/menu3.jpg);
	width:91px;
	height: 32px;
	float:left;
}
.menu3 a:hover {
	background-image:url(../images/menu3.jpg);
	width:91px;
	height: 32px;
	background-position: 0px -32px;
	float:left;
}
.menu4 a {
	background-image:url(../images/menu4.jpg);
	width:207px;
	height: 32px;
	float:left;
}
.menu4 a:hover {
	background-image:url(../images/menu4.jpg);
	width:207px;
	height: 32px;
	background-position: 0px -32px;
	float:left;
}
#menuright {
	background-image:url(../images/menuright.jpg);
	width:100px;
	height:32px;
	float:left;
}
