/* START BODY */
body {
	background:url(../images/background_tile.jpg);	
	margin: auto;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	color: #817777;
}
div#shade {
	background:url(../images/background_shade.png) repeat-x;	
	margin: auto;
	padding: 0px 0px 15px;
}
/* END BODY */

/* START CONTAINER */
div#container {
	width: 1000px;
	margin: auto;
}
div#logo {
	margin-bottom: 10px;
	padding-top: 10px;
}
div#categories {
	text-align: center;
	margin-bottom: 5px;
}
div#categories a {
	color:#99865C;
	font-weight: bold;
	padding: 5px;
	line-height: 25px;
	text-decoration:none;	
}
div#top_links a {
	color:#6E6042;
	float:right;
	margin-left:10px;
	text-decoration:none;
	margin-top: 45px;
}
div#top_links a.bold {
	color:#99865C;
}
div#content_bg {
	background-color:#121110;
	border:1px solid #48392D;
	padding: 10px;
}
div#content_bg img {
	display: block;
}
div#content {
	background: url(../images/bg_middle.png);
	overflow: hidden;
}
div.article {
	margin-left: 15px;
	text-align: justify;
	min-height: 250px;
	font-size: 12px;
}
div.article img {
	margin-right: 15px;
}
div.article h2 {
	color: #444444;
	font-family: sans-serif;
}
div.tags {
	clear: both;
	margin-left: 15px;
	padding-top: 15px;
	border-top: 1px solid #817777;
	border-bottom: 1px solid #817777;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
div.tags a {
	text-decoration: none;
	color: #817777;
}
div#articleList {
	width: 635px;
	float: left;
	margin-left: 10px;
}

div#companyList {
	width: 250px;
	float: left;
	margin-left: 25px;
}
div#companyList ul {
	list-style: none;
	padding:0px;
}
div#companyList li {
	border-bottom: 1px solid #817777;
	margin-bottom: 3px;
	padding-bottom: 2px;
}
div#companyList a {
	text-decoration: none;
	color: #817777;
}
/* END CONTAINER */

/* START FOOTER */
div#footer {
	background: #131211;
	height: 50px;
	margin: auto;
`	text-align: center;
	padding-top: 10px;
}
div#footer div#links {
	margin: auto;
	width: 755px;
}
div#footer ul {
	list-style: none;
	display: inline;
	padding-left: 0px;
}
div#footer li {
	list-style: none;
	display: inline;
	margin: 5px;
}
div#footer a {
	text-decoration: none;
	color: #816d51;
}
div#footer div#copyright {
	color: #4d3e37;
	font-size: 10px;
	margin-left: 4px;
	margin-top: 10px;
	float: left;
	line-height: 25px;
}
div#footer div#mk {
	color: #4d3e37;
	font-size: 10px;
	margin-left: 4px;
	margin-top: 10px;
	float: right;
	line-height: 25px;
}
div#footer div#mk a img {
	margin-top: 5px;
	vertical-align: text-bottom;
	border: none;
}
div#footer_ending {
	background: #393028;
	height: 10px;
	margin: auto;
}
/* END FOOTER*/ 

/* START TAGS */
img {
	border: none;
}
/* END TAGS */
/* START CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* END CLEARFIX */
