@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.wrapper {
	width: 100%;	
	}
.left {
	background: url(../images/left_bg.jpg) repeat-x;
	color: #f5fafb;
	}	
.center {
	width: 750px;
	height: 720px;
	background: url(../images/enter_bg.jpg) repeat-x top center;
	}
#main {
	margin: 0 auto;
	width: 750px;
	position: relative;	
	height: 720px;
	}	
.right {
	background: url(../images/left_bg.jpg) repeat-x;
	color: #f5fafb;
	}
	
.main_text {
	height: 481px;
}
.text_c {
	font: 11px/16px Verdana;
	color: #939393;
}
.text_c span {
	font-weight: bold;
	color: #009900;
}
.text_e {
	font: 10px/12px Verdana;
	color: #939393;
}
.text_link a {
	font: 11px/16px Verdana;
	color: #939393;	
	text-decoration: none;
}
.text_link a:linked {
	font: 11px/16px Verdana;
	color: #939393;
	text-decoration: none;
}
.text_link a:visited {
	font: 11px/16px Verdana;
	color: #939393;
	text-decoration: none;
}
.text_link a:hover {
	font: 11px/16px Verdana;
	color: #939393;
	text-decoration: underline;
}

#blog_js a{
	font-size:12px;
	margin-top:5px;
	color: #009900;
	padding-bottom:3px;
	line-height:20px;
	}