body {
	background-color: #d6d297;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 20px;
	text-align: center;
	color: #cccccc;
	font-family: gorgia;
}

input {
	background-color: #cccccc;
	border: 0px;
}

textarea {
	background-color: #cccccc;
	border: 0px;
}

.news_title {
	width: 67%;
	height: 15px;
	color: #444444;
	font-weight: bold;
	padding-left: 5px;
	background-color: #8caeb5;
	float: left;
}

.news_date {
	width: 27%;
	height: 15px;
	color: #444444;
	padding-right: 5px;
	background-color: #8caeb5;
	margin-right: 10px;
	float: right;
}

.news_text {
	height: 50px;
	width: 450px;
	overflow: auto;
	float: left;
	border-left: 1px solid #8caeb5;
	border-bottom: 1px solid #8caeb5;
	border-right: 1px solid #8caeb5;
	margin-right: 10px;
}

.knife {
	width: 125px;
	height: 100px;
	float: left;
	margin-right: 16px;
	margin-top: 15px;
	border: solid 5px #ecebb5;
}

#container {
	width: 765px;
	position: relative;
	left: 50%;
	margin-left: -383px;
}

#header {
	float: left;
	height: 90px;
}

#left_side {
	width: 27px;
	height: 471px;
	float: left;
}

#box {
	background-color: #333333;
	width: 227px;
	height: 456px;
	float: left;
}

#right_side {
	width: 20px;
	height: 456px;
	float: left;
}

#menu {
	height: 25px;
	float: right;
}

#menu a {
	outline: none;
}

#content {
	background-image: url('../images/body_bg.jpg');
	width: 453px;
	height: 446px;
	float: left;
}

#box_bottom {
	width: 247px;
	height: 15px;
	margin-left: 27px;
}

#f_right_side {
	float: right;
}