body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('../images/bg.jpg');
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #6D6F73;
}

#main {
	margin: 0 auto;
	width: 700px;
}

#top {
	background-image: url('../images/logo.jpg');
	background-position: 10px 5px;
	background-repeat: no-repeat;
	height: 50px;
	min-height: 50px;
	text-align: right;
}

#rightbar {
	float: right;
	position: relative;
	right: 0px;
}

#content {
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	padding: 0px 10px 0px 10px;
}

.tabletop {
	background-image: url('../images/fade-form.gif');
	background-repeat: repeat-x;
	color: #990000;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	background-position: bottom left;
	border-bottom: 1px dotted #999999;
	text-align: left;
}

.table {
	border: 1px solid #999999;
	text-align: left;
}

h1 {
	font-size: 18px;
	font-family: verdana;
	text-align: center;
}

.bar {
	background-image: url('../images/bar.jpg');
	background-repeat: repeat-x;
	height: 20px;
	max-height: 20px;
	font-family: arial;
	font-size: 9px;
	text-align: left;
	padding: 4px 3px 0px 3px;
}

a {
	color: #A30000;
	text-decoration: none;
}

image {
	border: 0;
}

.tabchoose {
	display: inline;
	width: 10px;
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #9E9FB4;
	border-right: 1px solid #9E9FB4;
	border-bottom: 3px solid #74A674;
	margin-right: 2px;
	vertical-align: top;
}

.tab {
	display: inline;
	width: 10px;
	padding: 1px 5px 1px 5px;
	border-left: 1px solid #9E9FB4;
	border-right: 1px solid #9E9FB4;
	border-bottom: 1px solid #9E9FB4;
	background-image: url('../images/fade-form.gif');
	background-repeat: repeat-x;
	margin-right: 2px;
	vertical-align: top;
}


#gb div.entry{
	width: 350px;
	padding: 5px;
	border: solid 1px #cfc095;
	margin: 5px auto;
}
	
	#gb div.entry span.header{
		font-weight: bold;
		display: block;
	}
	
	#gb div.entry span.date{
		color: #cfc095;
		font-weight: bold;
		display: block;
		border-bottom: solid 1px #cfc095;
	}
.pagenav{
	width: 350px;
	margin: 5px auto;
}

	.pagenav ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		
		.pagenav ul li{
			margin: 0px;
			padding: 0px;
			float: left;
		}
			
			.pagenav ul li a{
				display: block;
				padding: 0.5em;
				background: #cfc095;
				font-weight: bold;
			}
			
			.pagenav ul li.current a{
				color: #FFFFFF;
			}
