/* CSS Document */
body { 
	text-align:center;
	background-image:url(images/bg_01.gif);
	background-repeat:repeat;
	}
	
#wrapper {
	width: 970px;
	height:100%;
	margin-top: 20px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	padding:0px;
	}
#header_background {
	height:100px;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	padding-top:23px;
	padding-right:auto;
	padding-left:auto;
	padding-bottom:0px;
	}
	
#content {
	width:970px;
	height:410px;
	padding-top:0px;
	padding-right:auto;
	padding-left:auto;
	padding-bottom:0px;
	}

#nav {
	width:845px;
	height:56px;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
	}	
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#nav li {
	float: left;
	margin-top:0px;
	margin-right:1px;
	margin-left:1px;
	margin-bottom:0px;
	}
	
#nav li a {
	background: url(images/btn_rest.gif);
	background-repeat:repeat-x;
	width: 167px;
	height: 56px;
	line-height: 5em;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
#nav li a:hover {
	background: url(images/btn_over.gif);
	background-repeat:repeat-x;
	width: 167px;
	height: 56px;;
	line-height: 5em;
	float: left;
	color: #002d3f;
	text-decoration: none;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

#footer {
	width:970px;
	height:30px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:30px;
	color:#999999;
	}