@charset "iso-8859-2";
/* CSS Document */





body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:  #9A9868;
}
* html body { text-align: center; }
* html div { text-align: left; }
a {
	font-weight: bold;
	text-decoration: underline;
	color: #B9407C;
	color: #50562B;
}
a:hover {
	color: #F17AB5;
	color: #94916F;
}
img { border: none; }
h3 { font-size: 120%; }




#top-menu {
	position: relative;
	height: 22px;
	margin-bottom: -5px;
	padding: 1px 0 6px 0;
	border-bottom: 1px solid #000000;
}
#top-menu a {
	padding: 8px 20px 6px 20px;
	margin-right: 3px;
	line-height: 26px;
	text-decoration: none;
	color: #C6C491;
	background: #52582C;
}
* html #top-menu a { padding: 8px 20px; }
#top-menu a:hover { background-color: #878758; }
#top-menu a.selected { background-color: #878758; }
#top-menu-right {

}
#head {
	height: 131px;
	background: transparent url(../img/ATobr_01.jpg) no-repeat center;
}
#nav {
	width: 550px;
	height: 36px;
	padding: 12px 0 0 220px;
	font-weight: bold;
	color: #C6C491;
	background: transparent url(../img/nav-bg.jpg) no-repeat top center;
}
#sub-left {
	float: left;
	width: 177px;
	height: 429px;
	background: transparent url(../img/sub-left-bg.jpg) no-repeat left center;
}
#sub-right {
	float: right;
	width: 593px;
	height: 429px;
	background: #FFFFFF url(../img/content-bg.gif) no-repeat right center;
}
#content {
	width: 551px;
	height: 429px;
	padding: 0 12px 0 15px;
	overflow: auto;
}
* html div#content {
	overflow-y: auto;
}
html>body #content {
	overflow: -moz-scrollbars-vertical;
}
#foot {
	position: relative;
	height: 49px;
	background: transparent url(../img/foot-bg.gif) no-repeat top center;
}
#copyright {
	top: 20px;
	right: 15px;
}

/* menu */

#menu {
	margin-top: 44px;
	padding-left: 15px;
}
#menu a {
	display: block;
	margin: 5px 0;
	padding: 3px;
	padding-left: 6px;
	text-decoration: none;
	color: #D2D0A6;
	border: 2px solid #3E461C;
	border-right: none;
	background: #525A30;
}
* html #menu a { width: 151px; }
#menu a:hover { background-color: #878758; }
#menu a.selected { background-color: #878758; }





.abs-pos { position: absolute !important; }
.top { top: 0px !important; }
.bottom { bottom: 0px !important; }
.left { left: 0px !important; }
.right { right: 0px !important; }

.end-float { clear: both !important; }

.text-left { text-align: left !important; }
.text-center { text-align: center !important; }
.text-right { text-align: right !important; }
.text-justify { text-align: justify !important; }

.layout { width: 770px !important; }
.centered {
	margin-left: auto !important;
	margin-right: auto !important;
}
.title {
	color: #50562B !important;
	font-weight: bold !important;
}

