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

body {
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 12px;
	background-image: url(../images/index_01.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
a{
	text-decoration: none;
}
#mainpage {
	width:980px;
	background-color:#FFFFFF;
	
}
#banner {
	float:left;
	width:980px;
	background-color:#FF0000;
}
#menu {
	background-image: url(../images/index_04.png);
	background-repeat: no-repeat;
	float:left;
	width:980px;
	height:32px;
	font-weight:bold;
	
}
#search {
	background-color: #d8ccbf;
	float: left;
	height: 33px;
	width: 980px;
}
#content {
	float: left;
	width: 980px;
	background-color:#FFFFFF;
}
#left {
	float: left;
	width: 204px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#FFFFFF;
	
}
#center {
	float: left;
	width: 570px;
}
#right {
	float: left;
	width: 204px;
}
#botmenu {
	text-align: center;
	float: left;
	width: 980px;
	background-color:#FFFFFF;
	margin-top: 10px;
}
#botmenu a {
	color: black;
	
}
#bottom {
	background-color: #d8ccbf;
	float: left;
	width: 980px;
}
#bgbot {
	background-image: url(../images/bgb_29.png);
	float: left;
	height: 9px;
	width: 980px;
}
#time {
	font-family: tahoma;
	font-size: 11px;
	color: #eabe8f;
	text-align: center;
	float: left;
	width: 245px;
	margin-top:10px;
	
}
#menutop {
	font-size: 12px;
	color: #f7c24e;
	float: left;
	width: 735px;
	margin-top: 10px;
}
#menutop a {
	color: #f7c24e;
	font-weight:bold;	
}
.leftmenu {
	background-image: url(../images/index_10.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 204px;
	float:left;
}
.title {
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #882f03;
	text-align: center;
	float: left;
	width: 204px;
	margin-top: 10px;
}
#leftmenu {
	color: #363231;
	background-attachment: scroll;
	background-image: url(../images/index_14.png);
	float: left;
	width: 204px;
	min-height: 308px;
}
.leftcon {
	float: left;
	width: 204px;
	background-color:#d8ccbf;
}
.rightmenu {
	background-image: url(../images/index_12.png);
	float: left;
	height: 30px;
	width: 204px;
}
.lmitem {
  background: url("../images/leftnode.png") no-repeat 10px 10px;
  float:left;
  width: 204px;
  height: 28px;
  
}
.lmitem div{
	float:left;
	margin-left:30px;
	_margin-left:15px;
	margin-top: 7px;
	
	font-size: 13px;
}
.tapage {
	background-image: url(../images/index_04.png);
	float: left; 
	width: 570px; 
	height: 30px; 
	background-color: #ccc;
	font-size: 12px;
	color: #f7c24e;
	
	text-transform: uppercase;
	font-weight: bold;
}
.tapage div {
	float: left;
	margin-left:10px;
	_margin-left:5px;
	margin-top: 8px;
	_margin-top: 4px;
}
.tapagecont {
	float:left;
	width:550px;
	margin: 10px;
	margin-left:10px;
	_margin:5px;
	text-align: justify;
}
.main {
width:200px;
border:0px solid black;
}

.month {
background-color:d8cbbd;
font:bold 12px verdana;
color:#000;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}