@charset "utf-8";
body {
	background-color: #333333;
}
body, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 201px;
	width: 900px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}
#header .title {
	font-size: 24px;
	color: #FFFFFF;
	width: 400px;
	height: 145px;
	text-align: center;
	line-height: 140px;
}

#nav {
	margin: 0px;
}
#nav.login {
	margin-top: 15px;
	margin-left: 40px;
}
#nav ul {
	text-indent: 0px;
}
#nav li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 60px;
}
#nav li a:hover {
	text-decoration: blink;
}
#searchbox {
	float: right;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#body {
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 900px;
}
#body .top {
	background-image: url(images/body_top.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 900px;
}
#body .mid {
	background-image: url(images/body_mid.png);
	background-repeat: repeat-y;
	width: 900px;
}
#body .bottom {
	background-image: url(images/body_bottom.png);
	height: 8px;
	width: 900px;
	background-attachment: scroll;
}
#body  .footer, #body .footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
}

#sidebar {
	width: 200px;
	display: inline;
	float: left;
}
#bar {
	width: 182px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#bar   .top {
	background-image: url(images/menu_top.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 182px;
	font-size: 18px;
}
#bar .body {
	background-image: url(images/menu_body.png);
	background-repeat: repeat-y;
	width: 182px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#bar ul {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#bar  .bottom {
	background-image: url(images/menu_bottom.png);
	height: 8px;
	width: 182px;
}
#content {
	width: 687px;
	display: block;
	float: left;
}
#post {
	width: 687px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#post  .top {
	background-image: url(images/post_top.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 687px;
}
#post  .body {
	background-image: url(images/post_body.png);
	background-repeat: repeat-y;
	width: 687px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#post .bottom {
	background-image: url(images/post_bottom.png);
	background-repeat: no-repeat;
	height: 8px;
	width: 687px;
}
#clearer {
	clear: both;
}

.text {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
ul.admin {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
li.admin{
	float: left;
	margin: 5px;
	list-style-image: none;
	list-style-type: none;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
h1 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
}
h1 a:hover {
	text-decoration: none;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
small {
	font-size: 10px;
}
small a {
	text-decoration: underline;
}
em {
	color: #02265B;
}
img{
	border: 1px solid #666666;
	padding: 2px;
	display: block;
	max-width: 400px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
img.large {
	max-width: 650px;
}
img.center {
	margin-right: auto;
	margin-left: auto;
}
img.button, img.buttondown, img.buttonover{
	display: inline;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.button {
	border: 1px solid #82A3BD;
}
.buttondown {
	border: 1px solid #0F3858;
	background-color: #FFEAC3;
}
.buttonover{
	border: 1px solid #517DA0;
	background-color: #FFF1D7;
}
ul.nolist {
	margin-left: 0px;
	display: block;
	text-indent: -15px;
}
li.nolist {
	list-style-image: none;
	list-style-type: none;
}
p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	text-align: justify;
	line-height: 1.4em;
}
p.center {
	text-align: center;
}
p.searchresult {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #666666;
	padding-bottom:2px;
}
input, select, blockquote, textarea, button {
	border: 1px solid #82A3BD;
	background-color: #FFF7E8;
	padding: 3px;
	font-size: 11px;
}
textarea{
	height: 300px;
	width: 650px;
	font-size:11px;
	line-height:1.4em;
}
#preview{
	width: 650px;
	font-size:11px;
	line-height:1.4em;
	height: auto;
	border: 1px dotted #82A3BD;
	background-color: #FFF7E8;
	padding: 3px;
	font-size: 11px;
	display: none;
	margin-bottom: 5px;
	overflow: hidden;
}
.admin{
	font-size:11px;
}
.admintitle{
	font-size:13px;
}
.adminimg{
	height: 22px;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 5px;
}
object {
	margin: auto;
	width: 429px;
	border: 1px none #666666;
	padding: 2px;
	display: block;
}
embed {
	height: 357px;
	width: 427px;
}
blockquote {
	display: block;
	padding: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
}
table {
	border: 0px solid #82A3BD;
	border-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
th {
	border: 1px solid #333333;
	margin: 0px;
	padding: 5px;
	background-color: #CDDAE4;
	color: #333333;
}
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-color: #82A3BD;
	margin: 0px;
	padding: 3px;
	background-color: #D9E3EA;
}
td.alter{
	background-color: #C4D6E3;
}
td.center {
	text-align: center;
}
li {
	padding-bottom:2px;
	padding-top: 2px;
}
hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
