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

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #68512D;
}
body {
	margin: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ECE6C6;
}
#centerContent {
	width: 916px;
	margin-right: auto;
	margin-left: auto;
	left: -14px;
	position: relative;
}

#topHeader {
	height: 83px;
	position: relative;
}

#headerBackground {
	background-image: url(images/header_backround.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#footerBackgorund {
	background-image: url(images/footer_background.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	background-position: bottom;
}
#bottomFooter {
	height: 100px;
	position: relative;
}
input ,textarea, select{
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #68512D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #D7C08A;
	border-right-color: #FFF9E2;
	border-bottom-color: #FFF9E2;
	border-left-color: #D7C08A;
}
form {
	margin: 0px;
	padding: 0px;
}

