#bottom {
	margin-top: 10px;
	width: 100%;
	background-color: #333528;
}

#bottom_content {
	width: 1000px;
	margin: 0 auto;
}

#bottom_box_wrapper {
	height: 100%;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.bottom_box {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
}

.bottom_box h3 {
	text-align: left;
	width: 220px;
	border-bottom: 2px solid #474a39;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.bottom_box .seemore {
	color: white;
	text-decoration: none;
	margin-top: 10px;
	font-weight: bold;
	float: left;
	font-size: 0.75em;
}

.bottom_box .seemore:hover {
	text-decoration: underline;
}

.bottom_box_box {
	width: 220px;
	border-bottom: 2px solid #474a39;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 100%;
	overflow: hidden;
}

.bottom_box_box img {
	vertical-align: middle;
	float: left;
}

.bottom_box_box a {
	display: block;
	height: 32px;
	line-height: 32px;
	float: left;
	color: #909575;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 10px;
	font-weight: bold;
	width: 144px;
}

.bottom_box_box a:hover {
	background-color: #1f1a17;
}


#tags_wrapper {
	height: 100%;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
}

.tags {
	text-align: left;
	width: 455px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.tags h3 {
	color: white;
	text-align: left;
	border-bottom: 2px solid #474a39;
	width: 455px;
	padding-bottom: 3px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.tags a {
	color: #cbccc7;
	text-decoration: none;
}

.tags a:hover {
	text-decoration: underline;
}

.tag_small {
	font-size: 0.8em;
}

.tag_medium {
	font-size: 1em;
}

.tag_big {
	font-size: 1.2em;
}

#footer {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 0.75em;
	background-color: #e76d08;
	color: white;
}

#footer_content {
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}