body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	color: #000;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

input, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	font-size: 1px; 
	height: 0px;
}

.main {
	width: 100%;
}

.header_container {
	background: url(../images/header_container1.jpg) repeat-x;
	width: 100%;
	height: 421px;
}

.header {
	width: 983px;
	background: url(../images/header_bkg1.jpg) no-repeat;
	height: 401px;
	padding: 10px;
	margin: auto;
}

.header_left {
	float: left;
	width: 374px;
}

.logo {
	margin: 20px 0px 33px 0px;
}

.menu {
	width: 230px;
	margin: auto;
	background-color: #C8CAB0;
	height: 273px;
}

.menu ul {
	margin: auto;
	width: 204px;
	padding: 8px;
}

.menu ul li {
	padding: 5px 2px;
	border-bottom: 2px solid #849476;
}

.menu ul li a {
	color: #063007;
	font-size: 16px;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #849476;
}

.menu ul li a.selected {
	color: #849476;
}

.header_middle {
	float: left;
	width: 350px;
	margin-left: 33px;
	padding-top: 20px;
}

.header_middle img {
	border: 5px solid #CED1B9;
}

.header_right {
	float: left;
	margin-left: 33px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.header_right img {
	vertical-align: middle;
}

.footer_container {
	background: url(../images/footer_container.jpg) repeat-x;
	width: 100%;
	height: 123px;
}

.footer {
	background: url(../images/footer_bkg.jpg) no-repeat;
	height: 123px;
	width: 983px;
	padding: 0px 10px;
	margin: auto;
}

.footer_left {
	float: left;
	margin: 15px;
}

.footer_middle {
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 15px;
}

.footer_right {
	float: right;
	position: relative;
	margin-top: -46px;
}

.pia {
	color: #fff;
	font-size: 12px;
}
.pia a {	
	text-decoration: none;
	padding-left: 5px;
	color: #fff;
}
.pia a:hover {	
	text-decoration: underline;
}

.container_content_big {
	background-color: #ECEFCE;
	width: 100%;
}

.container_content {
	padding: 0px 25px;
	width: 953px;
	margin: auto;
}

.current_page {
	background-color: #fff;
	width: 230px;
	color: #2B2C0C;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-left: 57px;

}

.content {
	width: 893px;
	margin: 25px 0px;
	border-top: 1px solid #2C4C2B;
	padding: 20px 30px;
	float: left;
}

.content p {
	padding: 10px 0px;
	color: #2C4C2B;
	font-size: 14px;
	text-align: justify;
	text-indent: 10px;
	
}
.content p span{
	text-decoration: underline;
	color: #2C4C2B;
	font-size: 14px;
	text-align: justify;
	text-indent: 10px;
	font-weight: bold;
}
.input_contact {
	float: left;
	margin-left: 20px;
	margin-top: 0px;
	width: 210px;
}

.fild_input_login {
	font-size: 11px;
	font-weight: bold;
	margin-left: 15px;
	height: 20px;
	line-height: 20px;
	float: left;
	color: #000;
	width: 175px;
	text-align: left;
}

.input_left_login {
	border: 1px solid #000;
	width: 160px;
	height: 17px;
	margin-top: 0px;
	font-size: 12px;
	margin-left: 10px;
	float: left;
	color: #000;
}

.textarea {
	width: 200px;
	height: 90px;
	margin-left: 0px;
	border: 1px solid #000;
	float: left;
	color: #000;
}
.button_send {
	padding-left: 130px;
	margin: 10px 0px 10px 0px;
	float: left;
}
.btn_send {	
	width: 80px;
	height: 25px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}	

.class_php {
	color: #000;
	padding-top: 15px;
	padding-left: 10px;
	float: left;
}
.message_php {
	font-size: 12px;
	color: red;
	margin-top: 5px;
	float: left;

}
a:link, a:visited {
	color: #063007;
	text-decoration: none;
}
a:hover {
	color: #849476;
}
a.selected {
	color: #849476;
}