body
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/utility/header.gif) repeat-x;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #888888;
}

h1, h2, h3 {
	margin-top: 0;
}

h1
{
	font-size: large;
}

h2
{
	font-size: medium;
}

h3
{
	font-size: medium;
}

ul {
	list-style-image: url(images/utility/bullet.gif);
}

a
{
	text-decoration: underline;
	border-bottom: 1px dotted #CCCCCC;
	color: #8FCB6B;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}


/* Header */
#logo {
	width: 880px;
	height: 88px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #ffffff;
}


/* Menu */
#menu {
	width: 880px;
	height: 32px;
	margin: 0 auto;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 20px 0 20px;
	border: none;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover
{
	background: #BADFA4;
}

#menu .current_page_item a
{
	background: url(images/utility/menu_current_item.gif) repeat-x;
	color: #8FCB6B;
}


/* Page */
#page
{
	width: 880px;
	margin: 0 auto;
	padding: 30px 0 30px 30;
	background: url(images/utility/page.gif) repeat-y;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/utility/page.gif) no-repeat;
}

.errorMessage
{
	color: #800000;
}


/* Content */
#content {
	float: left;
	width: 438px;
	padding: 20px 0px 20px 35px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
}

.title {
	margin: 0;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
	padding: 0 20px;
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.links a {
	padding-left: 15px;
	background: url(images/utility/links.gif) no-repeat left center;
	border: none;
}

.links a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

/* Footer */
#footer 
{
	bottom: 0;
	margin-top: auto;
	position: absolute;
	width: 100%;
	padding: 10px 0 10px 0;
	background: #8FCB6B url(images/utility/footer.gif) repeat-x;
 }

#footer p {
	margin: 0;
	text-align: center;
	font-size: medium;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}