body {
	background: #ebdcbe url(../img/body_bg.png) no-repeat center top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-top: 20px;
	margin-left: auto;
}

#header {
	background: url(../img/header.png) no-repeat center top;
	height: 200px;
	margin-left: 5px;
}

#menu {
	text-align: left;
	margin-top: -20px;
	padding-left: 63px;
	padding-top: 10px;
	background: url(../img/content_bg.png) repeat-y center top;
}

#menu img {
	border: 0px;
}

#menu ul,li {
	display: inline;
}

#menu ul {
	margin-left: -5px;
}

#menu li {
	margin-right: -5px;
}

#content {
	background: url(../img/content_bg.png) repeat-y center top;
	text-align: left;
	min-height: 220px;
	margin-top: 0px;
	padding-left: 110px;
	padding-top: 5px;
	padding-right: 110px;
	z-index: 9;
}

#footer {
	background: url(../img/footer_bg.png) no-repeat center top;
	height: 100px;
	margin-top: -16px;
	padding-top: 40px;
	margin-left: 3px;
	margin-bottom: 0;
}

#footer p {
	font-size: 14px;
	line-height: 20px;
}

#content p {
	font-size: 16px;
	line-height: 23px;
}

#sec_menu {
	width: 100px;
	float: left;
	margin-left: -44px;
	margin-right: 50px;
	z-index:10;
}

#sec_menu li {
	margin-bottom: 15px;
	margin-top: 15px;
}

.left {
	width: 320px;
	float: left;
	margin-right: 35px;
}

.left2 {
	width: 420px;
	float: left;
	margin-right: 30px;
}

.right {
	float: left;
	margin-top: 20px;
	width: 150px;
}

.right2 {
	float: left;
	margin-top: 20px;
	width: 200px;
}

.right img {
	border: 1px solid #666;
	padding: 7px;
}

.border {
	border: 1px solid #666;
	padding: 7px;
}

img {
	border: 0px;
}

label {
	float: left; 
	width: 130px;
	text-align: left;
	margin-right: 30px;
	font-weight: normal;
}

input {
	margin-bottom: 10px;
	padding: 6px;
	border: 1px solid #666;
	
}

textarea {
	margin-bottom: 15px;
	padding: 4px;
	border: 1px solid #666;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.submit {
	border: 0px solid #666;
	padding: 0px;
}

.none {
	display: none;
}
	
.clear {
	clear:  both;
}

b {
	font-weight: 300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 13px;
}

strong {
	font-weight: normal;
	font-style: normal;
	float: right;
}

strong, x:-moz-any-link, x:default {

}

.line {
	border-bottom: 1px solid #f5ebd6;
	margin-bottom: 20px;
}

/* validation */


input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {

}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #371f13;
	color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
	border: 1px solid #371f13;
	color : #000;
}

.validation-advice {
	height: 20px;
	margin: -40px 0 20px;
	color : #FF3300;
	background: url(images/false.png) no-repeat left;
	padding-left: 25px;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}




