body {
	padding: 0px;
	margin: 0px;
	font-family: times, serif;
	font-size: 12px;
	color: black;
	background: url('/img/back.jpg');
}

a {
	text-decoration: none;
}


#error {
	background: black;
	border: solid black 1px;
	margin: 0px auto;
	text-align: center;
	color: white;
}


#top {
	margin: 30px auto;
	margin-bottom: 0px;
	height: 192px;
	width: 997px;
}

#top img {
	border: none;
}

#board {
	width: 997px;
	background: url('/img/corkmiddle_trans.png');
	background-repeat: repeat-y;
	margin: 0px auto;
	clear: both;
}


#bottom {
	margin: 30px auto;
	margin-top: 0px;
	height: 64px;
	clear: both;
	width: 997px;
	background: url('/img/corkbottom_trans.png');
	text-align: center;
	color: black;
}

#bottom > a {
	text-decoration: none;
}

#bottom > a > img {
	border: none;
	vertical-align: middle;
}

#nav {
	float: right;
	width: 290px;
	margin-top: 30px;
	list-style: none;
}

#nav li {
	float: right;
	clear: right;
	display: block;
}

#nav li a img {
	display: block;
	float: right;
	border: none;
	margin: 0px;
}

#paperbox {
	display: inline;
	float: right;
	clear: right;
	width: 620px;
	margin-right: 36px;
}

#papertop {
	float: right;
	clear: right;
	width: 620px;
	height: 110px;
}

#paper {
	float: right;
	clear: right;
	width: 570px;
	padding: 20px;
	padding-right: 30px;
	padding-top: 0px;
	background: url('/img/papermiddle_trans.png');
	background-repeat: repeat-y;
	min-height: 310px;
	margin-top: -50px;
	height: 100%;
	font-size: 14px;

}

#paper img {
	border: solid black 1px;
	margin: 10px;
}

#paperbottom {
	float: right;
	clear: right;
	width: 620px;
	height: 78px;
}


#note {
	margin-left: 55px;
	width: 284px;
	background: transparent;
}

#note > img {
	display: block;
	float: left;
}

#note_body {
	width: 244px;
	padding: 0px 16px;
	background: url('/img/note_back_trans.png');
	background-repeat: repeat-y;
	clear: left;
	overflow: hidden;
}

#tags {
	clear: both;
	margin: 0px;
	height: 289px;
}

#tags a img {
	border: none;
}

#bandbox {
	padding: 30px;
	width: 325px;
	height: 229px;
	margin-top: -30px;
	margin-left: -10px;
	background: url('/img/bandbox.png');
	overflow: hidden;
}

#treehouse {
	margin-left: 10px;
	margin-top: -40px;
}

#lamp {
	display: inline;
	margin-left: 20px;
	margin-top: 40px;
}

#tags > div {
	display: inline;
	float: left;
}

.mceContentBody {
	background: white;
}

.calendar #prev a{
	display: block;
	float: left;
}

.calendar #next a{
	display: block;
	float: right;
}

.calendar a {
	text-decoration: none;
}

.calendar #cal_cal div{
	display: block;
	width: 100%;
	clear: both;
	text-align: center;
}

.cal_days th {
	width: 80px;
}

.cal_week td {
	border: solid black 1px;
	width: 80px;
	height: 100px;
	text-align: right;
	vertical-align: top;
	font-size: 14px;
}

.cal_offmo {
	background: #CACACA;
}

.cal_wkend {
	background: white;
}

#footer { color: inherit;
	  margin: 40px auto;
	  font-size: 14px;
	  text-align: center;
	  width: 800px;
	  clear: both;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}

#continfo {
	width: 250px;
	float: left;
	text-align: left;
}

#continfo img {
	vertical-align: middle;
}

.dispnone {
	display: none;
}


a {
	text-decoration: none;
}

a > img {
	border: none;
}


fieldset {
	display: block;
	clear: left;
}

fieldset legend {
	font-size: 12px;
}

fieldset label {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 20px;
	text-align: right;
	font-size: 18px;
	margin-bottom: 4px;
}

fieldset input, fieldset select, fieldset textarea{
	display: block;
	clear: right;
	width: 200px;
	height: 20px;
	font-size: 16px;
	border: solid black 1px;
	margin-bottom: 4px;
}

input[type=checkbox] {
	border: none;
}

fieldset textarea {
	width: 300px;
	height: 200px;
}
fieldset > div {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/down.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	margin-top: 10px;
	vertical-align: middle;
}

#recaptcha_widget_div {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 318px;
	height: 150px;
	clear: none;
}


fieldset a {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	height: 16px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	margin-bottom: 4px;
	vertical-align: middle;
}

fieldset input[type=hidden]{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

fieldset button{
	display: block;
	clear: left;
	float: left;
	width: 200px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 160px;
}

fieldset fieldset label {
	display: block;
	clear: right;
	float: right;
	width: 90%;
	margin-right: 10px;
	height: 20px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 4px;
}

fieldset fieldset input {
	display: block;
	clear: left;
	float: left;
	width: 10%;
	margin-right: 10px;
	height: 20px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 4px;
}

.search {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
.paging {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin: 10px;
}

.paging a {
	display: block;
	float: left;
	width: 150px;
	height: 18px;
	font-size: 16px;
	border: solid black 1px;
	text-align: center;
	padding: 2px;
	background: white;
	color: black;
}

.paging a:hover {
	background: #666;
}

.listing {
	width: 100%;
	display: block;
	clear: both;
	float: left;
	margin: 20px;
}


.listing td {
	padding: 10px;
}


.mceEditor {
	clear: both;
	display: block;
}

.mceContentBody {
	background: white;
}

