body {
	margin :  0px;
	background: #F7F7F7 url('../images/bgBody.jpg') repeat-x;
}
body img {
	border : 0px;
}
.clear {
	clear: both;
}



#page {
	position: relative;
	width : 100%;
	background: url('../images/bgPage.jpg') no-repeat top center;
}
#board {
	position: relative;
	width : 1002px;
	margin :  0px auto;
}



#header {
	position: relative;
	width : 1002px;
	height:  128px;
}
#header #blogtitle {
	position: absolute;
	top   :  0px;
	left  : 10px;
	margin :  0px;
	z-index: 10;
}
#header p {
	position: absolute;
	top   :  0px;
	right : 10px;
	margin :  0px;
	padding:  0px;
	color: #BBBBBB;
	font-family: Arial;
	font-size  : 12px;
	list-style: none;
	z-index: 15;
}
#header p span {
	display: inline-block;
	width : 98px;
	height: 25px;
	margin :  0px  0px  0px  5px;
	padding:  3px  0px  0px  0px;
	text-align: center;
	background: url('../images/bgSecLnk.png');
}
#header p span a {
	color: #FFFFFF;
	text-decoration: none;
}



#content {
	position: relative;
	width : 948px;
	margin :  0px auto;
	padding:  45px 10px  15px 20px;
	background: url('../images/bgContent.png');
}
#postarea {
	float : left;
	position: relative;
	width : 720px;
}
#postarea h1 {
	position: relative;
	margin : 10px  0px  0px  0px;
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size  : 18px;
	font-weight: normal;
	border-bottom: solid 1px #BBBBBB;
}
#postarea h2 {
	position: relative;
	margin : 10px  0px  0px  0px;
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size  : 15px;
	font-weight: bold;
}
#postarea p {
	position: relative;
	color: #555555;
	font-family: 'Arial';
	font-size  : 12px;
}
#postarea p a {
	color: #006699;
	font-weight: normal;
}
#postarea p.btns {
	padding-top   : 3px;
	text-align: center;
	border-top   : solid 1px #BBBBBB;
}
#postarea p.btns a {
	color: #006699;
	text-decoration: none;
}

#postarea .staff {
	position: relative;
	margin : 10px  0px 10px  0px;
	padding:  0px;
}
#postarea .staff img {
	float : left;
}
#postarea .staff a {
//	position: absolute;
//	top   : 14px;
//	right : 14px;
}
#postarea .staff h2 {
//	position: relative;
	margin:  0px 42px  0px 110px;
//	font-size  : 14px;
//	text-align : left;
//	text-transform: none;
//	border-bottom: 0px;
}
#postarea .staff p {
//	position: relative;
	margin:  0px 42px  0px 110px;
//	font-family: Arial;
//	font-size  : 12px;
}



#metaarea {
	float : right;
	position: relative;
	width : 210px;
}
#metaarea #outstand {
	position: absolute;
	top  : -75px;
	left :  -9px;
}
#metaarea .sec {
	position: relative;
	top   : -70px;
	margin :  0px  0px 15px  0px;
	padding:  0px  0px 10px  0px;
}
#metaarea .sec h3 {
	position: relative;
	margin :  0px  0px  3px  0px;
	padding:  0px  0px  3px  0px;
	color: #000000;
	font-family: 'Trebuchet MS';
	font-size  : 15px;
	font-weight: bold;
	border-bottom: dotted 1px #BBBBBB;
}
#metaarea .sec p {
	position: relative;
	margin :  0px;
	padding:  0px;
	font-family: 'Arial';
	font-size  : 12px;
	list-style: none;
}
#metaarea .icor p {
	margin :  0px 64px  0px  0px;
}
#metaarea .icor img {
	position: absolute;
	bottom:  0px;
	right :  0px;
}
#metaarea .pub {
	position: relative;
	top   : -70px;
	margin :  0px  0px 15px  0px;
	padding:  0px  0px 10px  0px;
}
#metaarea .pub h6 {
	position: relative;
	margin :  0px  0px  3px  0px;
	padding:  0px  0px  0px  0px;
	color: #000000;
	font-family: 'Arial';
	font-size  : 10px;
	border-bottom: dotted 1px #BBBBBB;
}
#metaarea .pub img {
	display : block;
	position: relative;
	margin :  0px auto  0px auto;
}

#metaarea .sec ul {
	position: relative;
	margin :  5px  0px  0px  0px;
	padding:  0px;
	font-family: 'Arial';
	font-size  : 12px;
	list-style: none;
}
#metaarea .sec ul li {
	position: relative;
	margin :  0px;
	padding:  0px;
}
#metaarea .sec ul li a {
	color: #006699;
	text-decoration: none;
}
#metaarea .sec ul li a:hover {
	color: #555555;
}



#footer {
	position: relative;
	margin :  0px;
	padding: 10px  0px;
}
#footer p {
	color: #666666;
	font-family: 'Arial';
	font-size  : 11px;
	text-align : center;
}
#footer p a {
	color: #000000;
	text-decoration: none;
}