@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}


#banner {
	background-image: url(images/banner_d.jpg);
	height: 145px;
	width: 771px;
	float: right;
}

#toolbar {
	height: 495px;
	width: 197px;
	float: left;
	background-image: url(images/toolbar.jpg);
	padding-top: 200px;
	background-color: #2e613b;
}
#text {
	width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #2e613b;
	padding-left: 10px;
	height: 266px;
	padding-right: 10px;
	float: left;
	padding-top: 10px;
}
#texta {
	height: 256px;
	width: 300px;
	float: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #2e613b;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2e613b;
	border-right-color: #2e613b;
	border-bottom-color: #2e613b;
	border-left-color: #2e613b;
	border-top-width: 5px;
	border-top-style: solid;
}

#content {
	float: right;
	width: 771px;
}
#image {
	float: right;
	width: 771px;
	height: 269px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #2e613b;
}
