body {
	padding: 0px;
	color: #000;
	background-color: #999999;
	background-image: url(img/bg.gif);
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 86%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	background-repeat: repeat;
}
div#logo {
	height: 110px;
	width: 140px;
	margin-left: 1.6em;
}
h2 {
	color: #666666;
	font-size: 100%;
	margin: 0;
	font-weight: normal;
}
h3 {
	color: #333333;
	font-size: 120%;
}
h4 {
	color: #78a;
	font-size: 110%;
}
.image_left {
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	margin-right: 8px;
}
div#pageFooter {
	background-color: #fff;
	width: 760px;
	background-image: url(img/footer_end.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	height: 32px;
	clear: both;
}
p.baseline {
	text-align: left;
	font-size: 76%;
	color: #999;
	padding: 1ex;
}
div#wrapper {
	width: 760px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}

div.pageHeader {
	text-align: center;
	background-image: url(img/main_top.gif);
	width: 760px;
	background-repeat: no-repeat;
	height: 20px;
}
div#content {
	background-image: url(img/main_bg.gif);
	background-repeat: repeat-y;
	width: 760px;
	text-align: left;
	float: left;
}
h1#pageTitle {
	color: #333333;
	font-size: 180%;
	font-weight: normal;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1.6em;
}

/* Styles for main area (left) */
h2 {
	margin: 1ex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5DFDA;
}

/* Styles for posts */
.bPosts {
	float: left;
	width: 600px;
	overflow: hidden;
	padding-left: 20px;
	/* background: #090;*/
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	clear: both;
	padding: 0;
	border-bottom: 1px solid #ddd;
	margin-top: 0;
	margin-right: 2ex;
	margin-bottom: 0;
	margin-left: 2ex;
	line-height: 1.3em;
	/* border: 1px solid #78a; */
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #333333;
	letter-spacing: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 1ex;
	margin-right: 0;
	margin-bottom: 1ex;
	margin-left: 0ex;
	text-align: center;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

/* Styles for sidebar (right) */
#sidebar {
	overflow: hidden;
	width: 168px;
	font-size: 12px;
	margin-right: 26px;
	float: right;
	display: none;
	/* background: #900; */
}
#end {
	float: left;
	clear: left;
	text-align: center;
	width: 760px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	display: none;
}

