* {
	margin: 0; 
	padding: 0;
}
body {
	background-color: #653530;
	font: 9pt arial, sans-serif;
	color: #b53e2f;
	height: 100%;
	text-align: center;
}
a:link, a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
img {
	border: 0;
}
#container {
	background: #fffae5 url(bg_main.gif) repeat-y;
	width: 700px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#pageBody {
	width: 700px;
	margin-left: 39px;
}
#pageHeader {
	height: 90px;
	width: 463px;
	margin-left: 39px;
}
#pageTitle {
	height: 75px;
}
#pageTitle h1 {
	background: url(bg_head.jpg) no-repeat;
	height: 50px;
	text-indent: -5000px;
}
#pageTitle h2 {
	background: #bd5447 url(bg_pattern.gif);
	color: #fcfcfc;
	font-size: 10pt;
	font-weight: normal;
	text-align: right;
	padding-right: 15px;
	padding-top: 3px;
	height: 22pt;
}
#navBar {
	background-color: #ffcca1;
	color: #3d3d3d;
	text-align: center;
	height: 21px;
	padding-top: 4px;
}
#navBar a {
	color: #3d3d3d;
}
#navBar li {
	display: inline;
	padding-right: 15px;
}
#nav_home, #nav_archives, #nav_topics, #nav_about {
	background: url(bullet.gif) no-repeat;
	background-position: 100% 67%;
}
#posts {
	float: left;
	width: 463px;
	margin-top: 20px;
}
#posts a {
	border-bottom: 1px dotted;
}
.post {
	padding-bottom: 10px;
}
.postTitle {
	padding: 2px;
	text-indent: 10px;
	background: url(bullet.gif) no-repeat;
	background-position: 0% 40%;
}
.postTitle h2 {
	font-size: 12pt;
	font-weight: bold;
}
.postDate {
	font-size: 8pt;
	text-align: right;
	padding-right: 10px;
	background: #ffcca1 url(bg_date.gif) no-repeat;
	color: #3d3d3d;
}
.postCategory span{
	display: none;
}
.postText {
	font-size: 10pt;
	padding: 10px;
}
.postText p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.postTextMore {
	text-align: right;
}
#pageLinks {
	float: left;
	width: 134px;
	margin-left: 25px;
	margin-top: -90px;
}
#pageLinks li {
	list-style-type: none;
	background: url(bullet.gif) no-repeat 5% 60%;
	display: block;
	text-indent: 20px;	
}
#pageLinks h3 {
	text-indent: -1000px; /* hide the title text in favor of the image*/
}
#linkList, #linkStyles {	
	padding-bottom: 20px;
}
#linkStyles ul, #linkList ul {
	margin-top: 7px;
}
#linkStyles h3 {
	background: url(styles.gif) no-repeat;
	height: 100px;
}
#linkList h3 {
	background: #ffffff url(links.gif) no-repeat;
	height: 27px;
}
#pageAds {
	float: left;
	width: 120px;
	height: 625px;
	background-color: #fff8d8;
	border: 1pt solid #b53e2f;
	margin-left: 30px;
}
#pageAds h3 {
	background-color: #b53e2f;
	color: #ffffff;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	height: 15px;
}
.ad {
	background-color: #fff8d8;
}
#pageFooter {
	clear: both;
	background: #f2e8c1 url(bg_footer.gif) no-repeat;
	font-size: 8pt;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 25px;
	width: 463px;
	height: 15px;
}
#pageFooter li {
	display: inline;
}
#pageFooter a {
	color: #b53e2f;
}