/* CSS Document */
html
{
   margin: 0px;
   padding: 0px;
}

/*body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	background: #ffadd6;
	color: #000;
	text-align: center;
	margin: 0px;
    padding: 0px;
	}*/

#container
{
   position: relative;
   display:block;
   margin: 0 auto; /* center on everything else */
   width: 975px;
   padding:0px;
}

/*header*/
#header {
	position: relative;
	display:block;
	width:975px;
	margin:0px;
	padding:0px;
	}
.top-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:975px;
	height:106px;
	margin:0px;
	padding:0px;
}
.header-txt{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:233px;
	height:93px;
	margin:0px;
	padding:0px;
	background:url(../images/header_06.gif);
}
.header-txt-ins{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:220px;
	height:92px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	top:0px;
	color:#000;
	text-align:left;
}



.ban-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	background: url(../images/header_05.jpg);
	width:742px;
	height:93px;
	text-align:center;
	margin:0px;
	padding:0px;
}
.bot-header{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:975px;
	height:15px;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
}	


/*main body*/

#main_body {
	position: relative;
	display:block;
	float:left;
	background:url(../images/bg-body.gif);
	width:975px;
	margin:0px;
	padding:0px;
	left:0px;
	}
.left_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:520px;
	margin:0px;
	padding:0px;
	top:7px;
	left:2px;
}
.center_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:208px;
	margin:0px;
	padding:0px;
	top:0px;
	left:20px;
}
.ryt_cont{
	position: relative;
	float: left;
	display: inline; /* ie win bugfix */
	width:208px;
	margin:0px;
	padding:0px;
	top:3px;
	left:26px;
}


/*box*/
.box {
	position: relative;
	float:left;
	width:520px;
	margin:0px 0px 10px 0px;
	padding:0px;
	left:12px;
	text-align:left;
	background:#ffcae5 url(../images/bg-box.gif);
	color:#00519a;
	}
.box a{
	color:#00519a;
	text-decoration:underline;
	}
.box a:hover{
	color:#00519a;
	text-decoration:none;
	}
.box-img {
	position: relative;
	float:left;
	width:520px;
	margin:0px;
	padding:0px;
	}

.entry {
	position: relative;
	float:left;
	margin:5px 5px 5px 13px;
	padding:0px 0px 10px 0px;
	top:5px;
	width:490px;
	text-align:left;
	color:#00519a;
	font-size:12px;
	}
.entry a {
	color:#00519a;
	}
.entry a:hover {
	color:#00519a;
	}
/*#sidebar h2 {
	margin:0px;
	padding:12px 0px 0px 0px;
	font-size: 17px;
	color: #ffdcee;
	text-align:left;
	text-indent:35px;
	background:url(../images/bg-title.gif) no-repeat center;
	height:38px;
	font-weight:bold;
	width:208px;
	vertical-align: bottom;
}*/
#sidebar ul, #sidebar2 ul {
	margin:0px;
	padding:0px;
	text-align:left;
	color:#000;	
	list-style:none;
}
#sidebar li {
	margin:3px 0px 3px 0px;
	padding:0px;
	text-align:left;
	color:#000;	
	list-style:none;
	text-indent:20px;
}
#sidebar2 li {
	margin:0px 0px 7px 0px;
	padding:0px;
	color:#000;	
	list-style:none;
	text-align:center;
	width:208px;
	font-size:10px;
}
#sidebar2 li a {
	color:#000;	
	font-size:10px;
	text-decoration:none;
}
#sidebar2 li a:hover {
	color:#000;	
	font-size:10px;
	text-decoration: underline;
}
	
	


/*footer*/
#footer {
	position: relative;
	float:left;
	width:975px;
	height:55px;
	background: url(../images/bg-footer.gif);
	margin:0px;
	padding:0px;
	text-align:center;
	left:0px;
	}
.footer_txt {
	position: relative;
	color:#000;
	font-size:10px;
	text-align:center;
	margin:0px;
	padding:0px;
	top:15px;
	}

/*date*/

.box-date {
	position: relative;
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	width:51px;
	height:54px;
	left:10px;
	background:url(/images/calendar.gif) top no-repeat;
	}
.box-date-mon {
	position: relative;
	float:left;
	display:block;
	margin:0px;
	padding:0px;
	width:51px;
	color:#000;
	font-size:10px;
	text-align:center;
	top:10px;
	}
.box-date-day {
	position: relative;
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:51px;
	color:#ffdbed;
	font-size:21px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align:center;
	top:5px;
	}
.box-title {
	position: relative;
	float:left;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 0px 7px 0px;
	width:437px;
	text-align:left;
	left:22px;
	color:#025082;
	border-bottom:1px solid #fc3dca;
	}
.box-title2 {
	position: relative;
	float:left;
	display:inline;
	margin:0px 0px 10px 0px;
	padding:0px 0px 7px 0px;
	width:437px;
	text-align:left;
	left:22px;
	color:#025082;
	}
.box-title h2, .box-title2 a:link {
	color:#025082;
	}
.box-title h2, .box-title2 a {
	color:#025082;
	}
.box-title h2, .box-title a:hover {
	color:#025082;
	}
.belowtitle {
	margin: 3px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-size:10px;
	color:#fc3dca;
	}
.belowtitle a{
	color:#fc3dca;
	}
.belowtitle a:hover{
	color:#fc3dca;
	}