body {
	margin: 15px;
	padding: 0;
	text-align: center;
	font-size: 14px;
	font-family: Georgia, Tahoma, Verdana, Arial;
	background: #FFF url('images/bg1.gif') no-repeat;
	
}
a {
	color: #3F3F3F;
}
#container {
	margin: 0 auto;
	padding: 20px;
	width: 500px;
	text-align: left;
	border: 0px solid #DEDFDE;
	
}
#header {
	margin: 0;
	padding: 0;
}
#header h1 {
	color: #3F3F3F;
	font-size: 32px;
}
#menu {
	margin: 0;
	padding: 5px 10px;;
	list-style: none;
}
#menu li {
	margin-right: 20px;
	display: inline;
}
#menu li a {
	color: #FFF;
	font-weight: 700;
	text-decoration: none;
}
fieldset {
	display: none;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #9A9A9A;
}
fieldset p {
	margin-left: 20px;
}
fieldset legend {
	color: #3F3F3F;
}
fieldset label {
	display: block;
	font-weight: 600;
	margin-bottom: 3px;
	color: #6F6F6F;
}
fieldset textarea {
	width: 560px;
	height: 80px;
}
fieldset input, textarea {
	font-family: Georgia, Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #3F3F3F;
}
fieldset p.button input {
	margin-right: 10px;
	width: 60px;
}
fieldset p.button {
	color: #6F6F6F;
}
#messages {
	padding: 10px 15px;
}
#messages ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#messages ul li {
	margin: 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #DEDFDE;
}
#messages ul li strong {
	display: block;
	text-indent: 26px;
	font-weight: 500;
	margin-bottom: 5px;
	background: url('images/person.gif') no-repeat;
}
span.message {
	display: block;
	padding-left: 20px;
}
span.time {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 20px;
	color: #6F6F6F;
}
#messages ul li p {
	color: #3F3F3F;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-left: 8px;
}
span.reply {
	display: block;
	margin-bottom: 15px;
}
span.replytime {
	display: block;
	color: #6F6F6F;
}
div.page {
	text-align: center;
}
div.page a {
	margin: 0 2px;
}
div#footer {
	margin-top: 10px;
	padding-top: 12px;
	text-align: center;
}
#bulletin {
	text-indent: 20px;
	margin: 10px 0;
	background: url('images/bulletin.gif') no-repeat;
}
#close {
	text-align: center;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
	color: #3F3F3F;
}

a:hover {
	color: #DCDCDC;
}
#menu {
	background: #DCDCDC;
}
#messages ul li p {
	border-left: 3px solid #DCDCDC;
}
div#footer {
	border-top: 3px solid #DCDCDC;
}

.secret {
	color: #999;
	text-decoration: underline;
}
