body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C6C2B9;
}
#nav {
	text-align: center;
	margin: auto;
	height: 245px;
	width: 950px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #474336;
}
#header-home {
	background-image: url(images/divider-horiz.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
	padding-right: 0px;
	line-height: 20px;
	margin-left: 15px;
	font-size: 15px;
}

#left-home {
	float: left;
	width: 700px;
	background-image: url(images/divider-vert.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
}
#left {
	float: left;
	width: 680px;
	background-image: url(images/divider-vert.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 20px;
	padding-right: 20px;
}
a {
	color: #9B1010;
	text-decoration: none;
}
a:hover {
	color: #B7120E;
}

#right {
	float: right;
	width: 240px;
}
#div-vert {
	float: left;

}

#footer {
	clear: both;
	text-align: center;
	background-image: url(images/divider-horiz.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
}
#thumbs img {
	background-image: url(images/thumb.png);
	padding-right: 18px;
	padding-left: 19px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#thumbs img:hover {
	background-image: url(images/thumb-h.png);
}
#divider {
	background-image: url(images/divider-horiz.png);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 2px;
}
#headline {
	font-size: 1.2em;
	color: #cc0000;
	padding-bottom: 7px;
}
h2 {
	margin: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}