body {
	margin:0px;
	padding:0px;
	background: #D6C5AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/************** User Selected CSS ***********************

.alternate_css {
	font-size: 16px;
	font-family: Tahoma;
	background: #666666;

}

.alternate_center {

	background: #CCCC99;

}

.alternate_top {

	background: #996666;

}

**************** END USER CSS ***************************/
#banner {
	posiion:absolute;
	height:75px;
	margin-left:165px;
	margin-right:191px;
	background: #AC9E89;
	text-align:center;
}

#left_content {
	position: absolute;
	left:10px;
	top:86px;
	width:150px;

}

#center_content {
	margin-left: 165px;	
	margin-right:191px;
	background:#FFF5E5;
}

#right_content {
	position: absolute;
	right:10px;
	top:86px;
	width:175px;
}

#comment_content {
	margin-left: 165px;	
	margin-right:191px;
	background:#FFF5E5;
	padding-top:11px;
	padding-left:10px;

}
#logo {
	position: absolute;
	width:165px;
	left:0px;
	height:75px;
}
#nav_box {
	position: absolute;
	right:10px;
	top:0px;
	width:175px;
	height:75px;
	text-align:left;

}
#footer {
	clear:both;
	text-align:center;
	font-weight: bold;
	font-size:11px;
	padding-top:10px;
}
.box {
	position: relative;
	width:100%;
	right:0;
	text-align:left;
	margin:0 0 20px 0;

}
.box_contents {
	position: relative;
	width:100%;
	right:0;
	padding-top: 3px;
}
.blog_label_contents {
	position: relative;
	width:100%;
	padding-top: 3px;
}


.box_label {
	width: 100%;
	font-weight: bold;

}

.blog_box_label {
	font-weight: bold;
	padding-top:11px;
	border-bottom:1px solid #BFB199;
}

html>body #center_content {
	margin-left: 164px;
	margin-right:191px;
}

.blog{
	position:relative;
	clear: both;
	height: 1%;
	min-height: inherit;
	padding-left:5px;
	padding-right:5px;

}

.recent_photo {
	position: relative;
	width:100%;
	right:0;
	font-style: italic;
	font-size: 80%;
}

.blog span.image{
	position: relative;
	float:right;
	padding:3px 3px 0px 10px;
	text-align:center;
	width: 150px;
	font-style: italic;
	font-size: 80%;
	clear: left;
	margin-right:-30px;

}

.right{
	float: right;
	text-align: right;
	bottom:0px;
}

.subject{
	font-weight: bold;
	padding-top: 20px;
	border-bottom:thick solid #AC9E89;
}

.comments {
	position:relative;
	float:left;
	width: 100%;
	text-align: left;
	border-bottom:1px solid #BFB199;

}
.blog_photo {

	font-size:12px;
	font-weight:bolder;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border:1px solid;
	width:450px;
}