body {
	font-family:Lucida Grande, Tahoma, Geneva, sans-serif;
	line-height:140%;
	}
h1 {
	font-size:1.6em;
	margin-bottom:10px;
	}
h2 {
	font-size:1.2em;
	margin-bottom:10px;
	}
#container {
width:950px;
	margin:10px auto;
	position:relative;
	}
p {
	margin-bottom:6px;
	}
a {
	color:#06c;
	font-weight:bold;
	}
a:visited { color:#06c; }
a:hover { color:#39f; }

#header {
	position:relative;
	}
#navlinks {
	list-style:none;
	display:block;
	position:absolute;
	bottom:0px;
	right:20px;
	}

#navlinks li {
	float:left;
	display:block;
	padding:10px;
	border-right:1px solid #999;
	margin-right:10px;
	background:#ccc;
	}
.navcurrent {
	background:#eee !important;
	font-weight:bold;
	}

#main {
	background:#eee;
	clear:left;
	padding:20px 0px;
	}

.shadow {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	}

.postit {
	padding:10px;
	width:210px;
	margin-bottom:20px;
	}
.yellow {
	background:#FFFF33;
	}
.blue {
	background:#99CCFF;
	}
.green {
	background:#99FF66;
	}

#content ul {
	padding-left:30px;
	margin-bottom:10px;
	}
#content p {
	margin-top:3px;
	margin-bottom:12px;
	}
#clearblock {
	width:100%;
	height:2px;
	clear:both;
	}

blockquote {
	color:#390;
	text-align:right;
	}

.highlight {
	color:#390;
	}

.postit p, blockquote {
	font-size:.85em;
	}

#content h2 {
	display:inline;
	}

#footer {
	padding:20px;
	font-size:.7em;
	clear:both;
	text-align:center;
	}

.submit {
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	border-left:0px solid #fff;
	border-top:0px solid #fff;
	padding:5px;
	font-weight:bold;
	background:#06c;
	color:#fff;
	font-size:1.2em;
	}
.submit:hover {
	background:#39f;
	color:#fff;
	cursor:pointer;
	}
.submit:active {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:0px solid #fff;
	border-right:0px solid #fff;
	background:#fff;
	color:#39f;
	}
.prepaward {
	margin-top:20px;
	}
.prevent {
	visibility:hidden;
	}