html {
	background: #191919 url('../standard/bg.png') fixed center;
}
body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
img {
	border: 0;
}
#head {
	background: #f2f2f2 url('head.png') repeat-y;
	height: 112px;
	width: 500px;
	margin: auto;
}
#headspace {
	height: 84px;
	width: 500px;
	margin: auto;
}
#nav {
	background: #f2f2f2 url('nav.png') no-repeat;
	height: 28px;
	width: 456px;
	margin: auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
#nav a {
	width: 133px;
	padding: 7px 0px;
	margin-left: 14px;
	display: inline;
	float: left;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	background: url('../standard/navhi.png') repeat-x;
}
#nav a.active {
	background: url('../standard/navac.png') repeat-x;
}
#nav a.active:hover {
	background: url('../standard/navac.png') repeat-x;
}
#quicklinks {
	width: 150px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: #111 url('../standard/ql.png') fixed center;
	border: 1px solid #111;
	z-index: 0;
}
#quicklinks h2 {
	background: #222 url('../standard/qlh.png') fixed center;
	color: #666;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	font-weight: normal;
	padding: 3px 0px;
	border-bottom: 1px solid #111;
}
#qlbody {
	padding: 1px 3px;
	font-size: 13px;
	color: #444;
}
#qlbody ul {
	margin: 0 0 0 4px;
	padding: 0;
	list-style: square inside;
}
#qlbody ul li {
	margin: 0;
}
#qlbody a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
#content {
	background: #f2f2f2 url('content.png') repeat-y;
	width: 460px;
	margin: auto;
	padding: 5px 20px;
	font-size: 13px;
}
#content a {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
.ads {
	text-align: center;
}
#foot {
	background: url('foot.gif') no-repeat top;
	height: 42px;
	width: 500px;
	margin: auto;
	padding-top: 35px;
	text-align: center;
	color: #666666;
	font-size: 11px;
}
#foot a {
	color: #FFFFFF;
	border-bottom: #666666 dotted 1px;
	text-decoration: none;
}
#foot img {
	vertical-align: middle;
}
#error {
	text-align: center;
	color: #666666;
}
#error big {
	font-weight: bold;
	font-size: 50px;
	display: block;
	color: #003366;
}
.gbentry, .commententry {
	margin-top: 10px;
	margin-bottom: 10px;
}
.commentme {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	margin: 10px 5px;
	padding: 0px 4px;
}
.blogentry {
	margin-bottom: 10px;
}
.gbentry small, .blogentry small,  .commententry small {
	font-style: oblique;
	color: #AAAAAA;
}
.blogentry .blogposttitle strong {
	font-size: 15px;
}
.gbentry .gbtitle strong, .commententry .commentname strong {
	font-size: 13px;
}
.blogentry .blogposttitle {
	border-bottom: 1px dotted #AAAAAA;
	margin-bottom: 5px;
}
.gbentry .gbtitle, .blogentry .blogposttitle, .commententry .commentname {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}
.blogpost {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	margin: 0px 5px;
	padding: 0px 4px;
	text-align: justify;
}
.blogpost img {
	margin: auto;
	display: block;
	text-align: center;
}
.blogpost ol {
	margin: 0px auto;
}
#gbform input, #gbform textarea, #commentform input, #commentform textarea {
	width: 250px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 1px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#gbform input, #commentform input {
	text-align: center;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #000000 !important;
}
table.vcard {
	width: 100%;
}
table.vcard th {
	text-align: right;
}
table.vcard caption {
	font-size: 16px;
	font-weight: bold;
}
form {
	text-align: center;
}
.hide {
	display: none;
}
blockquote {
    margin: 2px 10px;
}