html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:#DCDED9;
	color:#61675D;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#B6AE64;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
p {
	margin:0;
	margin:10px 0;
}
ul, li {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	position:relative;
	margin:0;
	padding:0;
	overflow:hidden;
}
h1 {
	font-size:124%;
	padding:4px 0 8px 0;
}
h2 {
	font-size:104%;
	padding:4px 0;
}
h3 {
	font-size:100%;
	padding:2px 0;
	font-weight:bold;
	font-style:italic;
}



#full_page {
	position:relative;
	width:936px;
	margin:0 auto;
}
#head_pane {
	position:relative;
	height:156px;
	background:url(../images/banner_01.jpg);
}
#body_pane {
	/*position:relative;
	min-height:200px;*/
	background:#fff;
}
#foot_pane {
	background:#989A37;
}
#foot_pane a {
	color:#F1F0D3;
	text-decoration:none;
}
#foot_pane a:hover {
	color:#F1F0D3;
	text-decoration:underline;
}
#foot_pane p {
	margin:0;
	padding:0;
	line-height:34px;
	color:#D8D28E;
	text-align:center;
}
#post_foot {
	font-size:85%;
}
#post_foot p {
	margin:0;
	padding:0;
	line-height:24px;
	color:#656565;
	text-align:center;
}

#social {
	float:right;
	width:200px;
	text-align:right;
	margin:5px 5px 0 0;
}

