* {
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
}
body {
	background: #555555 url(head_bg.jpg) repeat-x;
	font: 8pt arial, sans-serif;
	color: #eeeeee;
	text-align: center;
	height: 100%;
}
a:link, a:visited {
	color: #e6c373;
	text-decoration: none;
}
a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}
img {
	border: 0;
}
#container {
	width: 700px;
	background-color: #666666;
	margin: auto;
	text-align: left;
	min-height: 100%;
}
#pageHeader {
	height: 50px;
}
#pageTitle {
	height: 50px;
	text-align: right;
}
#pageTitle h1 {
	font-size: 0pt;
	background: #808080 url(title.jpg) no-repeat;
	height: 50px;	
}
#pageTitle h1 span {
	display: none; /* hide the title text so we can use image */
}
#pageTitle h2 span{
	display: none;
}
#navBar {
	background-color: #808080;
	text-align: right;
	color: #acacac;
	height: 25px;
	margin-top: -25px;
	margin-left: 200px;
	width: 500px;
}
#navBar a {
	color: #ffffff;
	padding: 5px;
}
#navBar li {
	display: inline;
}
#pageBody {
	width: 700px;
}
#posts {
	float: left;
	padding: 0px 5px 20px 5px;
	width: 550px;
}
.postCategory {
	display: none;
}
.postTitle, .postDate, .postText {
	border-left: 1px solid #808080;
	border-bottom: 2px solid #606060;
}
.postTitle {
	padding: 10px 5px 10px 0px;
	height: 20px;
	margin-left: 10px;
	text-indent: 5px;
}
.postTitle h2 {
	font-size: 15pt;
	font-weight: normal;
}
.postDate, .postText {
	border-top: 1px solid #808080;
	border-right: 3px solid #606060;
}
.postDate {
	font-size: 8pt;
	margin-left: 10px;
	padding: 2px 0px 2px 0px;
	text-indent: 5px;
	color: #b0b0b0;
}
.postText {
	padding: 5px 10px 5px 10px;
	margin-left: 10px;
}
.postText p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.postTextMore {
	text-align: right;
}
.postFullText p {
	padding-right: 5px;
}
#pageLinks {
	float: left;
	width: 135px;
	height: 250px;
}
#linkStyles, #linkList {
	height: 112px;
}
#linkStyles, #linkList, #pageAds {
	padding-top: 10px;
	border-left: 1px solid #808080;
	border-bottom: 3px solid #606060;
}
#linkStyles h3, #linkList h3, #pageAds h3 {
	font-size: 15pt;
	font-weight: normal;
	text-indent: 5px;
}
#linkStyles li, #pageLinks li {
	list-style-type: none;
	background: url(bullet.gif) no-repeat 7% 55%;
	display: block;
	text-indent: 20px;
	padding: 3px 3px 2px 3px;
}
#linkList, #pageAds {
	border-top: 1px solid #808080;	
}
#pageAds {
	float: left;
	width: 135px;
	padding-bottom: 15px;
}
.ad {
	margin-top: 5px;
	margin-left: 10px;
}
#pageFooter {
	clear: both;
	background-color: #808080;
	font-size: 8pt;
	color: #ffffff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#pageFooter li {
	display: inline;
}
#pageFooter a {
	padding: 2px;
}
#pageFooter a:link, #pageFooter a:visited {
	color: #ffffff;
}
#pageFooter a:hover, #pageFooter a:active {
	color: #e6c373;
}