* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
	background: url(../images/template/body-bgd.jpg) no-repeat #000;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 30px;
}

/* MAIN-LEFT */

#main-left {
	width: 591px;
	float: left;
}

#main-left-top {
	background: url(../images/template/main-left-bgd-top.png) no-repeat left bottom;
	height: 11px;
}

#main-left .inner {
	background: url(../images/template/main-left-bgd.png) repeat-y left;
	padding: 15px 20px;
	min-height: 320px;
}

#main-left h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

#main-left h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

#main-left p {
	line-height: 1.5;
	margin-bottom: 15px;
	font-size: 1.3em;
}

#main-left p.tagline {
	text-align: center;
}

#main-left ul {
	font-size: 1.3em;
	line-height: 1.8;
	margin-left: 30px;
	margin-bottom: 15px;
}

#main-left img.photo-right {
	float: right;
	border: 1px solid #000;
	margin-left: 10px;
}

#main-left-bottom {
	background: url(../images/template/main-left-bgd-bottom.png) no-repeat left bottom;
	height: 20px;
}

/* FORM STYLES */

form div {
	height: 40px;
	border-bottom: 1px solid #999;
	line-height: 40px;
	font-size: 1.1em;
}

.g-recaptcha {
    height: auto;
}
form div.textarea {
	height: 90px;
}

form div.textarea .label {
	line-height: 1.5 !important;
	margin-top: 10px;
}

form p {
	margin-top: 15px;
}

form div.radio .label {
	float: none;
	width: 100%;
}

form .label {
	width: 240px;
	float: left;
	text-align: left;
	border: none;
}

form .radio {
	width: 60px;
	float: left;
	text-align: left;
	border: none;
	font-size: 1.3em;
}

form .fText, form .fTextArea {
	width: 250px;
	border: 1px solid #000;
	background: #ccc;
	color: #000;
	padding: 4px;
}

form .fText:focus {
	background: #999;
}

.fTextArea {
	height:60px;
}

form textarea {
	margin-top: 10px;
}

/* MAIN-RIGHT */

#main-right {
	margin-left: 591px;
	padding-top: 3px;
}

#main-right ul {
	list-style: none;
}

#main-right ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	height: 41px;
	width: 199px;
	background: url(../images/template/nav-bgd.png) no-repeat left top;
	line-height: 41px;
	padding-left: 10px;
	font-size: 1.6em;
}

#main-right ul li a:hover {
	background: url(../images/template/nav-bgd.png) no-repeat left bottom;
}

/* FOOTER */

#footer {
	width: 593px;
	height: 50px;
	margin-left: 20px;
	clear: both;
}

#footer p {
	line-height: 1.5;
	font-size: 1.2em;
}