	body {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		line-height : 1.8em;
		background-color : White;
		color : #333333;
		margin : 0;
		padding : 0;
		border-top : 7px solid #66CC00;
	}
	#content {
		margin : 0px 10px 10px 0px;
		width : 430px;
		padding-left : 35px;
		border-left : 10px dashed #cccccc;
	}
	#topbar {
		width : 100%;
		height : 30px;
		border-top : 2px solid white;
		border-bottom : 2px solid White;
		background-color : #CCCCCC;
	}
	#tagline {
		position : absolute;
		top : 12px;
		left : 45px;
		color : white;
		font-weight : bold;
		font-size : 1.2em;
	}
	#tagline p {
		padding : 0;
		margin : 0;
	}
	#menu {
		position : absolute;
		top : 82px;
		left : 550px;
		width : 180px;
		padding : 15px;
		border : 5px solid #66cc00;
	}
    #menu ul {
     list-style: none;
     padding-left: 0px;
     margin-left: 0px;
    } 
	h1{
		color : #cccccc;
		font : bold 2.5em Tahoma, sans-serif;
		margin-top : 35px;
		margin-bottom : 0;
		padding : 0;
	}
	h1+h3 {
		padding-top : 2em;
		margin-top : 0;
	}
	h3 {
		letter-spacing : 2px;
		padding-top : 3em;
		font-size : 1.2em;
		font-family : Tahoma, sans-serif;
		padding-bottom : 1px;
		border-bottom : 1px dashed #666666;
		color : #666666;
	}
	.postinfo {
		color : #666666;
		letter-spacing : 1px;
		padding-bottom : 2em;
	}
	h4 {
		color : white;
		background-color : #CCCCCC;
		font-size : 1em;
		font-weight : bold;
		padding : 0px 3px 0px 3px;
		margin : 0;
	}
	a:link {
		font-weight : bold;
		text-decoration : none;
		color : #3366FF;
	}
	a:visited {
		font-weight : bold;
		text-decoration : none;
		color : #9933CC;
	}
	a:hover {
		font-weight : bold;
		text-decoration : underline;
		color : #CC6633;
	}
.pager {
	clear:all;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pager a, .pager a:link, .pager a:href, .pager a:hover {
 text-decoration: none;
 border: 0px;
}

.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
	padding: 2px 6px;
}

.pager .pagerLinkPrevPage{
	margin-right:20px;
}
.pager .pagerLinkNextPage {
	margin-left:20px;
}

.pager .pagerCurrent {
	padding: 2px 6px; 
	border-color: #999; 
	font-weight: bold; 
	font-size: 13px; 
	vertical-align: top; 
	background: #fff; 
	color: #FF0084;	
}
