* {
	margin: 0;
	padding: 0;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	background-color: transparent;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

body { 
	background: #CCCCCC url("../images/backer.gif") top left repeat-y; 
}

a {
	text-decoration: none;
	color: #7f655d;
	cursor: pointer;
	border: 0;
}
h1 a {
	display: block;
	height: 110px;
}

a:hover { text-decoration: underline }
h1 {
	position: relative;
	top: 0;
	left: 0;
	height: 91px;
	width: 740px;
	text-indent: -9999px; 
}

div#container {
	width: 1000px;
	background: transparent;
	position: relative;
	font-size: 12px;
}

div#left-col {
	width: 350px;
	text-align: left;
	float: left;
	background: transparent;
}

#feature_controls,
div.article_controls {
	background: #e1e1d8;
	padding: 4px 6px;
	font-size: 11px;
	margin: 0 0 6px 0;
}


div#content { 
	margin: 0 0 0 350px;
	width: 600px;
	padding: 0 8px;
}
div#content h2 {
	color: #7f655d;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 4px;
}
#content h3 {
	font-size: 13px;
	color: #7f655d;
	margin: 6px 0;
}


div#header {
	background: transparent url("../images/db_header.jpg") top no-repeat;
	height: 110px;
	width: 1000px;
}
div#pad{
	background-color: #ffffff;
	height: 2px;
	display: block;
	font-size: 5px;
	width: 1000px;
}

div#count {
	background: transparent url("../images/box2.gif") top no-repeat;
	width: 51px;
	height: 51px;
	float: left;
	margin: 0 10 0px 0;
}

.count {
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #003366;
}
.red {
	color: red;
}
/* FEATURE */
#feature {
	background: #f2f2e8;
	padding: 6px;
}

#feature p {
	font-size: 12px;
	margin-bottom: 7px;
}

#feature img {
	float: right;
	margin-top: 5px;
	margin-left: 4px;
}

#feature_controls,
div.article_controls {
	background: #e1e1d8;
	padding: 4px 6px;
	font-size: 11px;
	margin: 0 0 6px 0;
}

#featured-image h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin: 0;
}

#featured-image p {
	font-size: 11px;
	padding: 4px 0;
}

#featured-image h3 span { color: #f60 }

/* END - FEATURE */




.content-advert {
	border: 1px dotted #999;
	border-width: 1px 0;
	padding: 10px 0; 
	margin-bottom: 10px;
	vertical-align: middle;
	width: 600px;
}



.box {
	border: 1px solid #cccccc;
	margin: 5px 5px;
}

.box * {
	font-size: 11px;
	line-height: 13px;
}
.box ul {
	list-style: disc;
	margin-left: 15px;
	padding: 5px 5px 4px 3px;
	color: #744131;
}
.box h4, .box h4 a {
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #b45038;
	padding: 3px 4px;
}
.box li { margin-bottom: 1px; }
.box p { padding: 5px; }



#articleForm input  {
	font-size: 13px;
}

#articleForm textarea  {
	width: 465px;
	font-size: 13px;
}
