@charset "utf-8";
/* CSS Document */



body {
	background-color:#885b3d;
background-image:url(images/bk.jpg);
background-repeat:repeat-x;
top:0;
margin:0 auto;
color:#885b3d;
}

#shell {
margin:0 auto;
width:900px;
background:url(images/content.jpg);

margin-top:50px;
}

#Header {
margin:0 auto;
height: 365px;
width:900px;
background:url(images/header.jpg);
background-repeat:no-repeat;

}


#Content {
margin:0 auto;
width:840px;
padding: 0 30px 0 30px;
background-repeat:repeat-y;

}

#Right {

width: 580px;
float:right;
}

#Top {

width: 650px;
height:14px;
background-image:url(images/top.jpg);
background-repeat:no-repeat;
background-color:#FFF;
float:right;
}

#MainContent {
	width: 610px;
	padding-right:20px;
	padding-left:20px;
	background-color:#FFF;
	float:left;
}

#Bottom {

width: 650px;
height:13px;
background-image:url(images/bottom.jpg);
background-repeat:no-repeat;
background-color:#FFF;
float:right;
}

#nav {
width:150px;
float:left;
}

#nav ul {
list-style-image: none;
margin-top:10px;
}

#nav li {
width:150px;
list-style:none;
background:url(images/navdivider.jpg) top left no-repeat;
padding-top:5px;
}

#nav li a {
color:#885b3d;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
font-size:16px;
text-decoration:none;
}

#nav li a:hover {
text-decoration:none;
font-weight:bold;
}

#Content {
	
}

#Contact { width:250px; margin-right:30px; float:right; margin-top:157px; text-align:right; font-weight:bold;}

#Footer {

height:63px;
width:900px;
background-image:url(images/footer.jpg);

}

h1 {
	font-size:18px;
	color:#885b3d;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	color:#885b3d;
	margin-bottom:10px;
}

p {margin-bottom:10px;
text-align:justify;
}

#logo {
	margin:auto;
	text-align:center;}
	
#logo p {
	text-align:center;}
	
#logo a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font:14px;
}

/* the form */

label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: red;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 400px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}
