@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
font-size: 100.01%;
  height:100%;
}
body {
	line-height: 1;
	color: #333;
	text-align: left;
	font: 0.875em Georgia, Times New Roman, serif;
	background-color: #FAF0E6;
	position:relative;
  	min-height:100%;
}
:focus {
outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
font-size: 100%;
}
a {
color: #968271;
text-decoration: none;
}
input[type="text"], input[type="password"] {
font-size: 100%;
padding: 0;
}
textarea {
font: 100% Georgia, Times New Roman, serif;
padding: 0;
}

#header {
	background: url(../img/top_navigation_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 80px;
	padding-left:80px;
	min-width:800px;
}
#header li {
	list-style:none;
	float:left;
	padding: 0 20px;
	display: block;
	margin-top: 62px;
}
#header li a, #header li span {
	font-family:Arial, Helvetica, sans-serif;
	color: #968271;
	font-weight: bolder;
	display: block;
	height:18px;
}
#header li a:hover, #header li span {
	background: url(../img/out.png) repeat-x;
}
#contact {
	margin:20px 100px;
	padding-bottom:250px;
}
#footer{
	position:absolute;
	bottom:2px;
	left:0;
	z-index:500;
	width:100%;
	height:230px;
	overflow:hidden;
	background-image: url(../img/bg_404.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
