body {
	background: #e6e2d1 url(../images/bg2.gif);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #453a00;
}

img {
	border: 0;
}

#beardHeader {
	width: 740px;
	clear: both;
}

#beardTitle {
	width: 540px;
	float: left;
}

#adSpace {
	width: 200px;
	height: 200px;
	background-color: #000000;
	float: right;
}

#beardContainer {
	width: 740px;
	padding: 0px 25px 0px 25px;
	margin: 0 auto;
	background: url(../images/bg_shadow.png);
}

#beardContent {
	width: 500px;
	float: left;
	padding: 20px;
	background: url(../images/bg_left.gif) no-repeat;
}

#beardSidebar {
	width: 200px;
	padding: 0px;
	background: url(../images/bg_right.gif) no-repeat;
	float: right;
	min-height: 200px;
	text-align: center;
}

.beardPost {
	width: 500px;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px solid #e0ddd0;	
}

.beardPostHead {
	width: 500px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.beardPost h2 {
		text-align: left;
		font-size: 24px;
		color: #453a00;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
}

#beardFooter {
	width: 540px;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	clear: both;
}

#finalFoot {
	width: 740px;
	margin: 0 auto;
}

.navigation {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	display: block;
	overflow: hidden;
}
	
.navigation a:link, .navigation a:visited {
	width: 125px;
	display: block;
	padding: 6px 20px 6px 20px;
	color: #FFFFFF !important;
	background-color: #241a06;
	text-decoration: none;
	font: normal 12px "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
	
.navigation a:hover, .navigation a:active {
	background-color: #f7d43c;
	color: #241a06 !important;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

