body {
	margin: 0px;
	background: url(images/bg01.jpg) repeat-x #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B9B9B9;
}

h1, h2 {
	margin-bottom: 1.5em;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	margin: 0px;
	padding: 14px 0px 0px 26px;
	font-size: 17px;
	color: #FFFFFF;
}


a {
	color: #8AC800;
}

a:hover {
	text-decoration: none;
}

img.left {
	float: left;
	margin: 5px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 0px 25px;
}

/* Background */

#bg1 {
	background: url(images/bg03.jpg) repeat-y center;
}
#bg3 {
	background: url(images/bg03.jpg) repeat-y center;
	text-align:center;
}
/* Header */

#header {
	background: url(images/bg02.jpg) no-repeat bottom;
	width: 894px;
	height: 100px;
	margin: 0px 0px 0px 2px;
	border-bottom: #44433F solid 3px;
}

#header h1 {
	text-align:left;
	margin: 0px;
	padding: 28px 0px 0px 25px;
	font-size: 38px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 846px;
	margin: 0px auto;
	padding: 28px 0px 0px 0px;
	text-align:left;
}

/* Content */

#content {
	float: left;
	width: 550px;
	text-align:left;
}

.post .title {
	height: 49px;
	background: url(images/img02.gif) no-repeat;
}

.post .title h2 {
	float: left;
	padding: 8px 0px 0px 0px;
	font-size: 26px;
	color: #8AC800;
	margin:0 0 0 10px;
}

.post .entry {
	padding: 5px 23px 0px 23px;
	text-align:left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	font-size:13px;
}

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

#sidebar li {
	background: url(images/img03.gif) no-repeat;
	padding: 0px 23px 20px 23px;
}

#sidebar li li {
	padding: 8px 0px;
	background: none;
	border-bottom: 1px solid #262626;
}

#sidebar h2 {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	font-size: 14px;
	color: #FFFFFF;
}

/* Footer */
#footer  { 
	text-align:center;
}

#footer .content {
	margin-left:2px;
	border-top: #44433F solid 3px;
	border-left: #44433F solid 3px;
	border-right: #44433F solid 3px;
	width: 894px;
	font-size:13px;
}

#footer p {
	margin: 0px;
	padding: 20px 0px;
	text-align: center;
	text-transform: lowercase;
	color: #566D77;
}

#footer a {
	color: #8097A1;
}

.pink {color: #CCFF99;
}

#content li {
	padding: 10px 0px 0px 0px;
}