/* CSS Document */

body, ul, li, div {
	padding: 0;
	margin: 0;
}
body
{
	background:url(../images/bg.jpg) #0073a9 no-repeat;
	color: #000;
	text-align: center;
}
div#wrap	{
	top: 0;
	margin-right:auto;
	margin-left:auto;
	width: 1068px;
	color: #333;
}
#header {
	background:url(../images/index2_01.jpg) no-repeat;
	width: 1068px;
	height: 166px;
}
#mainmenu {
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	background:url(../images/index2_04_2.gif) no-repeat;
}
#submenu {
	padding:0;
	margin-left: auto;
	margin-right: auto;
	width: 976px;
	height: 36px;
	background:url(../images/index2_08.jpg) no-repeat;
	text-align: left;
}
ul#menu {
	width: 976px;
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

* html ul#menu {width: 900px;}

ul#menu li {
	display: inline;
	list-style-type: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #81b9d2;
	background-color: #0073a9;
	line-height: 22px;
	padding-bottom: 10px;
}
h1	{
	padding:0;
	margin:0;
	position:relative;
	left: 20px;
	top: 0px;
	width: 200px;
	height: 50px;
	font-size: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	font-stretch: extra-condensed;
	color: #0073a9;
	float:left;
}

h1 span {
	display:none;
}

#contentArea {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}

.content {
	margin-left:200px;
	margin-top:20px;
	margin-right:20px;
	text-align:left;
}

.clr {
	margin: 0;
	padding: 0;
	clear: both;
}