body{
	margin:0px;
	background:#fff;
	font:0.75em sans-serif;
	position:absolute;
	width:100%;
}

html>body {
	height:auto;
	top:0;
}

html{
	height:100%;
	min-height:100%;
}

#header{
	background:#555 url('images/header.png') no-repeat top center;
	height:80px;
	padding-left:40px;
	margin-top:60px;
}

#header-content{
	margin:0 auto;
	width:750px;
}

h1{
	margin:0 auto;
	padding-top:20px;
	width:750px;
	color:#444;
	font-size:2em;
	text-align:center;
	float:left;
}

#info {
	text-align:right;
	font:10px sans-serif;
}

#info a {
	padding:0 1em;
}

#info div,#info form {
	display:inline;
}

#info input{
	margin:1px;
	font:10px sans-serif;
}

#main-menu {
	position:absolute;
	top:0;
	height:40px;
	width:100%;
	padding-top:20px;
	background:#555;
}

* html #main-menu {
	left:0;
}

#main-menu ul {
	margin:0 auto;
	width:750px;
	padding:0;
	overflow:hidden;
}

#main-menu li {
	white-space:nowrap;
	overflow:hidden;
	list-style-type:none;
	float:left;
	width:100px;
	padding:10px 12.4px 0;
	text-align:center;
	height:30px;
	background: url('images/menu.png') no-repeat bottom center;
}

#main-menu a{
	color:#fff;
	position:relative;
	text-decoration:none;
	top:7.5px;
}

#main-menu li:hover{
	background: url('images/menu-hover.png') no-repeat bottom center;
}

#main-menu li.active{
	background: url('images/menu-active.png') no-repeat bottom center;
}

#wrapper {
	width:800px;
	margin:0 auto;

}

#content {
	width:570px;
	padding-left:30px;
	float:right;
	color:#666;
}

#footer {
	display:block;
	font:0.75em sans-serif;
	padding:2em 0 1em 0;
	height:2em;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
	background: url('images/footer.png') center bottom;
}

#footer form {
 float:right;
 padding-right:10px;
}

#footer p {
 float:left;
 padding-left:10px;
}

#content p {
	text-indent:1em;
}

#menu {
	text-align:right;
	width:200px;
	float:left;
}

.menu-box {
	width:200px;
	margin-top:12px;
	padding:20px 0;
	background: url('images/menu-top.png') no-repeat top center;
}

.menu-box div.title {
  text-align:left;
  padding-left:30px;
  margin-top:-20px;
 color:#aaa;
}

#menu li {
	list-style-type:none;
	padding:5px 10px 5px 0;
}

#menu ul {
	width:200px;
        margin:0;
	padding:0 0 20px 0;
	background: url('images/menu-bottom.png') no-repeat bottom center;
}

h2{
	color:#700;
	padding:0.83em 0 1em 0.83em;
	margin-bottom:-0.2em;
	margin-left:-10px;
	background: url('images/heading.png') no-repeat top left;
}

h3 {
	color:#070;
	font-size:1.2em;
}

h4{
	font-size:1em
}

form {
	padding:2px 0;
	margin:0;
}

.left {
	float:left
}

.right {
	float:right;
}
.center{
	text-align:center;
	margin:0 auto;
}

code {
	border:1px solid #414711;
	background: #f1f3e6;
	color:#414711;
	white-space:nowrap;
}


dt {
	list-style-type:square;
}

#ads {
	text-align:center;
	clear:both;
}

a {
	color:#700;
}

img {
	border:0;
}

a:hover {
	color:#b00;
}

a:active {
	color:#f00;
}

a:visited {
	color:#400;
}

a .title {
	display:none;
}

a:hover .title {
	color:#292e01;
	border:1px solid #292e01;
	background:#f1f3e6;
	display:block;
	position:absolute;
	font:0.65em sans-serif;
	padding:1px;
	margin-top:1em;
}

table {
	width:100%;
	border-collapse:collapse
}

input,
textarea {
	border:1px solid #888;
	background:#fff;
	color:#000;
}

