body {
	padding: 0;
	margin: 0;
	background: #CCC url(/images_08/body-bg-b.gif) center top repeat-y;
	font-size: 12px;
	font-family: lucida grande, tahoma, verdana, arial, sans-serif;
	color: #666;
	}

a 			{ color: #A00; text-decoration: none; }
a:link		{ color: #A00; text-decoration: none; }
a:visited	{ color: #A00; text-decoration: none; }
a:active	{ color: #FC0;  }
a:hover		{ color: #FC0;  }

/* index layout */

.area_header {
	height: 150px;
	width: 100%;
	background: #600 url(/images_08/header-bg-b.gif) center top repeat-y;
	}
	
.header_container {
	width: 898px;
	height: 100%;
	background: #A00 url(/images_08/header-bg-s.gif) left top repeat-x;
	margin: 0 auto;
	padding: 0;
	}
	
.header_logo {
	width: 261px;
	height: 95px;
	margin: 55px 0 0 30px;
	padding: 0;
	float: left;
	display:inline;
	}

.header_award {
	width: 207px;
	height: 73px;
	margin: 0 30px 0 0;
	padding: 0;
	float: right;
	display: inline;
	}
	
.area_sep {
	height: 4px;
	width: 100%;
	background: #F90 url(/images_08/header-sep-b.gif) center top repeat-y;
	overflow: hidden;
	}
	
.sep_container {
	width: 898px;
	height: 100%;
	background: #FC0;
	margin: 0 auto;
	}
	
.area_body {
	width: 898px;
	margin: 0 auto;
	}
	
.body_container {
	padding: 30px 0;
	width: 100%;
	float: left;
	background: #FFF;
	}
	
.body_left {
	text-align: left;
	width: 400px;
	height: 100%;
	margin: 0 0 0 29px;
	float: left;
	overflow-x: hidden;
	display: inline;
	}
	
.body_center {
	text-align: left;
	width: 200px;
	height: 100%;
	margin: 0 0 0 20px;
	float: left;
	overflow-x: hidden;
	}
	
.body_right {
	text-align: left;
	width: 200px;
	height: 100%;
	margin: 0 0 0 20px;
	float: left;
	overflow-x: hidden;
	}

/* index details */

.clear_10 {
	clear: both;
	height: 10px;
	}
	
.clear_20 {
	clear: both;
	height: 20px;
	}

.title_area {
	border-top: 1px solid #666;
	border-bottom: 1px solid #CCC;
	background: #EEE;
	padding: 5px;
	color: #333;
	clear: both;
	}
	
.blogbody {	
	margin: 20px 0 0 0;
	line-height:18px;
	}
	
.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
		text-decoration: underline;
	}

.posted	{ 
		margin: 5px 0 20px 0px;
		text-align: left;
		}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

#mp3down {
	font-size:12px;
	font-weight:normal;
	text-decoration: none;
	color: #A00;
	}
#mp3down a,
#mp3down a:link,
#mp3down a:visited,
#mp3down a:active,
#mp3down a:hover {
	color: #A00;
}

img {vertical-align: text-bottom;}

.side {
	margin: 20px 0;
	line-height: 20px;
	}

.archive {
	margin: 10px 0 0 0;
	line-height: 20px
	}
	
.archive_year {
	padding: 10px 0 0 0;
	clear: both;
	}
	
.archive_month {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	white-space: pre;
	}

.archive_sub {
	display: block;
	}
	
.archive_count {
	font-size: 9px;
	margin: 0 0 0 2px;
	}
	
/* archive layout */

.body_3in1 {
	text-align: left;
	margin: 0 29px;
	float: left;
	width: 840px;
	overflow-x: hidden;
	height: 100%;
	display: inline;
	}
	
/* archive details */

#menu {
	margin: 0 0 30px 0;
	clear: both;
	text-align: center;
	}
	
.comments-body {
	font-family:georgia, verdana, arial, sans-serif;
	color:#666;
	font-size:9pt;
	font-weight:normal;
	line-height:140%;
	padding-bottom:10px;
	padding-top:10px;		
	border-bottom:1px dotted #999; 		
	background:#FFF; 	
	}		

.comments-post {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:8pt;
	font-weight:normal;		
	}	

