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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B7A6D2;
}

#main_header {
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/header.jpg) no-repeat;
	height: 193px;
	}
#main_menu {
	width: 920px;
	height: 36px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	}
#main_content {
	width: 900px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	background-color:#FFF;
	}
#main_footer {
	width: 920px;
	height: 50px;
	margin-left:auto;
	margin-right:auto;
	}
.menu_left {
	background:url(../images/box_07.jpg) no-repeat;
	width: 10px;
	height: 36px;
	}
.menu_center {
	background:url(../images/box_08.jpg) repeat-x;
	height: 36px;
	}
.menu_right {
	background:url(../images/box_10.jpg) no-repeat;
	width: 11px;
	height: 36px;
	}
.footer_left {
	background:url(../images/box_30.jpg) no-repeat;
	width: 10px;
	height: 56px;
	}
.footer_center {
	background:url(../images/box_31.jpg) repeat-x;
	height: 36px;
	padding-left: 10px;
	font: bold 11px Verdana, Geneva, sans-serif;
	color:#FFF;
	line-height: 56px;
	}
.footer_right {
	background:url(../images/box_33.jpg) no-repeat;
	width: 10px;
	height: 56px;
	}
.tbl_tl { background:url(../images/box_14.jpg) no-repeat; width: 15px; height: 15px; }
.tbl_tc { background:url(../images/box_15.jpg) repeat-x; width:auto; height: 15px; }
.tbl_tr { background:url(../images/box_17.jpg) no-repeat; width: 15px; height: 15px; }
.tbl_cl { background:url(../images/box_19.jpg) repeat-y; width: 15px; height:auto; }
.tbl_cc { background-color:#FFF; }
.tbl_cr { background:url(../images/box_21.jpg) repeat-y; width: 15px; height:auto; }
.tbl_bl { background:url(../images/box_25.jpg) no-repeat; width: 15px; height: 15px; }
.tbl_bc { background:url(../images/box_26.jpg) repeat-x; width:auto; height: 15px;}
.tbl_br { background:url(../images/box_27.jpg) no-repeat; width: 15px; height: 15px; }


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
overflow: hidden;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color:#FFF;
padding: 0px 15px;
text-decoration: none;
border-right: 1px solid white;
line-height: 36px;
}

.solidblockmenu li a:visited{
color:#FFF;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color:#333;
background:#6CF;
}

.blogtitle {
	font: bold 14px Verdana, Geneva, sans-serif;
	color:#36C;
	line-height: 1.5;
	}
.blogdate {
	font: normal 10px Verdana, Geneva, sans-serif;
	color:#999;
	line-height: 1.5;
	}
