body {
	background-image: url(background.png);
	margin: 10px;
}

p, li, div {
	font-family: "verdana";
	font-size: 11px;
}

img {
	border: 0px;
}

h1 {
	font-size: 17pt;
}

h2 {
	font-size: 13pt;
}

h3 {
	font-size: 11pt;
}

h5 {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	color: #000000;
	font-family: "Verdana";
	font-size: 11px;
	background: #ffffee;
	background-image: url('input.png');
	background-repeat: repeat-x;
	border: 1px solid black;
}

input[type="radio"] {
	background-image: none;
	border: 0px;
}

.quote {
	background-color: #454645;
	border: 1px solid #000000;
	padding: 10px;
	margin: 0px;
	position: relative;
}

.forum_header {
	background-image: url(title.png);

	border-bottom: 1px solid #454645;

	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: bold;
}

.forum_row {
	border-bottom: 1px solid #454645;
	background-color: #2c2c2c;
	padding: 5px;
}

.forum_side {
	border-bottom: 1px solid #454645;
	border-right: 1px solid #454645;
	background-color: #353635;
	height: 50px;
	vertical-align: top;
	text-align: center;
}

.forum_table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid #454645;
	border-bottom: 0px;
	margin: 0px;
}

.signature_line
{
	width: 50%;
	height: 1px;
	border-width: 0;
	background-color: white;
	margin-left: 0px;
	text-align: left;
}

th {
	background-image: url(title.png);

	border-bottom: 1px solid black;

	padding: 1px;
	padding-left: 5px;
	margin-bottom: 2px;

	text-align: left;
	font-weight: 900;
}

td {
	border-bottom: 1px solid black;
	background-color: #454645;
	vertical-align: top;
	padding: 5px;
}

table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 10px;
	border: 1px solid black;
	border-bottom: 0px;
	margin: 0px;
}

#board {
	position: relative;
	border: 5px solid #221111;
	background-image: url('../images/board.png');
	max-width: 800px;
	height: 500px;
}

.boardPaperContainer {
	position: absolute;
	background-image: url('../images/hanger.png');
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	min-height: 50px;
	min-width: 100px;
	z-index: 1; 
}

.boardPaper {
	position: relative;
	width: 100%;
	min-height: 100%;
	border: 2px solid #222222;
	background-color: white;
	background-image: url('.../images/paper.png');
	padding: 3px;
	overflow: hidden;
	color: black;
	font-size: 11px;
	z-index: 2; 
}

.boardCredit {
	position: relative;
	z-index: 3;
	visibility: hidden;
	position: static;
	background-color: #454645;
	color: white;
	border: 1px solid black;
}

#main {
	position: relative;
	width: 70%;
	min-height: 745px;
	border: 1px solid black;
	background-color: #2c2c2c;
	
	margin-right: auto;
	margin-left: auto; 
}

#leftBorder {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;

	border-right: 1px solid black;

	background-image: url(border.jpg);
	background-repeat: repeat-y;
}

#rightBorder {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 20px;
	border-left: 1px solid black;

	background-image: url(border.jpg);
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	top: 0px;
	left: 21px;
	right: 21px;
	height: 100px;

	border-bottom: 1px solid black;

	background-color: #050000;
	background-image: url('logga.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#leftMenu {
	position: absolute;
	left: 21px;
	top: 101px;
	bottom: 0px;
	width: 60px;

	border-right: 1px solid black;

	background-color: #454645;

	text-align: right;
	color: #ffffff;
}

#topMenu {
	position: absolute;
	left: 82px;
	right: 21px;
	top: 101px;
	height: 20px;

	border-bottom: 1px solid black;

	background-color: #454645;
	background-image: url('topmenu.png');

	color: #ffffff;
}

#control {
	position: absolute;
	right: 10px;
	vertical-align: middle;
	color: black;
	font-weight: bold;
}

#messages {
	position: absolute;
	left: 10px;
	color: black;
	font-weight: bold;
}

#copyright {
	position: relative;
	width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	color: #555555;
}

#ads {
	position: fixed;
	right: 5px;
	bottom: 5px;
}

li.menuItem {
	background-color: #454645;
	padding-right: 2px;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
}

.menuItem a:link, .menuItem a:active, .menuItem a:hover, .menuItem a:visited {
	color: #ffffff;
	text-decoration: none;
}

#content {
	position: relative;

	margin-top: 122px;
	margin-left: 82px;
	margin-right: 21px;
	margin-bottom: 0px;

	padding: 5px;

	background-color: #2c2c2c;

	color: #ffffff;
}

#chat {
	position: relative;

	margin-top: 100px;
	margin-left: 21px;
	margin-right: 21px;
	margin-bottom: 0px;

	padding: 5px;
	padding-top: 0px;
	border-top: 2px solid black;

	background-color: #2c2c2c;

	color: #ffffff;
}

#marauders_map {
	position: relative;
	background-image: url(marauders_map.png);
	background-repeat: no-repeat;
	width: 494px;
	height: 654px;
	margin-left: auto;
	margin-right: auto;
	color: #000033;
}



.Gryffindor {
	color: #f00000;
}

.Slytherin {
	color: #13aa04;
}

.Ravenclaw {
	color: #0086d3;
}

.Hufflepuff {
	color: #faec12;

}

a:link, a:active, a:visited {
	color: #bbbbbb;
	text-decoration: none;
}

a:hover {
	color: #bbbbbb;
	text-decoration: underline;
}