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

body {
	background-color: #E1E8F0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgb.jpg);
	background-repeat: no-repeat;
	background-position: 0px 70px;
}

#index {
	position: relative;
	background-color: #FFFFFF;
	width: 960px;
	height: 485px;
	margin:0 auto;
}
#header {
	position: relative;
	height: 70px;
	width: 960px;
	background-color: #E1E8F0;
}
#header_logo {
	position: absolute;
	height: 63px;
	width: 700px;
	left: 12px;
	top: 4px;
}
#header_stop {
	position: absolute;
	height: 200px;
	width: 520px;
	left: 42px;
	top: 190px;
	z-index:250;
}

#header_news {
	top: 15px;
	position: absolute;
	left: 388px;
}
#header_phone {
	position: absolute;
	height: 60px;
	width: 150px;
	left: 785px;
	top: 5px;
}
#phone {
	position: absolute;
	height: 21px;
	width: 166px;
	left: 785px;
	top: 10px;
}
#table_menu {
	position: relative;
	width: 960px;
	height: 415px;
	z-index:1;
}
#table_menu_flash {
	position: absolute;
	width: 300px;
	left: 587px;
	top: 0px;
}
#pic {
	position: absolute;
	height: 415px;
	width: 587px;
	z-index:2;
}

#index_roll {
	position: absolute;
	height: 110px;
	width: 180px;
	top: 5px;
	left: 590px;
}


#flash {
	position: absolute;
	background-color: #006666;
	width: 1000px;
	top: 200px;
	
}


#news_txt {
	position: relative;
	height: 420px;
	width: 960px;
	top: 0px;
	background-color: #f4f3ed;
	left: 0px;
}
#news_txt_story {
	position: absolute;
	height: 106px;
	width: 426px;
	left: 10px;
	top: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	letter-spacing: 1px;
}
#news_txt_scorll_v {
	position: absolute;
	height: 340px;
	width: 225px;
	left: 445px;
	top: 10px;
	font-size: 12px;
	color: #339933;
	letter-spacing: 1px;
}

#news_txt_active {
	position: absolute;
	height: 360px;
	width: 280px;
	top: 9px;
	right: 3px;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #0099FF;
}
#news_txt_weather {
	position: absolute;
	height: 187px;
	width: 431px;
	top: 160px;
	right: 20px;
	left: 5px;
}

#footer {
	position: relative;
	height: 120px;
	width: 960px;
	top: 0px;
	background-color: #FFFFFF;
}
#footer_logo {
	position: absolute;
	height: 42px;
	width: 240px;
	top: 30px;
	background-image: none;
	left: 0px;
}
#footer_address {
	background-color: #FFFFFF;
	position: absolute;
	top: 33px;
	right: 150px;
	height: 42px;
	width: 550px;
	letter-spacing: 1px;
}
#footer_link {
	background-color: #FFFFFF;
	position: absolute;
	top: 8px;
	right: 3px;
	height: 42px;
	width: 150px;
}

.c12 {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}
.style2 {font-size: 12px; line-height: 18px; color: #333333; }

.main {
width:200px;
border:1px solid black;
}

.month {
background-color:blue;
font:bold 12px verdana;
color:white;
}

.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;
}
