#main_div {
	background-image: url(../userdata/design/main_back_1px.gif);
	width: 776px;
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	min-height:660px;
	_height:550px;
}
#top_menu {
	background-image: url(../userdata/design/banner_default.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 776px;
	margin-bottom: 5px;
	overflow: visible;
	padding-top: 85px;
}
.search_box {
	height: 19px;
	border: 1px solid #A3A29C;
	margin-bottom:5px;
	font-size: 12px;
	padding: 5px;
}
.search_input {
	background-color: #F6F0E0;
	border: 1px solid #000000;
	font-size: 10px;
	width: 130px;
}
.search_button {
	font-size: 12px;
	background-color: #F0E7CA;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.motd_info {
	height: 27px;
	border: 1px solid #A3A29C;
	margin-bottom:5px;
	padding: 5px;

}

.motd_info_sacral {
	height: 27px;
	border: 1px solid #A3A29C;
	margin-bottom:5px;
	padding: 5px;

}

a {
	color: #792C24;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



.calendar_box {
	_height: 80px;
    min-height: 80px;
	border: 1px solid #A3A29C;
	margin-bottom:5px;
	padding: 5px;
}

.banner_box {
    _height: 50px;
    min-height: 50px;
    border: 1px solid #A3A29C;
    margin-bottom:5px;
    padding: 5px;
}

.poll {
	height: 135px;
	border: 1px solid #A3A29C;
	margin-bottom:5px;
	padding: 5px;
}

#main_footer_frame {
	background-image: url(../userdata/design/main_footer.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 844px;
	text-align: left;
	padding-left: 31px;
	padding-top: 20px;
	color: #999999;
	font-size: 11px;
}
.xmenu_item {
	height: 25px;
	width: 109px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F0E7CA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0E7CA;
	float: left;
	text-align: center;
	margin-top: 79px;
	font-size: 14px;
	color: #F0E7CA;
	padding-top: 5px;
	font-weight: bold;
	background-color: #95382B;
}

.menu_item {
	height: 25px;
	width: 109px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #792C24;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #792C24;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #792C24;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #792C24;
	padding-top: 5px;
	font-weight: bold;
	background-color: #F0E7CA;
}

.menu_item_active {
	height: 25px;
	width: 109px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #792C24;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #792C24;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F0E7CA;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #792C24;
	font-weight: bold;
	background-color: #F0E7CA;
}

#content_small {
	float: left;
	width: 562px;
}
#right_panel {
	float: right;
	width: 209px;
}



#top_border {
	background-image: url(../userdata/design/main_top.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 836px;
}
body {
	margin-top: 0px;
	font-size: 12px;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_big {
	width: 559px;
	border: 1px solid #A3A29C;	
	background-repeat: no-repeat;
	height: 85px;
    padding: 0px;
    padding-top:165px;    
	text-align: left;
    vertical-align: bottom;
}
.news_small {
	_height: 65px;
    min-height: 65px;
	border: 1px solid #A3A29C;
	margin-top: 5px;
	background-color: #F6F0E0;
	text-align: left;
	padding: 5px;
}

#opacity_div {
  border: 1px solid #A3A29C;
  width: 550px;
  height: 250px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  display:table;
  vertical-align: bottom;
}

#example3 div.botboxrow {
  height: auto;
  display:table-row;
  vertical-align: bottom;
  background-color: red;
  padding: 0;
}

#example3 div.botboxcell {
  height: auto;
  display:table-cell;
  vertical-align: bottom;
  background-color: red;
  padding: 0;
  position: relative;
}

#example3 div.botboxcell div {
  padding: 5px;
  height: auto;
  width: auto;
  margin: 0 0em 0 0;
  float: left;

  background-color:#D4D0C8;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
