@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	outline: 0;
}
body {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #332312;
	background: #fff7ea url(images/bodybg.png) repeat-x left top;
}
a {
	color:#990000;
	text-decoration: none;
}

a:hover {
	color: #b59d75;
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
}
h3 {
	margin-top: 10px;
	margin-bottom: 3px;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#nav_column li, #footer li {
	list-style: none;
	margin-bottom: 5px;
}
#nav_column ul, #footer ul {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}

#wrapper {
	margin: 0px auto;
	width: 850px;
}
#branding {
	height: 88px;
	width: auto;
}
#branding img {
	padding-top: 18px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 6px;
}
#branding  ul {
	background: url(images/nav-right.png) no-repeat right top;
	float: left;
	list-style: none;
	padding-right: 40px;
}
#branding  ul  li {
	float: left;
	color: #b59d75;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 35px;
}
#branding  ul  li  a {
	color: #b59d75;
	text-decoration: none;
	margin-top: 10px;
}
#branding ul li a:hover {
	color: #FFF7EA;
}
#branding .first_link {
	background: url(images/nav-left.png) no-repeat left top;
}


#content {
	width: auto;
	padding-top: 20px;
	padding-left: 6px;
}
#content_column {
	float: left;
	width: 573px;
	padding-right: 20px;
}
#nav_column {
	float: left;
	width: 230px;
	padding-left: 20px;
	border-left: 1px solid #e3d2b4;
}
#footer {
	clear: both;
	width: auto;
	background: #2D1E0F;
	color: #FFF7EA;
	padding: 20px;
	border-top: 2px solid #E3D2B4;
}

#footer h1, #footer h3 {
	text-transform: uppercase;
	color: #B59D75;
	padding-bottom: 2px;
	border-bottom: 1px dotted #B59D75;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer  #footer_content {
	margin: 0px auto;
	width: 850px;
}
.box {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.box a {
	color: #B59D75;
	text-decoration: none;
}
.box a:hover {
	color: #FFF7EA;
}

.box table td {
	padding-bottom: 5px;
}
.clear_both {
	margin: 0px;
	padding: 0px;
	clear: both;
}


#content_column h1, #content_column h2 {
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 6px;
	background: #e3d2b4;
	border-top: 1px solid #d8c39d;
	margin-bottom: 15px;
}
#nav_column h1, #nav_column h3 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #332312;
	text-transform: uppercase;
	padding-bottom: 2px;
	border-bottom: 1px solid #E3D2B4;
}
#nav_column p {
	margin-top: 5px;
}
#nav_column .author_image {
	margin-right: 10px;
}
#content_column ul, #content_column ol {

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#content_column ol {
	margin-left: 40px;
}

#content_column li {
	margin-bottom: 5px;
}
#content_column .listing {
	margin-top: 20px;
	margin-bottom: 35px;
}
#content_column .listing p {
	padding-left: 50px;
}
#content_column .listing a {
	color: #2F2010;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:14px;
}
#content_column .listing a:hover {
	color: #B59D75;
}

#content_column #bookmark_list ul{
	padding: 0px;
	list-style: none;
	margin-top: 15px;
	margin-left: 0px;
}

#content_column #bookmark_list li{
	float:left;
	width:275px;
	margin: 10px 0px;
}
#content_column #tag_cloud{
	width: 100%;
	margin-top:-15px;
}
#content_column #tag_cloud td{
	padding: 3px 6px;
}
#content_column #tag_cloud .selected{
	padding: 2px;
	border:1px solid #2F2010;
}

#content_column label {
	width: 120px;
	float: left;
	
}
#content_column input {
	margin-bottom: 5px;
	border:1px solid #ccc;
	padding:3px 5px;
}
#content_column fieldset{
	padding:20px;
	border:none;
}

#contactform{
margin-top:20px;
}

.thickbox img{
margin: 0px 20px 20px 0px;
}