html, body {
	background-color:#f1f5ff;
	background-image:url('../img/bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	min-height:100%;
  	height:auto !important;
  	height:100%;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#navigation_top, #header, #middle, #footer {
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#navigation_top {
	height:115px;
	width:906px;
}
		#logo {
			background-image:url('../img/logo.png');
			background-repeat:no-repeat;
			height:79px;
			width:176px;
			display:block;
			position:absolute;
			top:25px;
			left:0px;
		}
		#navigation_top ul {
			margin:0px;
			postition:absolute;
			margin-left:250px;
			width:650px;
			list-style-type:none;
			padding:0px;
			padding-top:83px;
		}
		#navigation_top ul li {
			display: inline;

		}
		#navigation_top ul li a {
			display:inline-block;
			padding-left:10px;
			padding-right:10px;
			color:#9a0f12;
			text-decoration:none;
			font-weight:bold;
		}
		#navigation_top ul li a.active {
			color:#ef2e00;
		}
		
#header {
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	width:906px;
	height:220px;
}
#middle {
	background-color:#ffffff;
	width:906px;
	padding-top:15px;
	padding-bottom:15px;
}
	#navigation_left {
		float:left;
		width:196px;
	}
		#navigation_left ul {
			background-image:url('../img/ul.png');
			width:196px;
			padding:1px 0px 1px 0px;
			margin:0px;
			list-style-type:none;
		}
		#navigation_left ul li {
			background-color:white;
			background-image:url('../img/li.png');
			margin:1px 0px;
			padding:7px 12px;
		}
		#navigation_left ul li a {
			color:#fa3303;
			text-decoration:none;
		}
	#content {
		float:left;
		width:660px;
	}
	#clear {
		clear:both;
	}
#footer {
	background-color:#6288fd;
	color:#ffffff;
	width:906px;
	height:38px;
	line-height:38px;
	font-weight:bold;
}
#footer span {
	position:absolute;
	left:10px;
}

h1 {
	font-size:1.4em;
	padding:0px;
	margin:5px 0px;
	color:#ef2e00;
	font-weight:normal;
}
