html {
	height: auto;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:#2E2A23;
	margin-top: 0px;
	margin-bottom: 8px;
	height: auto;
}
* div { height: 1%; } /*debug for ie6*/
a {color: #8A3815;}
a:hover, a:active { text-decoration:none;}
.cleardiv {
	clear:both;
	height:1px;
	font-size:1px;
	overflow:hidden;
}
h1 {font-size: 18px; margin:0px; padding:0px; margin-bottom: 6px;}
h2 {font-size: 14px; margin:0px; padding:0px; margin-top: 6px; margin-bottom: 6px;}
p {margin:0px; padding:0px; padding-top:4px;}

#container {
	height: auto;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	background-image: url(images/header.jpg);
	height: 150px;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CAC3BA;
	border-left-color: #CAC3BA;	
}
#content {
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.3;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CAC3BA;
	border-left-color: #CAC3BA;	
}
#bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 900px;
	text-align: center;
	padding-top: 6px;
	font-size: 11px;
}
#content_left {
	float: left;
	width: 600px;
	margin-right: 32px;
}

.article {
  margin-top: 12px;
  margin-left: 24px;
  margin-bottom: 8px;	
}

.article_title {
  font-size: 22px;
  font-family: Georgia, "Times New Roman", Times, Serif;
  text-decoration: none;
  text-align: left;
}

#content_right {
	float: left;
	width: 252px;
	padding-top: 7px;
}
.column_block_title {
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 220px;
	line-height: 30px;
	padding-left: 32px;
	font-weight: bold;
	color: #F0F0F0;
	font-style: italic;
}
.column_block_content {
	border: 1px solid #CAC3BA;
	background-color: #EBE9E5;
	width: 236px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.column_block_content ul
{
	list-style-type: none;
	color: #51493E;
	margin:0;
	padding: 0;
}

#title {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 32px;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #FF3300;
	margin-left: 38px;
	padding-top: 58px;
}


.column_block_content li
{
	font-size: 13px;
}

.column_block_content ul li
{
	padding:0px 0 0px 11px;
	background-image: url('images/blockcontentbullets.gif');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
.ad_column {
	margin-left: 24px;
}

