@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background: #DEF7E3 url(img/bg.jpg) left top repeat-x;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
img {
	border: none;
}
a {
	color: #0077B2;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {margin: 0 0 18px}
input {vertical-align: middle}
#wrapper {
	width: 865px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #FFF url(img/grass.jpg) center bottom no-repeat;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 192px;
	position:relative;
	background: #FFF url(img/head.jpg) center bottom no-repeat;
}
#header ul {
	position:absolute;
	left:60px;
	bottom:10px;
}
#header li {
	display:block;
	float: left;
	margin-left:10px;
	font: bold 14px sans-serif,Arial,Tahoma;
	text-align:center;
}
#header a {
	color:#FFF;
	text-decoration:none;	
}
#header a:hover {
	color:#FFF;
	text-decoration:underline;	
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 5px 10px 260px 10px;

}
#content ul {
	margin-left:25px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 846px;
	margin: -45px auto 0;
	padding:15px 10px 0 10px;
	height: 30px;
	color: #797956;
	background: #000;
}
#footer a {
	color:#FFF;
}
.error {
	border: 1px solid #E89B88;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFEFE8;
}

.warning {
	border: 1px solid #C7C759;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #FFFFD4;
}

.ready {
	border: 1px solid #7BB446;
	margin: 10px 45px 10px 45px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	background-color: #E6FFB1;
}