html {

}

body {
	margin: 0;
	color: #775235;
	font-family: arial;
	font-size: 12px;
	background: #F7EF9E url("images/bg.jpg") repeat-x;
	scrollbar-DarkShadow-Color:#ffffff;
	scrollbar-Track-Color:#ffffff;
	scrollbar-Face-Color:#ffffff;
	scrollbar-Shadow-Color:#775235;
	scrollbar-Highlight-Color:#775235;
	scrollbar-3dLight-Color:#ffffff;
	scrollbar-Arrow-Color:#000000;
}

input, textarea, select, radio {
	font-family: arial;
	font-size:12px;
	border: 1px solid #C0C0C0;
	border-top: 1px solid #7C7C7C;
	background-color: #ffffff;
	padding:1px;
}

form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-weight:bold;
	color:#775235;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-weight:bold;
	color:#775235;
}


h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-weight:bold;
	color:#775235;
}

#container {
	width: 960px;
	height: 629px;
	margin: 0 auto;
	padding: 0;
	border: 0;
}

#header_left {
	width: 760px;
	height: 81px;
	float: left;
	border: 0;
	background: url("images/logo.jpg") no-repeat;
}

#header_right {
	width: 200px;
	height: 16px;
	float: left;
	border: 0;
	font-size: 9px;
	padding: 65px 0 0 0;
	background: url("images/falcon.jpg") no-repeat right;
}

#header_right a {
	color: #000000;
	text-decoration: none;
}

#header_right a:hover{
	color: #000000;
	text-decoration: underline;
}

#site {
	width: 960px;
	height: 548px;
	float: left;
	border: 0;
}

#shadow_left {
	width: 12px;
	height: 548px;
	float: left;
	background: url("images/shadow_left.jpg") no-repeat bottom;
}

#shadow_right {
	width: 12px;
	height: 548px;
	float: left;
	background: url("images/shadow_right.jpg") no-repeat bottom;
}

#shadow_top {
	width: 936px;
	height: 9px;
	float: left;
	font-size: 5px;
	background: #DBB757 url("images/shadow_top_.jpg") no-repeat top;
}

#shadow_bottom {
	width: 936px;
	height: 12px;
	float: left;
	background: #F7EF9E url("images/shadow_bottom.jpg") no-repeat top;
}

#center {
	width: 936px;
	height: 548px;
	float: left;
	background: url("images/bg_frame.jpg") repeat-y;
}

#frame_header {
	width: 936px;
	height: 17px;
	float: left;
	background: url("images/edge.jpg") no-repeat;
}

#frame {
	width: 936px;
	height: auto !important;
	min-height: 486px;
	height: 486px; /*FOR IE*/
	float: left;
	padding: 0;
}

#navigation {
	width: 165px;
	height: auto !important;
	min-height: 477px;
	height: 477px; /*FOR IE*/
	float: left;
	padding: 2px 0 0 0;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li {
	font-size: 11px;
}

#navbar ul li.title {
	display: block;
	color: #775235;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 4px 0 4px 7px;
	border-bottom: 1px solid #CCB359;
}

#navbar ul li a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #775235;
	padding: 4px 0 4px 7px;
	border-bottom: 1px solid #CCB359;
}

#navbar ul li.level_2 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #775235;
	padding: 4px 0px 4px 17px;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_brightl.jpg");
}

#navbar ul li.level_3 a {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #775235;
	font-size: 11px;
	padding: 4px 0 4px 23px;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_darkly.jpg");
}

#navbar ul li a.active {
	display: block;
	font-weight: normal;
	padding: 4px 0px 4px 7px;
	color: #775235;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_brightl.jpg");
}

#navbar ul li a:hover {
	display: block;
	font-weight: normal;
	padding: 4px 0px 4px 7px;
	color: #775235;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_darkly.jpg");
}

#navbar ul li.level_2 a:hover,
#navbar ul li.level_2 a.active {
	display: block;
	font-weight: normal;
	padding: 4px 0px 4px 17px;
	color: #775235;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_darkly.jpg");
}

#navbar ul li.level_3 a.active {
	display: block;
	font-weight: normal;
	padding: 4px 0px 4px 23px;
	color: #775235;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_darkly.jpg");
}

#navbar ul li.level_3 a:hover {
	display: block;
	font-weight: normal;
	padding: 4px 0px 4px 23px;
	color: #775235;
	border-bottom: 1px solid #CCB359;
	background: url("images/pantanal_navigation_brightl.jpg");
}

#content {
	width: 525px;
	height: 435px;
	float: left;
	padding: 17px 35px 35px 35px;
	overflow: auto;
}

#content a {
	color: #000000;
	text-decoration: none;
}

#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#sidebar {
	width: 140px;
	height: 466px;
	float: left;
	padding: 2px 18px 18px 18px;
}

.box_title {
	padding: 4px 9px 4px 9px;
	color: #ffff99;
	font-size: 11px;
	border: 1px solid #775235;
	background-color: #775235;
}

.box_title a {
	color: #ffff99;
	border: 0px;
}

.box_title img {
    border: 0px;
}

.box_content {
	padding: 9px 9px 9px 9px;
	font-size: 11px;
	border: 1px solid #775235;
	background-color: #EEF19A;
}

.box_content a {
	color: #000000;
	text-decoration: none;
}

.box_content a:hover {
	color: #000000;
	text-decoration: underline;
}

#frame_footer {
	width: 936px;
	height: 25px;
	float: left;
}

#footer_left {
    width: 466px;
	float: left;
	padding: 5px 0px 0px 14px;
	font-size: 10px;
}

#footer_left a {
	color: #775235;
	text-decoration: none;
}

#footer_left a:hover {
	color: #775235;
	text-decoration: underline;
}

#footer_right {
    width: 466px;
	float: left;
	padding: 5px 14px 0px 0px;
	text-align: right;
	font-size: 10px;
}

#footer_right a {
	color: #775235;
	text-decoration: none;
}

#footer_right a:hover{
	color: #775235;
	text-decoration: underline;
}