body{
	background:#ffffff url(../images/bgy.jpg) repeat-x;
	font-family:Arial;
    margin: 0px;
    padding: 0px;
}

#container{
	position:relative;
	width:700px;
	margin: 0px auto;
	min-height:400px;
	background:url(../images/tbg.jpg) no-repeat;
}

#header{	
	padding-left:9px;
	padding-top:6px;
}

#menutop{
	height:37px;
	width:645px;
	background-color:#7b879f;
}
	#menutop ul{
		list-style:none;
		margin:0;
		padding:0;
	}
	#menutop li{
		cursor:pointer;
		display:inline;
	}
		#menutop li a{
			color:#fffffd;
			line-height:33px;
			text-align:center;
			font-weight:bold;
			text-decoration:none;
			background:url(../images/menuoff.jpg) no-repeat;
			width:129px;
			height:37px;
			float:left;
		}
		#menutop li a:hover{
			color:#29384b;
		}
		#menutop li a#on{
			background:url(../images/menuon.jpg) no-repeat;
			color:#29384b;
		}

#contents{
	background:url(../images/mbg.jpg) repeat-y;
	min-height:450px;
    margin-left: 1px;
}

	* html #contents{
		background:url(../images/mbg.jpg) repeat-y;
		min-height:450px;
		height:auto !important;
		height:450px;
	}

.left_content{
	background-color:#a0b4cd;
	width:235px;
	margin-left:10px;
	border-right: #97abc4 4px solid;
	border-top: #97abc4 5px solid;
	min-height:320px;
	font-size:12px;
	color:#fffffd;
	padding-left:15px;
    float: left;
}
	.left_content h2{
		font-weight:bold;
		border-bottom:#e42829 5px solid;
	}
	.left_content ul#left_content_menu{
		list-style:none;
		margin:0;
		padding:0;
	}
	.left_content ul#left_content_menu li{
		border-bottom:#FFFFFF 2px solid;
		margin-top:10px;
	}
	.left_content ul#left_content_menu li a{
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:none;
	}
	.left_content ul#left_content_menu li a:hover{
		color:#CCCCCC;
	}
	
#newsblock{
	line-height:12px;
    cursor:pointer;
}	
	#newsblock p#date{
		background-color:#7f8ba1;
		padding-left:5px;
		padding-right:5px;
		width:100px;
		margin-top:5px;
		margin-bottom:5px;
	}
	#newsblock p#title{
		margin-top:5px;
		margin-bottom:5px;
		font-weight:bold;
	}
	#newsblock p#text{
		padding-bottom:5px;
		border-bottom:#fffffd 2px solid;
	}

.right_content{
	width:360px;
	font-size:12px;
	color:#fffffd;
    margin-left: 280px;
}
	.right_content h2{
		color:#e42829;	
	}
    .right_content ul{
        list-style-type: none;
    }
    .right_content li a{
        text-decoration: none;
        color: black;
    }

#bottom{
	background:url(../images/bbg.jpg) bottom no-repeat;
	width:700px;
	height:48px;
	margin-left:-18px;
    margin-top:-12px;
}

.eventimg{
    padding: 6px 6px 6px 0px;
}

#tacont{
    background-color:white;
    color:black;
    width:342px;
}

#pano li a{
    text-decoration: none;
    color: white;    
}

#pano li a:hover{
    color:#CCCCCC;    
}

#author{
    background: url(../images/120.png) no-repeat;
    width: 120px;
    height: 69px;
    position: relative;
    top:-80px;
    left: 640px;
    cursor: pointer;
}

* html #author{
   background-image: none;
   filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/120.png', sizingMethod='crop');
}