html,body
{
	padding: 0;
	margin: 0
}
body
{
	text-align: center;
	font-family: tahoma, helvetica, sans-serif, arial;
	font-size: 12px;
	color: #555;
	background-color: #F9FAE4;
	background-image: url(images/sf.png);
	background-repeat: repeat
}
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0
}

p { 
	line-height: 20px;
	margin: 0 0 15px 0
}

.clean { 
	clear: both;
	font-size: 0;
	line-height: 0
}

ul.icon,ul.icon li {
	list-style: none;
	margin: 0 0 0 10px; 
	padding: 0
}
ul.icon {
	width:32em
}
ul.icon li {
	padding: 3px 0 6px 14px;
	line-height: 20px;
    background: url(images/arrow.gif) no-repeat 0 0.7em;
    margin: -6px 0 0
}



/* header */
#head
{
	width: 100%;
	height: 80px;
	border-bottom: 3px solid #99AA63;
	background-image: url(images/bg.png);
	background-repeat: repeat-x
}
#head #cont
{
	width: 730px;
	height: 80px;
	padding: 0;
	margin: 0 auto
}
#head #logo
{
	width: 246px;
	height: 80px;
	float: left;
	margin: 0 0 0 20px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat
}
#head ul
{
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0
}
#head ul li
{
	font: 12px normal Verdana, Arial;
	display: inline
}
#head ul li a
{
	height: 50px !important;
	height /**/: 80px;
	color: #E98305;
	text-decoration: none;
	border: none;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	display: block;
	float: left;
	padding: 30px 10px 0;
	margin: 0 -1px 0 0
}
#head ul li a:hover 
{ 
	color: #FFF;
	background-color: #E68304
}
#head ul li.active a {
	color: #FFF;
	background-image: url(images/nav_a.jpg);
	background-repeat: repeat-x
}

/* body */
#container
{
	width: 730px !important;
	width /**/: 736px;
	margin: 0 auto;
	margin-top: 5px;
	background-color:#F9FAE4
}
/*
	tip
*/
#spacer
{
	width: 100%;
	height: 10px;
	font-size: 11px;
	color: #999999;
	padding: 0 0 3px 0;
	margin: 0
}
/*
	photo
*/

.img1 { 
	width: 724px !important;
	width /**/: 730px;
	height: 150px !important;
	height /**/: 156px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #ccc;
	padding: 2px;
	background-image: url(images/img1.jpg)
}
.img2 { 
	
	width: 724px !important;
	width /**/: 730px;
	height: 528px !important;
	height /**/: 534px;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #ccc;
	padding: 2px
}
/*
	content
*/
#content
{
	width: 100%;
	padding: 0 0 1px 0;
	margin: 0 0 30px 0;
	text-align: left /* per IE5.x/Win */
}
.justify
{
	text-align:justify;
	padding-left: 5px	
}
#content #right
{
	width: 225px;
	float: left;
	line-height: 15px;
	padding: 0 0 0 0;
	margin: 25px 15px 30px 9px;
	background-color: #ECEDD6;
	background-image: url(images/bordo_inf.png);
	background-repeat: no-repeat;
	background-position: bottom
}
#content #right #bordo_sup
{
	background-image: url(images/bordo_sup.png);
	background-repeat: no-repeat;
	background-position: top
}
#content #right #padding_cont
{
	padding: 10px 0 0 10px	
}
#content #right a
{
	color:#E98305;
	text-decoration:none
}
#content #right a:hover
{
	color:#258;
	text-decoration:none
}
#content #left
{
	width: 430px !important;
	width /**/: 475px;
	float: left;
	margin: 25px 0 5px 0;
	padding: 0 25px 0 20px;
	height: auto !important;
	min-height: 465px;
	height: 465px
}
#padding_cont_left
{
	padding: 1px 15px 1px 10px;
	background-image: url(images/bordo_inf_cont.png);
	background-repeat: no-repeat;
	background-position: bottom
}
#bordo_sup_left
{
	background-color: #EEEFD8;
	background-image: url(images/bordo_sup_cont.png);
	background-repeat: no-repeat;
	background-position: top
}

/* right */
#content #right p.title
{
	font: 13px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #258;
	margin: 0 0 10px 0
}

#content #right p.subtitle
{
	font: 13px/normal Verdana, Arial;
	letter-spacing: -1px;
	color: #258;
	margin: 5px 0 5px 0
}

#content #right p { 
	margin: 0 5px 10px 0
}

/* left */
#content #left h1
{
	font: 17px/normal Verdana, Arial;
	letter-spacing: -1px;
	/*color: #7cae1d;*/
	color: #258;
	margin: 25px 0 10px 0
}
/* -----------------------------------------------------------------------------
	footer
	---------- */
#footer {
	width: 100%;
	height:180px;
	margin: 0 auto;
	color: #FFFFFF;
	border-top: 3px solid #99AA63;
	padding: 10px 0 0 0;
	margin-top: -25px;
	margin-bottom: 0;
	font-weight: bold;
	
	background-image: url(images/bg_ft.png);
}
#footer_cont {
	margin-top: 10px
}
#footer p {
text-align:center;
	margin: 0;
	padding: 0
}

/* form */

form {
	width: 400px;
	margin:auto
}
fieldset {
	border:0px solid;
	margin:0;padding:0
}
form div {
	padding: 10px 0;
    color: #333;
	border-top: 1px solid #E8E9C9
}
form label {
	float: left;
	width: 130px;
	line-height: 23px;
    padding-right: 8px;
	text-align:right
}
fieldset input,textarea {
	width:200px
}
textarea {
	overflow:auto;
	height:97px
} 
div.form-button input {
	margin-left:138px;
	width: 60px
}
div.form-button {
	margin:0
}
div.nomargin {
	margin:0
}
div.nomargin_noborder {
	margin:0;
	border-top:none
}
.ico
{
	margin:0 5px -5px 0
}
.message
{
	text-align:center;
	padding:0 30px 0 30px
}
.form
{
	margin:9px 0;
	padding-left:5px
}
a.footer {
	color: #E98305;
	text-decoration: none
}
