body {
	margin: 0px;
	font-family: Tahoma, Verdana;
	font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 16px;
	color: #787979;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
}
#container {
	width: 895px;
	border: 1px solid #999999;
	margin: 0 auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}
#leftcolumn {
	width: 320px;
	float: left;
}
#logo {
	padding: 30px;
}
#nav {
	padding: 0 0 0 35px;
	width: 220px;
}
#nav ul {
	list-style: none;
	font-size: 13px;
	font-weight: bolder;
}
	#nav ul li {
		padding: 20px 0 0 5px;
		display: block;
	}
	#nav ul li a {
		text-decoration: none;
		color: #888;
		display: block;
		width: 200px;
		height: 25px;
		line-height: 25px;
		padding-left: 10px;
	}
	
	#nav ul li a:hover, #nav ul li a.selected {
		background-color: #006aa7;
		color: #FFF;
		cursor: pointer;
	}
	#nav ul li ul li {
		padding: 0 0 0 5px;
		color: #006aa7;
		height: 20px;
		width: 200px;
	}
	#nav ul li ul li a {
		height: 20px;
		width:200px;
	}
	#nav ul li ul li a:hover, #nav ul li ul li a.selected {
		color: #006aa7;
		background: none;
	}
#rightcolumn {
	width: 570px;
	float: right;
}
#topmenu ul {
	list-style: none;
	padding: 31px 30px 30px 0;
	float: right;
}
	#topmenu ul li {
		float: left;
		font-size: 9px;
		padding: 0 10px 0 10px;
		color: #79b51c;
		border-right: 1px solid #777;
	}
	#topmenu ul li.last {
		border: none;
		padding: 0 0 0 10px;
	}
	#topmenu ul li a {
		color: #777;
		text-decoration: none;
	}
	#topmenu ul li a:hover {
		color: #005182;
		text-decoration: underline;
	}
#imagem {
	clear: both;
	margin: 0 0 20px 21px;
}
#content {
	width: 895px;
	clear: both;
	margin: 20px 0 0 0;
	background: url(../images/background_trees.gif) no-repeat right top;
	display: table;
	padding: 0 0 35px 0;
	font-size: 11px;
}
#contactform, #contactform a {
	color: #006aa7;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
}
#contactform a:hover {
	text-decoration: underline;
}
#contactform img {
	cursor: pointer;
}
#content input {
	width: 190px;
	height: 15px;
	font-size: 11px;
}
#content select {
	width: 194px;
	height: 20px;
	font-size: 11px;
}
#content select.russo {
	width: 170px;
}
#content textarea {
	width: 462px;
	height: 51px;
	font-size: 11px;
	font-family: Tahoma, Verdana;
}
#gallery {
	margin: 0 20px 10px 35px;
}
#gallery img {
	margin: 30px 12px 0 12px;
	border: 3px solid #0072a5;
	cursor: pointer;
}
#gallery img:hover {
	border: 3px solid #94be26;
}
#imagem2 {
	margin: 20px 0 0 40px;
	float: left;
}
#texto {
	width: 495px;
	padding: 0 40px 0 0;
	float: right;
}
#texto p {
	line-height: 18px;
	text-align: justify;
}
#sitemap {
	color: #79b51c;
}
#sitemap a {
	color: #777;
	text-decoration: none;
}
#sitemap a:hover {
	color: #005182;
	text-decoration: underline;
}
#footer {
	clear: both;
	width: 895px;
	height: 53px;
	background-image: url(../images/background_footer.gif);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #FFFFFF;
}
#footer p {
	text-align: center;
	padding: 22px 25px 0 0;
}
#footer p a {
	text-decoration: none;
	color: #FFF;
}
#footer p a:hover {
	text-decoration: underline;
}
#design {
	width: 895px;
	height: 30px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #BBB;
	text-align:center;
}
#design a {
	text-decoration: none;
	color: #BBB;
}
#design a:hover {
	color: #FC6;
}
.clear {
	clear:both;
}