body {
	margin: 20px;
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {font-size: 2em;}
h2 {font-size: 2em;}

p, ul, ol {
	margin:5px 0 20px 0;
	line-height:150%;
}

.heading {font-size:18px;}

img, a img{border:none}

a {text-decoration:underline;color:#0000ff;}
a:hover {text-decoration:underline;color:#ff0000;}

#wrapper {
	width: 810px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
}

/* Header */

#header {
	width: 810px;
	height: 120px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

#stats {
  float:right;
  color:#f5f5f5;
  padding:20px 20px 0 0;
}
.statab {
  font-weight:bold;
  color:#ffff00;
}
.statab td {
  padding:2px;
}

/* Logo */

#logo {
	float: left;
	width: 540px;
	color: #B2B2B2;
}

#logo h1 {
	float: left;
	padding: 45px 0 0 20px;
	letter-spacing: -1px;
	text-transform: normal;
	font-size: 2.6em;
	color:#eee;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 810px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 11px 10px 10px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #eee;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	color: #eee;
}

#menu a:hover {
	text-decoration: underline;
}

/* Form */
.mlinput {background:#ffff80;}

.tipsub {
  padding:2px 0px;
  font-weight: bold;
  cursor: default;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}

/* Content */

#content {
	float: left;
	width: 540px;
	padding: 18px 0 0 20px;
}

.post {padding:10px 0 20px 0;text-align:justify;}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 30px 20px 0 0;
	color: #333;
	font-size:14px;
}

#sidebar ul {margin:0;padding:0;list-style: none;}

#sidebar li {}

#sidebar li ul {padding-bottom:30px;}

#sidebar li li {line-height:35px;border-bottom:1px dashed #D2D4C9;}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #000000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #0000ff;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* Footer */

#footer {
	width: 810px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	text-align: center;
}

#footer a {color: #FFFFFF;}