body {
	margin:0;
	background:#e2dac4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	}
img {
	border:0;
	}
a {
	color:#695e4f;
	}
a:hover {
	color:#000;
	}
h1, h2, h3, h4, h5, h6 {
	
	}
blockquote {
	border-left:3px solid #e2dac4;
	padding-left:10px;
	}
.clear {
	clear:both;
	}

.wrapper {
	width:900px;
	margin:0 auto;
	background:#fff;
	}

.blogname {
	color:#fff;
	background-color:#2b2b2b;
        height:73px;
        padding:10px 0 0 25px;
}


.head {
	height:115px;
	background:url(images/head.jpg);
	border-top:5px solid #000;
	border-bottom:5px solid #000;
	}


.content {
	float:left;
	width:840px;
	background:#fff url(images/center.gif) top repeat-x;
	padding:0 30px 0 30px;
	min-height:225px;
	overflow:hidden;
	}
	
h1.title {
	color:#3b2d1e;
	font-size:28px;
	font-weight:normal;
	margin:20px 0 0 0;
	}
h1.title a {
	text-decoration:none;
	color:#3b2d1e;
	}
h1.title a:hover {
	text-decoration:underline;
	}


.contentCenter {
	text-align:center;
	}

h2.pagetitle {
	padding:0;
	margin:15px 0 20px 0;
	font-size:18px;
	text-align:left;
	}

#body_content {position: absolute;left: -10000px;};
