body {
	text-align: center
	margin-left: 10%;
	margin-right: 10%
	width:100%
	padding:0;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background: #f6f6ee;
}
a:link, a:visited { color: #186a8c; text-decoration: none} 
a:active, a:hover { color: #226100; text-decoration: underline}
a:link IMG { border: #ffffff;}

#te_container {
	width: 1000px;
	margin: 5px auto;
	background: #f6f6ee;
	border: 1px solid #f6f6ee;
}
#te_header {
	clear: center;
	height: 160px;
	margin:0;
	padding:0;
	background: url(sc/blank.gif) repeat;
}
#te_content {
	width: 1024px;
}
#te_left_column {
	float: left;
	width: 800px;
	min-height: 400px;
}
#te_right_column {
	background: #f6f6ee;
	float: left;
	width: 200px;
	min-height: 400px;
}
#te_footer {
	clear: left;
	background: #333333;
	padding: 5px;
	font-size: 11px;
	color: #CCCCCC;
}
#te_footer a {
	color: #CCCCCC;
}
#te_site_title {
	padding-top: 60px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 46px;
	color: #fdfa04;
	text-shadow: 1px 1px 1px #000, 3px 3px 5px lightblue;
}
#te_site_slogan {
	padding-top: 10px;
	padding-left: 250px;
	font-weight: bold;
	font-size: 22px;
	color: #8f9825;
	text-shadow: 1px 1px 1px #000, 3px 3px 5px lightblue;
}
#te_site_slo {
	padding-top: 3px;
	padding-left: 11px;
	font-size: 13px;
	color: #000000;
}
.te_line {
	clear: left;
	height: 2px;
	background: #888888;
}
.te_pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.section_box {
	margin: 10px;
	padding: 10px;
	border: 1px dashed #666666;
	background: url(sc/gjlg_small_logo.gif) repeat;
}
.section_box2 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #dedbdb;
	height: 190px;
	width: 393px;
	background: #ffffff;
	color: #000000;
}
.section_box3 {
	clear: left;
	margin-top: 10px;
	border: 1px solid #dedbdb;
	background: #ffffff;
	color: #000000;
}
.text_area {
	margin: 10px;
}
.publish_date {
	clear: both;
	margin-top: 10px;
	color: #88DDFF;
	font-size: 11px;
	font-weight: bold;
}
.title {
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #398311;
}
.subtitle {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #398311;
}
.post_title {
	padding: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.menu{
	list-style-type: none;
	margin: 10px;
	padding: 0px;
	width: 175px;
	border: 1px solid #dedbdb;
}
.menu li a{
	background: url(sc/blank.gif) repeat;
	font: bold 12px "Trebuchet MS", Verdana, Helvetica;
	color: #8e8989;
	display: block;
	width: auto;
	padding: 6px;
	padding-left: 12px;
	text-decoration: none;
}


