html, body {
	height:100%;
}

body {
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:12px;
	color:#000;
	line-height:18px;
	text-align:center;
}

td, div, span, p, h1 {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:13px;
	color:#000;
	line-height:18px;
	text-align:left;
}

img {
	margin:0;
	padding:0;
	border:0;
}

a {
	font-family:Arial;	
	font-size:13px;
	color:#930;
	text-decoration:underline;
}

a:hover {
	font-family:Arial;	
	font-size:13px;
	color:#930;
	text-decoration:none;
}

#container {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto;
	width:860px;
	position:relative;
}

#header {
	position:absolute;
	top:40px;
	left:0px;
	width:860px;
	height:235px;
	background:url(head_top.jpg) no-repeat left top;
}

#header_ofset {
	position:absolute;
	top:40px;
	left:0px;
	width:860px;
	height:235px;
	background:url(head_top_ofset.jpg) no-repeat left top;
}

#menu {
	padding-left:381px;
	height:52px;
}

#menu a {
	margin:25px 25px 0 0;
	display:block;
	float:left;
	color:#148ed7;
	white-space:nowrap;
	text-decoration:underline;
}

#menu a:hover {
	margin:25px 25px 0 0;
	display:block;
	float:left;
	color:#148ed7;
	white-space:nowrap;
	text-decoration:none;
}

#none {
	margin:25px 25px 0 0;
	display:block;
	float:left;
	color:#666;
	white-space:nowrap;
}

#content {
	margin-top:278px;
	width:860px;
	float:left;
	clear:both;
}

#title {
	margin-bottom:25px;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#c60;
	display:block;
	clear:both;
	text-align:center;
	line-height:22px;
}

h1 {
	margin-bottom:6px;
	width:100%;
	font-family:Verdana;
	font-size:18px;
	font-weight:bold;
	color:#c60;
	text-align:center;
}

#footer  {
	margin:0 auto;
	padding:20px 0 10px 0;
	width:860px;
	clear:both;
	text-align:center;
}

p {
	padding-bottom:15px;
	text-indent:20px;
}

#contacts {
	margin:10px 0;
	padding:19px;
	background:#faf4ca;
	border:1px solid #f3de90;
}