@charset "utf-8";
/* CSS Document */

body
{
	background: url(/_images/bgs/body.png) top repeat-x #FFF6DB;
}

.clear
{
	width:0;
	height:0;
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	clear:both;
}

#wrapper
{
	position: relative;
	width: 1000px;
	margin: 10px auto 10px auto;
	background: #FFFFFF;
}

#header
{
	height: 195px;
	background: url(/_images/bgs/header.jpg) top left no-repeat #660033;
}

#header a#blog {
	display: block;
	width: 122px;
	height: 122px;
	margin: 20px 0 0 204px;
	float: left;
	position: relative;
	text-decoration: none;
	}
#header a#facebook {
	display: block;
	width: 48px;
	height: 48px;
	margin: 58px 0 0 615px;
	float: left;
	position: relative;
	text-decoration: none;
	background-image:url(../_images/facebook.jpg);
	}

#header a#blog span {
	visibility: hidden;
	}	

#share
{
	position: absolute;
	top: 172px;
	left: 865px;
	float: right;
	width: 125px;
	height: 16px;
}

#middle
{
	padding: 40px 0 40px 0;
}

#content
{
	float: left;
	width: 650px;
	padding-left: 20px;
	margin-left: 25px;
	border-left: 1px solid #E2E2E2;
}

#footer
{
	float: left;
	clear: both;
	height: auto;
	width: 960px;
	border-top: 2px solid #FE9900;
	background: #FFE6AE;
	padding: 2px 20px 2px 20px;
	font-size: 10px;
	margin-bottom: 20px;
}

#footer .left
{
	float: left;
	margin-right: 60px;
}

#footer .right
{
	float: right;
}

#footer .right img
{
	margin-top: 10px;
	float: right;
}
