body {
	background: #163E6A;
	color: white;
	font-family: sans-serif;
	text-align: center;
	margin: 0px;
}

div.content {
	margin-left: 9em;
	padding-left: 4em;
	padding-right: 4em;
	text-align: justify;
}

div.header {
	margin-left: 9em;
	margin-bottom: 30px;
	background: #5E94D6;
	border-bottom: solid black 1px;
	color: black;
	position: relative;
	left: 10px;
	margin-right: 10px;
	text-align: right;
}

div.footer {
	font-size: small;
	position: fixed;
	bottom: 5px;
	left: 5px;
	padding: 0px;
	line-height: 0px;
}

div.footer a {
	border: none;
}

div.leftpanel {
	background: #5E94D6;
	color: black;
	height: 100%;
	border-right: black 1px solid;
	border-bottom: black 1px solid;
	padding: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	float: left;
	width: 9em;
}

div.leftpanel a {
	color: #114;
	border-bottom: dashed 1px #114;
}

div.leftpanel a:hover {
	color: #114;
	border-bottom: #114 solid 1px;
}

div.leftpanel p {
	margin-top: 0px;
}

img.logoimg {
	margin-bottom: 30px;
}

div.nav {
	border: solid 1px #5E94D6;
	margin-left: 8%;
	margin-right: 8%;
	width: 84%;
}

div.nav:hover {
	background: #ADD8E6;
	border: solid 1px black;
}

div.online {
	overflow: auto;
	max-height: 15em;
	font-size: small;
	background: #AABBFF;
}

div.online p {
	padding-top: 12px;
}

div.online ul {
	text-align: left;
}

div.buttons {
	font-size: small;
	line-height: 0px;
	padding: 0px;
}

div.buttons a {
	border: none;
}

div.buttons a:hover {
	border: none;
}

div.buttons img {
	margin-bottom: 0px;
}

a {
	color: silver;
	text-decoration: none;
	border-bottom: 1px silver dashed;
}

a:hover {
	color: white;
	border-bottom: 1px white solid;
}
	
img {
	border: none;
	background: none;
}

div.rightpanel {
	background: #5E94D6;
	color: black;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding: 5px;
	padding-bottom: 20px;
	margin: 0px;
        width: 9em;
	position: absolute;
	right: 0px;
	top: 125px;
}

div.rightpanel a {
	color: #114;
	border-bottom: dashed 1px #114;
}

div.rightpanel a:hover {
	color: #114;
	border-bottom: #114 solid 1px;
}

div.nav a {
        border-bottom: none;
}

div.nav a:hover {
        border-bottom: none;
}

div.time {
	font-size: 12px;
	margin-left: 17em;
	text-align: left;
}

div.forum {
	text-align: left;
	margin-left: 13em;
	margin-right: 3em;
}

div.category h3 {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	width: 11em;
}

div.board {
	margin-left: 20px;
}

div.board p {
	margin-top: 2px;
	font-size: small;
}

div.board h4 {
	margin-bottom: 0px;
}

div.showboard {
	text-align: left;
	margin-left: 13em;
}

div.topic {
	margin-left: 20px;
}

div.topic h4 {
	font-size: small;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.topic p {
	margin-top: 2px;
	margin-bottom: 0.7em;
	font-style: italic;
	font-size: small;
}

span.author {
	font-style: normal;	
}

div.postform {
	margin-left: 13em;
}

div.post {
	border: 1px dashed white;
	padding: 10px;
	min-height: 110px;
	margin-bottom: 1em;
}

div.post p {
	margin-top: 2px;
	margin-bottom: 0px;
	font-size: small;
}

div.avatar {
	float: right;
}

div.text p {
	margin-left: 20px;
	margin-top: 1em;
	font-size: medium;
}
	
div.postbuttons {
	float: right;
	margin-right: 4em;
	font-size: small;
}

div.userbuttons {
	margin-top: 1em;
}

div.userbutton {
	float: right;
	width: 6em;
	font-size: small;
	margin-right: 1em;
	border: 1px solid black;
	text-align: center;
	background: #5E94D6;
}

div.userbutton:hover {
	background: #ADD8E6;
}

div.userbutton a {
	color: #114;
	border: none;
}

div.editbutton {
	float: left;
	width: 6em;
	font-size: small;
	margin-right: 1em;
	border: 1px solid black;
	text-align: center;
	background: #5E94D6;
}

div.editbutton:hover {
	background: #ADD8E6;
}

div.editbutton a {
	color: #114;
	border: none;
}

td {
	text-align: left;
}

input {
	width: 17em;
	border: 1px solid black;
}

button {
	border: 1px solid black;
}

textarea {
	width: 396px;
	height: 200px;
	border: 1px solid black;
}

