body {
	margin-top: 20px;
	padding: 0;
	background: #CCCCCC;
	font-family: Verdana;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Verdana;
	font-weight: normal;
	color: #649632;
}

h1 { font-size: 44px; }

h2 { font-size: 26px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 1.5em;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
}

ul, ol {
}

blockquote { }

a { color: #000000; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 25px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }



#wrapper {
}

/* Header */

#header-wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 55px;
	margin: 0 auto;
	background: url(images/menu_thin.gif) no-repeat left top;
}

/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 50px;
	font-family: Verdana;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Verdana;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	color: #FFFFFF;
}

/*Spacer for Menu */

#menu_spacer {
	float: right;
	width: 305px;
	height: 60px;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Banner */

#logo {
	height: 250px;
	background: url(images/banner.gif) no-repeat left top;
}


/* Content */

#content {
	float: left;
	width: 620px;
}

/* Post */

.post {
	margin-bottom: 40px;
}

.post .title {
	height: 55px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 20px;
	background: url(images/post_blue.gif) no-repeat left top;
	color: #FFFFFF;
	font-family: Verdana;
}

.post .entry {
	padding: 10px 10px;
	color: #000000;
}

.action {
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
}


/* Right Column */

#right_column {
	float: right;
	width: 250px;
}

#right_column ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#right_column li {
	margin-bottom: 18px;
}

#right_column li ul {
	line-height: 1,5;
	padding-bottom: 20px;
}

#right_column li li {
	margin: 0;
	padding: 0 20px;
	background: none;
}

#right_column h2 {
	height: 33px;
	margin: 0 0 20px 0px;
	padding: 15px 0 2px 20px;
	background: url(images/right_column_red.gif) no-repeat left top;
	font-size: 18px;
	color: #FFFFFF;
}


#right_column p {
	padding: 0px 15px;
	line-height: 1.5em;
}

#right_column a {
	color: #000;
}

/* Footer */

#footer {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background: url(images/footer.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	color: #B5ADA5;
}

#footer a {
	color: #B5ADA5;
}
