
/*
Design by NodeThirtyThree for Free CSS Templates
http://www.nodethirtythree.com/ + http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
    font-family: Tahoma, serif;
	font-size: 15px;
	color: #000;
}

body.game-background {
    background: url("../imgs/wood.jpg") repeat;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: bold;
	color: #444;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
}

ul, ol {
}

dl dt {
    font-weight: bold;
    margin-top: 10px;
}

a {
	color: #630;
}

a:hover {
	text-decoration: none;
}

p.center {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

table td, table th {
	border: 1px dotted #222;
    padding: 4px 6px;
}

table .date {
	text-align: center;
}

table .number {
	text-align: right;
}

div.message-box {
	padding: 10px;
	border: 2px solid black;
}

div.message-box .title {
	font-size: 130%;
	padding-bottom: 10px;
}

div.error {
	background-color: #F5D6D0;
	color: #D4583F;
}

div.error.box, div.error.message-box {
	padding: 10px;
	border: 2px solid #D4583F;
}

div.warning {
	background-color: #FFE096;
	color: #523900;
}

div.warning.box, div.warning.message-box {
	padding: 10px;
	border: 2px solid #523900;
}

/* Logo */

#logo {
	display: block;
    margin: 5px auto;
    width: 327px;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 78px 30px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #0098A4;
}

#menu .first a {
	background: none;
}


.main-block-wrapper {
    width: 530px;
    margin: 10px auto;
}

.main-block-start {
    margin: O auto;
    background-image: url(../imgs/frame_up.png);
    width: 530px;
    height: 29px;
    position: relative;
    left: -15px;
}

.main-block-content {
    width: 500px;
    padding: 5px;
    background-image: url(../imgs/paper.jpg);
}

.main-block-stop {
    margin: O auto;
    background-image: url(../imgs/frame_down.png);
    background-repeat: no-repeat;
    width: 530px;
    height: 25px;
    position: relative;
    left: -15px;
    text-align: center;
    padding-top: 15px;
    color: #999;
}
.main-block-stop a {
    color: #AAA;
}

