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

html, body {
	background: url('../img/background.jpg') repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #85775f;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p {
	line-height: 20px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #85775f;
}

div#menu {
	width: 100%;
	height: 110px;
	background: url('../img/menu_background.jpg') repeat-x;
	margin-left: auto;
	margin-right: auto;
}

div#content_container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	height: auto;	
	background: url('../img/content_background.jpg') repeat;	
	text-align: left;
}

div#content {
	width: 966px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;	
}

ul.side_menu {
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
}

ul.side_menu li {
	border-bottom: thin #999 solid;
	list-style: none;
	list-style-position: inside;
	line-height: 25px;
	padding-top: 5px;
}

ul.side_menu a {
	color: #85775f;	
	text-decoration: none;
}

ul.side_menu a:hover {
	color: #4D3928;	
	text-decoration: none;
}

#contact_form input {
	border: solid 1px #cccccc;
	background: #F4F4F4;
	height: 25px;
	width: 350px;
}

#contact_form textarea {
	border: solid 1px #cccccc;
	background: #F4F4F4;
	height: 100px;
	width: 350px;
}

.button {
	border: solid 1px #cccccc;
	background: #F4F4F4;
	height: 25px;
	width: 50px;
}

.label {
	border: solid 1px #cccccc;
	background: #cccccc;
	height: 25px;
	width: 130px;
	text-align:left;
	vertical-align: middle;
	display: block;
}

.error {
	color: #F00;	
}

.accept {
	color: #060;	
}