/* ----- Main ----- */

html 
{
	text-align: justify;
	background: transparent url(../images/back.jpg) center repeat-y;
	background-color: #F3E8D6;
}

body 
{
	margin: 60px auto;
	padding: 0; 
	font-family: Verdana, Helvetica, sans-serif;
	color: #231F20;
	font-size: 12px;
}

a
{
	color: #897D67;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

em
{
	font-style: italic;
	font-weight: bold;
	color: #7FA659;
}

p { margin-bottom: 20px; }

/* ----- Form Styles ----- */

form
{
	padding: 10px;
	background-color: #FFF;
	border-top: 1px solid #9A8244;
}

form fieldset
{
	padding: 20px 10px 15px 10px;
	border: 0px;
	border: 2px solid #DDD;
	
}

form legend
{
	padding: 5px;
	font-weight: bold;
}

form label, form input, form textarea, form select
{
	margin-bottom: 5px;
	margin-right: 5px;
}

form input, form textarea, form select
{
	vertical-align: middle;
}

form label 
{
	float: left;
	display: block;
	text-align: right;
	width: 190px;
	padding-right: 20px;
}

form .element, form .group { clear: left; }

form .group .element { display: inline; clear: none; }

form .title { display: inline; }

form p { max-width: 800px; }

form .error 
{ 
	color: #CC3300;
	padding: 3px;
	margin-left: 213px;
}

/* ----- Container ----- */

#container
{
	position: relative;
	margin: auto;
    width: 981px;
}

/* ----- Header ----- */

#header
{
	z-index: 1;
	position: relative;
	width: 981px;
	height: 169px;
	background: url(../images/header.jpg);
}

/* ----- Footer ----- */

#footer
{
	padding-top: 12px;
	width:  981px;
	height: 51px;
	background: url(../images/footer.jpg) no-repeat;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

#develop_text
{
	text-align: center;
	font-size: 11px;
}

#develop_text a
{
	text-decoration: underline;
}