.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

h1#page_title {
	margin: 0 0 1em;
	color: #6d615b;
	font: bold 23px/1 'Georgia',serif;
	border-bottom: 1px solid #6d615b;
}

h2 {
	margin: 0 0 1em;
	color: #000;
	font: bold 16px/1 'Trebuchet MS',Arial,sans-serif;
}

h3 {
	margin: 0 0 1em;
	color: #000;
	font: bold 14px/1 'Trebuchet MS',Arial,sans-serif;
}

blockquote, p {
	margin: 0 0 1.5em;
}

ul {
	margin: 0 1.5em 1.5em;
	list-style: disc;
}

ol {
	margin: 0 1.5em 1.5em;
	list-style: decimal;
}

a:link,
a:visited {
	color: #AC7149;
	text-decoration: none;
}

a:hover,
a:active {
	color: #AC7149;
	text-decoration: underline;
}

.content_image_box {
	background-color: transparent;
}

body {
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	font: normal 12px/16px 'Trebuchet MS',Arial,sans-serif;
	color: #000;
}

#primary {
	width: 960px;
	margin: 0 auto;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-x;
}

#header {
	position: relative;
	width: 960px;
	height: 72px;
	margin: 0 auto;
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	top: 8px;
	left: 521px;
}

#logo img {
	display: block;
	border: 0;
}

#home_content {
	width: 960px;
}

#home_content img {
	display: block;
	border: 0;
}

#content {
	width: 950px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
	padding: 0 0 0 10px;
}

#columns {
	width: 950px;
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
}

#column_l {
	float: left;
	width: 102px;
	padding: 0 10px 0 0;
	overflow: hidden;
}

#column_m {
	float: left;
	width: 460px;
	padding: 120px 0 100px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat-x;
	overflow: hidden;
}

#column_m img {
	display: block;
	margin: 0 auto;
	/*-moz-box-shadow: 5px 5px 10px #6d615b;*/
	/*-webkit-box-shadow: 5px 5px 10px #6d615b;*/
}

#column_r {
	float: left;
	width: 358px;
	padding: 120px 0 0 20px;
	overflow: hidden;
}

#columns.wide #column_r {
	width: 818px;
	padding-top: 100px;
}

#page_content {
	padding: 0 10px 0 0;
}