body {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #FF3366;
}
a:hover {
	text-decoration: none;
}
#main {
	width: 1000px;
	border: 2px dashed #000;
	border-top-width: 0px;
	border-bottom-width: 0px;
	background-color: #FFFFFF;
	background-image: url(images/sidebar_bg.png);
	background-position: right;
	background-repeat: repeat-y;
}
#header {
	width: 100%;
}
#header h2 {
	text-align: left;
	font-size: 32px;
	text-transform: uppercase;
	color: #666;
	padding: 0px;
	margin: 0px;
}
#header h2 a {
	color: #999;
	text-decoration: none;
}
#header h2 a:hover {
	color: #FF3366;
	text-decoration: underline;
}
#header h3 {
	text-align: left;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	padding: 0px;
	margin: 0px;
}
#header p {
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	color: #fff;
	font-size: 10px;
	text-align: justify;
}
#header p a {
	color: #fc0;
}
#menubar {
	width: 1000px;
	float: left;
	background-image: url(images/menubar_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#menubar ul {
	width: 700px;
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menubar ul li {
	margin: 5px;
	padding: 2px;
	width: 100px;
	float: left;
	text-align: center;
	background-image: url(images/menubar_item_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#menubar ul li a {
	text-transform: lowercase;
}
#searchbar {
	width: 270px;
	float: right;
	padding: 0px;
	margin: 0px;
}
#searchbar p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	color: #ccc;
	font-weight: normal;
	float: right;
}
#searchbar p img {
	width: auto;
	height: auto;
}
#searchbar .s_field {
	background-image: url(images/search_input_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 0px;
	padding: 0px;
	padding-left: 3px;
	margin: 0px;
	margin-top: 6px;
	height: 17px;
}
#sidebar {
	width: 201px;
	float: right;
}
#sidebar ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	list-style: none;
	background-image: url(images/sidebar_li_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
}
#sidebar ul li a {
	color: #999;
}
#sidebar h2 {
	background-image: url(images/sidebar_h2_bg.png);
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#content {
	width: 799px;
	float: left;
	background-color: #484848;
	background-image: url(images/content_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#footer {
	width: 799px;
	float: left;
}
#footer p {
	text-align: left;
	font-size: 10px;
	padding: 5px;
	padding-bottom: 0px;
	margin: 0px;
}
.paysite {
	width: 382px;
	background-color: #272727;
	border: 1px solid #666;
	background-image: url(images/paysite_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	margin: 5px;
}
.paysite img {
	width: 120px;
	height: 120px;
	background-image: url(images/paysite_thumb.png);
	margin: 0px;
	margin-bottom: 3px;
	border: 1px solid #FF3366;
}
.paysite p {
	float: left;
	padding: 5px;
	color: #ccc;
	font-size: 12px;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
}
.paysite p a {
	font-size: 14px;
	text-transform: uppercase;
}
.paysite p.screen {
	text-align: center;
	padding-right: 0px;
	width: 130px;
}
.paysite p.desc {
	padding-left: 0px;
	width: 240px;
}
.post {
	width: 382px;
	background-color: #fff;
	float: left;
	margin: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.post h2 {
	width: 300px;
	float: left;
	background-image: url(images/post_header_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	width: auto;
	height: 27px;
	text-align: left;
}
.post h2 a {
	color: #171717;
	text-transform: capitalize;
	font-size: 18px;
}
.entry {
	height: 376px;
	background-color: #FFFFFF;
	background-image: url(images/post_enty_sign.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.entry p {
	margin-left: 35px;
	margin-right: 35px;
	text-align: justify;
}
.entry p img {
	width: 320px;
	height: 240px;
	background-color: #e1e1e1;
}
.postmeta {
	background-image: url(images/postmeta_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	height: 39px;
}
.postmeta p {
	font-size: 10px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
}