body {
	margin: 0;
	padding: 0;
	background: #212625 url(images/img01.jpg) repeat-x left top;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: black;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: black;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.5em;
	color:#8C311C;
}

h3 {
	font-size: 1em;
}

blockquote { 	
	margin:0px;
	padding:5px 20px 5px 20px;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: black;	
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #8C311C;
}

a:hover {
	color: #85612E;
}

hr {
	display: none;
}

li a{
	color:black;
}
form img{
	border:none;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-y left top;
}

#wrapper-top {
	padding-top: 30px;
	background: url(images/img02.jpg) no-repeat left top;
}

#wrapper-btm {
	background: url(images/img04.jpg) no-repeat left bottom;
	padding-bottom: 57px;
}

/* Header */

#header {
	width: 780px;
	height: 125px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: #8c311c;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	background: url(images/logo.png) no-repeat 10px 20px;
	color: white;
	width:460px;
	height:60px;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

/* Menu */

#menu {
	position:absolute;
	width: auto;
	margin:30px 0px 0px 0px;
	clear:none;
	width:780px;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
	
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height:18px;
	margin-right: 3px;
	padding: 10px 20px 7px 20px;
	background: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	border:none;
	background:#f2f2f2;
}

#menu .current_page_item a {
	background:white;
}

#menu a:hover {
	background:white;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */
#contact{
	float: left;
	width:760px;
	color: black;
	padding-bottom:10px;
}
#contact h1 {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	border-bottom: 2px #4d6473 solid;
	margin-right: 20px;
}
#content {
	float: left;
	width:760px;
	color: black;
	padding-bottom:10px;
}
#content form{
	margin-left:320px;
}
#content ul{
	font-size:1.1em;
	color:#4D6472;
}
#content h1 {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	border-bottom: 2px #4d6473 solid;
	margin-right: 20px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img { 
	border:2px solid #4D6472;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:auto;
	margin-left:auto;
}

.imgwrapper { 
	margin:auto;
	padding:0px;
	width:620px;
}

.imgwrapper img{ 
	border:2px solid #4D6472;
	margin-bottom:20px;
	margin-top:20px;
}

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

/* Footer */

#footer {
	clear:both;
	width: 780px;
	margin: 0 auto;
	height: 60px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #8c311c;
}

#footer p {
	padding-top:20px;
}

#footer p a {
	color: white;
}
.center{
	display:block;
	margin:auto;
	text-align:center;
}
.LV_validation_message{
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#8C311C;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
	border: 1px solid #8C311C;
}
