* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	min-width: 1000px;
	height: 100%;
	background: #fffbca url(img/bg2.gif) center top no-repeat;
	font: 12px tahoma;
	line-height: 26px;
}
#first {
	background: #fffbca url(img/bg.gif) center top no-repeat;
}
	.topmenu {
		position: fixed;
		top: 0;
		width: 960px;
		height: 44px;
		background: #000000;
	}

.clear {
	height: 0;
	line-height:0;
	font-size: 1px;
	clear: both;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
	outline: none;
}
li {
	list-style-type: none;
}
.center {
	position: relative;
	margin: 0 auto;
	width: 960px;
}
.line {
	border-top: 1px solid #502b00;
}

#content {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
	.home {
		position: absolute;
		margin: 50px auto;
		width: 960px;
		height: 60px;
	}
	.texttitle {
		font: 28px tahoma;
		color: #434343;	
		padding: 20px 0 0 0;
		text-align: center;
	}
                .texttitle a {
		color: #434343;	
		text-decoration: none;
		outline: none;
                }
	.textheader {
		width: 600px;
		padding: 35px 0 0 22px;
	}
	.colons {
		margin: 53px 0;
	}
	.colonsc {
		margin: 0 0 0 240px;
		width: 468px;
	}

		.colonñ {
			margin: 0 0 0 0;
			float: left;
			width: 468px;
		}

		.colon {
			float: left;
			margin: 0 12px 0 0;
			width: 468px;
		}
		.colon+.colon {
			margin: 0 0 0 12px;
		}
		.colon+.colon+.colon {
			margin: 0 0 0 240px;
		}

			.group {
				
			}
			.h1_txt {
				text-align: center;
				font: 18px tahoma;
				color: #fefce2;	
				padding: 11px 0 0 0;
			}
			.h1_txt a {
				color: #fefce2;	
				text-decoration: none;
				outline: none;
			}
			.h1_1 {
				background: #fefce2 url("img/h1.gif") center top no-repeat;
			}
			.group ul {
				margin: 0 0 22px 0;
				padding: 22px 22px 33px 22px;
			}
	.topics {
		padding: 35px 0 33px 0;
	}
		.topic_nav {
			background: #fefce2 url("img/h1.gif") center top repeat-x;
			height: 45px;
			text-align: right;
			color: #fefce2;
			font-size: 16px;
			padding: 7px 33px 0 0;
		}
		.topic_nav a {
			color: #fefce2;
		}
		.bnav_l {
			padding: 22px 0 22px 0;
			float: left;
		}
		.bnav_r {
			padding: 22px 0 22px 0;
			float: right;
		}
		.topic {
			padding: 33px 33px;
			overflow: hidden;
			background: #fefce2;
			min-height: 350px;
		}
		.allcolons {
			width: 100%;
		}
		.lcolons {
		        width: 33%;
			float: left;
                }
		.ccolons {
		        width: 33%;
			float: left;
                }
		.rcolons {
		        width: 33%;
			float: right;
                }

		.topic p {
			padding: 0 0 22px 0;
		}
		.topic h2 {
			padding: 0 0 25px 0;
		}
				.topic h3 {
					margin: 25px 0 20px 0;
					font-weight: bold;
				}
		.info {
			background: #512b01;
			overflow: hidden;
			min-height: 200px;
		}
		.info h2 {
			padding: 0 0 12px 0;
		}
  		.info_left {
			background: #512b01;
			float: left;
			width: 45%;
			color: #fefce2;
			padding: 22px 0 22px 33px;
		}
		.info_left a {
			color: #fefce2;
			text-decoration: none;
			outline: none;
		}
  		.info_right {
			background: #512b01;
			float: right;
			width: 45%;
			color: #fefce2;
			padding: 22px 33px 22px 0;
		}
		.info_right a {
			color: #fefce2;
			text-decoration: none;
			outline: none;
		}

		.in {
			height: auto;
			overflow: visible;
		}
			.topic span {
				margin: 0 50px 0 0;
				font-style: italic;
				color: #888888;
			}
		.comment {
			margin: 22px 44px;
			padding: 33px 22px;
			background: #e8e8e8;
		}
			.comment span {
				margin: 0 50px 0 0;
				font-style: italic;
				color: #888888;
			}
	.alphabet {
		margin: 0 0 30px 0;
	}
			.postplus {
				margin: 10px 0;
				padding: 0 0 0 0;
				width: 100%;
				font: 12px tahoma;
				line-height: 20px;
			}
				.leftpostplus {
					float: left;
					width: 800px;
				}
				.rightpostplus {
					float: right;
				}
				.yashare-auto-init {
					margin: 0 0 0 -5px;
				}

#content .empty {
	height: 80px;
}
#footer {
	position: relative;
	margin-top: -80px;
	height: 80px;
	background: #fffbca;
}
.cp {
	margin: 10px 0 0 0;
}