body {
  width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(images/background.jpg) repeat-y top center;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3, h4 {
	font-family: "Arial", Georgia, Times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	font-size: 1.0em;
}

h3 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p, ol {
	margin-top: 0;
	margin-bottom: 1.3em;
	line-height: 180%;
	font-size: 1.2em;
}

p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: "Arial", Georgia, Times, serif;
	color: #666666;
}

ul {
}

ol {
}

a {
	text-decoration: none;
	color: #666666;
}

a:hover {
	border: none;
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 310px;
	margin: 0 auto;
	background: url(images/header.jpg);
	font-family: "Arial", Georgia, Times, serif;
	color: #666666;
}

#header h1 {
  color:#6DC04E;
}

#header h2 {
  color:#9E9E9E;
}

#header a {
	border: none;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#aboveheader {
  margin: 0;
  padding: 5px 0 0 750px;
}

#aboveheader ul {
  margin: 0;
	padding: 2px 0 0 0;
	font-size: 12px;
	list-style: none;
	font-weight: bold;
}

#aboveheader li {
  padding: 0 10px 0 0;
	display: inline;
}

#aboveheader a {
	color: #666666;
	
}

#aboveheader a:hover {
	color: #FFFFFF;
}

#logo {
	padding: 60px 20px 0 0;
	text-align: right;
}

#logo h1 {
	margin: 0;
	padding: 0 0 0 0;
	font-size: 20px;
}

#logo h2 {
  margin: 0;
  padding: 0 0 0 0;
	font-size: 24px;
}

#menu {
	padding: 4px 0 0 140px;
}

#menu ul {
	padding: 18px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 45px 0 45px;
	font-size: 13px;
	font-weight: bold;
}

#menu a:hover {
	padding: 0 45px 0 45px;
	color:#FFFFFF;
}


/* Page */

#page {
	width: 900px;
	margin: auto;
}

/* Content */

#content {
	float: right;
	width: 681px;
	padding: 0 0 0 0;
}


#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}


#content li {
	margin-top: 20px;
	padding-left: 15px;
}

/* Post */

.post {
	padding: 0 20px 0 20px;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

.post .date {
	margin: 0;
	font-size: 1.25em;
}

.post .title {
	margin-top: 0;
}

.post .entry {
	text-align: justify;
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

.post h3{
  font-size: 1.5em;
}

.post .table {
  font-size: 1.2em;
}

/* Sidebar */

#sidebar {
	float: right;
	height: 100%;
	width: 219px;
	padding: 0 0 0 0; 
	text-align: right;
}

#sidebar h2{
  padding: 0 0 10px 30px;
  background: url(images/sidebarheader.jpg) no-repeat bottom left;
  text-align: left;
  color: #999999;
  font-size: 16px;
  font-weight: bold;
}

#sidebar ul {
	margin-bottom: 3px;
	padding: 0;
	list-style: none;
}

#sidebar li {
	padding: 0 30px 20px 25px;
	font-size: 13px;
}

#sidebar li a {
  color: #0099CC;
}

#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	background: #ffffff repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	font-size: .7em;
	color: #666666;
}

#footer a {
	border: none;
	color: #2accc9;
}