body {
	background: #f4e7bd;
}
#wrapper{
	width: 990px; margin:0 auto;
}
#wrapperBox{
	width: 920px; margin:0 auto;
	background-image: url("img/border.png"); background-repeat: repeat-y; background-position:top center;
}
#header {
	height: 151px;
	background-image: url("img/header_bg.png"); background-repeat:repeat-x;
}
#bodier {
	height: 172px;
	background-image: url("img/header_down.png"); background-repeat:repeat-x;
}
#sidebar_left{
	float: left; width: 121px; height: 100%;
}

#PostBox  {position: relative; left: 120px; top: -80px;} 
#inside {position: relative; left: 150px; top: -80px; width: 720px;} 
#TextBox{
	border: 2px solid #ffcc66;	background-color: #eedb9c; width: 550px; padding: 10px;
	position: relative; top: -120px; left: 50px;}
#ImgBox {
	border: 2px solid #ffcc66;	background-color: #eedb9c; padding: 5px; float: left;
	margin: 5px;
}
#LeftBox{ position: relative; top: 20px; left: 0px; z-index: 1;}
#RightBox{position: relative; right: 240px; bottom: 250px; width: 192px; float: right;}

a.flink {
	text-decoration:none;
	color: #401E01;
}

p.title {color: black; text-align: left; font-size: 18px;}
p.text {text-align:justify;}

img.lB {position: relative; bottom: -30px;}
img.cB {position: relative; bottom: -20px; left: 140px;}
img.rB {position: relative; bottom: -30px;}

img.lT {float:left; margin-right: 10px; margin-bottom: 5px;}

#menu {
	float: left; width: 734px; padding-left: 9px; padding-right: 5px; height: auto !important;
}
#content {
	float: left; width: 748px; height: auto !important;
}
#post {
	height: 100px; width: 60%; background: gray;
}
#sidebar_right{
	float: left; width: 121px; height: auto !important;
}
#footer {
	clear:both;width:96%; border: 2px solid #ffcc66; background-color: #eedb9c;
	padding:10px 2% 10px 2%; height: 60px;
	position: relative;
}
#footer_left {
	position: relative; left: 20px; padding-top: 5px; padding-left: 10px; width: 30%;
	float: left; text-align: left; color: #401E01; font-size: 15px;
}
#footer_center {
	position: relative; left:10px; padding-top: 5px; padding-left: 10px; width: 40%;
	float: left; text-align: center; color: #401E01; font-size: 20px;
}
#footer_right {
	position: relative; left:10px; padding-top: 8px; padding-left: 10px; width: 25%;
	float: left; text-align: right; color: #401E01; font-size: 15px;
}
#footer_down {
	position: relative; padding-top: 5px; padding-bottom: 2px; width: auto;
	text-align: center; color: #401E01; font-size: 10px;
}
