/**{
padding:0;
margin:0;
}*/
body{
font:17px "Lucida Sans","Trebuchet MS",Verdana,Arial,Sans-Serif;
background:#463213;
}
img{
border:0;
}
a{
color:#463213;
text-decoration: none;
}
a:hover{
color:#2C3822;
text-decoration: underline;
}
#wrap{
margin:9px auto 0 auto;
width:800px;
background: url(image/linen.jpg) repeat;
}
#header{
margin-left: -11px;
background: url(image/header.jpg) no-repeat;
width: 820px;
height: 162px;
}
#leftside{
background:url(image/linen_left.png) repeat-y;
margin-left: -11px;
}
#rightside{
background:url(image/linen_right.png) repeat-y right;
margin-right: -11px;
}
#bottomside{
background:url(image/linen_bottom.png) no-repeat bottom;
height:7px;
margin:0 auto 0 auto;
width:822px;
}
#menu{
text-align:left;
font-size:15px;
font-weight:bold;
font-family:Arial,Helvetica,sans-serif;
float: left;
/*padding-left: 14px;*/
margin-left: 22px;
/*padding-right: 15px;*/
padding-top: 10px;
/*border-right:  1px solid #463213;
border-bottom:  1px solid #463213;*/
/*margin-right: 15px;*/
}
#menu a{
text-decoration:none;
display: block;
padding: 8px 0 8px 36px;
background: url(image/button1.png) no-repeat center left;
/*opacity: .7;
filter: alpha(opacity=70);*/
}
#menu a:hover {
text-decoration: none;
/*opacity: 1;
filter: alpha(opacity=100);*/
color: #71755E;
}
hr{border:0;
height:2px;
margin:15 0 15 0;
}
#content{
text-align:left;
width: 630px;
padding-bottom: 15px;
padding-top: 10px;
margin-right: 15px;
/*padding-left: 50px;*/
float: right;
border-left:  1px solid #463213;
padding-left: 12px;
}
#content h1{
font-size:24px;
color:#2C3822;
}
#content h2{
color:#463213;
padding:0 0 5px 0;
font-size:18px;
padding-bottom: 0;
}
#content p{
/*padding-bottom: 1em;*/
}
#footer{
clear:both;
text-align:center;
color:#000;
font-size:9px;
padding:10px;
}
.float_left{
float:left;
text-align:center;
margin-top:-3px;
color:#575307;
}
.float_right{
float:right;
text-align:center;
margin-top:-3px;
color:#575307;
}
.date {
	font-size: 12px;
	/*color: #2C3822;*/
	color: #71755E;
	position: relative;
	top: -13px;
	margin-bottom: -40px;
	/*opacity: 0.6;*/
}
.quote_right{
	float: right;
	width: 200px;
	font-size: 12px;
	border: 1px solid #463213;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px;
	margin-left: 4px;
	background: url(image/quote_bg.png) right bottom;
	overflow-x: hidden;
	color:#463213;
}
.quote_left{
	float: left;
	width: 200px;
	font-size: 12px;
	border: 1px solid #463213;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 4px;
	margin-left: 4px;
	background: url(image/quote_bg.png) right bottom;
	overflow-x: hidden;
	color:#463213;
}

.quote_left a, .quote_right a {
color:#2C3822;
font-weight: bold;
}