body, table {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
	background-image: url('bg.png');
	background-repeat: repeat-y;
	background-color: #C0C0C0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 13px;
}
a {
	color: #FF00CC;
	background-color: inherit;
}
a:hover {
	color: #800066;
}


#container {
	width: 769px;
	color: #000;
	background-color: #fff;
}

	#head {
		/*border: 1px solid red;*/
		height: 120px;
		position: relative;
		background-image: url('header.png');
		background-position: top right;
		width: 769px;
		background-color: #674225;
	}

	#head h1 {
		/*color: #FF00CC;*/
		margin: 0;
		
		color: #fff;
		position: absolute;
		top: 30px;
		left: 20px;
	}
	#menu_bg {
		height: 25px;
		width: 769px;
		position: absolute;
		bottom: 0px;
		background-color: #fff;
		opacity: .5;
		filter:alpha(opacity=50);
	}
	#menu {
		position: absolute;
		bottom: 0px;
		height: 26px;
		width: 769px;
		border-bottom: 1px solid #674225;
	}
		#menu ul {
			padding: 0;
			margin: 0;
			margin-left: 10px;
		}
		#menu li {
			list-style-type: none;
			float: left;
			margin: 0;
			width: 75px;
			text-align: center;
		}
		#menu a {
			padding: 6px;
			font-weight: bold;
			text-decoration: none;
			display: block;
			margin: 0;
			
		}
		#menu a:hover {
			background-color: #fff;
			color: #000;
		}
		
		
	#content {
		position: relative;
		line-height: 140%;
	}
		#side {
			border-right: 1px dotted silver;
			
			margin-left: 5px;
			margin-top: 5px;
			width: 150px;
			height: 300px;
			padding: 5px;
		}
			#category {
				margin: 0;
				padding-left: 10px;
			}
		
		#subcontent {
			/*border: 1px solid silver;*/
			position: absolute;
			width: 583px;
			top: 0px;
			left: 170px;
			height: 300px;
			padding: 5px;
		}
		#subcontent iframe {
			border: none;
			width: 580px;
			height: 430px;
		}
		
		#news {
			border: 1px dotted silver;
			width: 265px;
			float: right;
			padding: 3px;
			margin-left: 10px;
			background-color: #fafafa;
		}
		#news h3 {
			margin: -2px;
			background-color: #ccc;
			padding: 5px;
			
		}
		#news p {
			margin-left: 15px;
		}
		.date {
			font-weight: bold;
		}
		
.pay {
    font-weight: bold;
    border-left: 5px solid #ccc;
    padding: 5px;
    background-color: #f8f8f8;
}
