html{
	background:#D5D4C9 url('img/bg_html.jpg') no-repeat bottom left;
	padding: 0;
	margin: 0 auto;
	font-family: Arial;
	font-size: 80%;
	width:1000px ;
}
body{
	background: url('img/bg_body.jpg') repeat-y 155px 0;
	padding: 0;
	margin: 0;
	width: 1000px;
}
#container{
	background: url('img/bg_header.jpg') no-repeat top left;
}
#sidebar{
	float: left;
	width: 165px;
	min-height: 200px;
}
#content{
	margin: 0 15px 0 200px;
	background: url('img/bg_BR.jpg') no-repeat bottom right;
	padding-right: 350px;
	padding-top:175px ;
	min-height: 725px;

}
#content2{
	min-height: 645px;
}
#menu ul{
	list-style: none;
	text-align: left;
	padding: 175px 0 0 0;
}
#menu ul li a{
	display: block;
	background: transparent url('img/button.jpg') no-repeat 0 0;
	text-decoration: none;
	line-height: 32px;
	height: 32px;
	margin: 5px 0;
	color: #000000;
	font-weight: bold;
	padding: 0 0 0 10px;
	font-size: 15px;
}
#menu ul li a:hover{
	color: #638c3d;
}
#footer{
	color: gray;
	text-align: center;
}
#footer ul{
	list-style: none;
}
#footer ul li{
	display: inline-block;
}
#footer ul li a{
	color: gray;
	padding: 0 5px;
}
#footer ul li a:hover{
color: #638c3d;
}
h1{
	color:#638c3d;
}
h2, h3{
	color: #422A08;
}
a{
	color:#638c3d ;
}
a:hover{
	color: gray;
}
#plan {
font-size:9pt;
margin:0 0 0 15px;
padding:0;
}
#plan span {
font-style:italic;
margin:0;
padding:0;
}
#plan ul {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
#plan ul li {
display:inline;
padding:0 10px 0 0;
}
form p label {
display:block;
float:left;
font-style:italic;
font-weight:bold;
margin-right:2%;
text-align:right;
width:45%;
}
form p textarea, form p input, form p select {
width:50%;
}
