body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #fcf7e2;
	text-align: center;
}
img {
	border: 0px;
}
p, ul, li, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #fff;
}
a {
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.all {
	width: 100%;
	float: left;
	background-image: url(images/body_bg.jpg);
	background-position: left top;
}
.h {
	width: 100%;
	float: left;
	background-image: url(images/h.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.wrapper, .header, .footer {
	width: 100%;
	float: left;
}
.cl {
	clear: both;
}
.header {
	background-image: url(images/h_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.footer {
	background-image: url(images/footer_bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	height: 94px;
}
.f {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.f p {
	color: #333;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
.f p span {
	font-size: 14px;
	text-transform: uppercase;
}
.f p a {
	color: #000;
	text-transform: none;
}
.f p a {
	font-weight: bold;
}

.bookmark {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 136px;
	border: 0px solid #f00;
}
.bookmark p {
	border: 0px solid #f00;
	margin-top: 42px;
	margin-left: 528px;
	text-align: left;
	float: left;
	width: 550px;
}
.bookmark h1 {
	text-transform: capitalize;
	font-size: 27px;
	margin-left: 506px;
	margin-top: 9px;
	text-align: left;
	float: left;
	width: 550px;
	color: #fff;
}
.bookmark h2 {
	font-size: 12px;
	margin-left: 510px;
	text-align: left;
	float: left;
	width: 550px;
	color: #e9acff;
}

.content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 2px solid #e0e0e0;
	border-top-width: 0px;
	text-align: left;
}

.left {
	border: 0px dotted #dfdfdf;
	border-right-width: 1px;
	float: left;
	width: 530px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pages {
	width: 540px;
	float: left;
	margin-bottom: 10px;
}
.pages p {
	float: left;
	width: 490px;
	text-align: center;
	color: #333;
	font-size: 18px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 200px;
}
.pages p a {
	color: #e93833;
}
.pages p a:hover {
	color: #333;
}
.pages p.prev {
	float: left;
}
.pages p.next {
	float: right;
}

.content_item {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	border: 0px dotted #d9b07b;
	border-bottom-width: 0px;
}
.content_item p {
	color: #333;
	float: left;
	width: 500px;
	font-size: 12px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: justify;
	margin-right: 20px;
}
.content_item p a {
	color: #e93833;
	text-transform: none;
}
.content_item h3 {
	float: left;
	width: 510px;
}
.content_item h3 a {
	color: #e93833;
}
.content_item p.date {
	float: left;
	width: 500px;
	border: 0px solid #ccc;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}
.content_item a:hover {
	color: #333;
}

.right {
	float: right;
	width: 240px;
	border: 0px solid #f00;
	margin-top: 20px;
	margin-right: 20px;
}
.right h2 {
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	width: 100%;
	float: left;
	border: 0px dotted #333;
	border-bottom-width: 0px;
}
.right ul {
	float: left;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.right ul li {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	color: #333;
	background-image: url(images/li_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 12px;
}
.right ul li a {
	color: #76a700;
	font-weight: normal;
	font-weight: bold;
}
.right ul li a:hover {
	color: #333;
}

.tags {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.tags a {
	color: #76a700;
	font-weight: normal;
}
.tags a:hover {
	color: #333;
}

.ads {
	width: 230px;
	float: right;
	margin-right: 10px;
	margin-bottom: 20px;
}
.ads p {
	text-align: left;
	font-size: 10px;
	color: #333;
}
.ads p.im {
	text-align: center;
}
.ads p.im a {
	color: #76a700;
	font-size: 18px;
	text-transform: uppercase;
}
.ads p.im a img {
	border: 1px solid #76a700;
}
.ads p.im a:hover {
	color: #333;
}

