body {
	background-color:#49653b;
}
img {
	border:0px;
}
#bmenu a, #forumbuttons a, #amenu a {
	text-decoration: none;
	color: #eaf3ac;
	font-family: "Comic Sans MS", fantasy;
	font-size: 14px;
	line-height: 1.5;
	font-style: italic;
}
#bmenu a:hover, #forumbuttons a:hover, #amenu a:hover {
	text-decoration: underline;
}
#page2 {
        position: absolute;
        padding: 20px;
        top: 0px;
        left: 0px;
        color: #000;
        background-color: #fff;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 9;
}
#adminpanel {
        position: absolute;
        background-color: #e2ddf1;
        border: 1px #ffe26d solid;
        top: 40px;
        left: 240px;
        width: 700px;
        height: 57px;
        z-index: 8;
        text-align: center;
}
#adminpanel .active {
        background-color: #6826aa;
}
#adminpanel .header {
        background-color: #fde90a;
        color: #000;
        cursor: pointer;
}
#adminpanel .center {
        padding-top: 10px;
}
#adminpanel .center a {
        padding: 10px;
        color: #000;
        text-decoration: none;
}
#adminpanel .center a:hover {
        font-weight: bold;
}
#loginscreen {
        background-color: #48068a;
        position: absolute;
        top: 15px;
        min-width: 1000px;
        display: none;
}
#loginscreen a {
        color: #ffe26d;
        text-decoration: none;
}
#loginscreen div.center {
        padding-top: 5px;
        height: 32px;
        background-color: #58169a;
        text-align: center;
        border: 2px #ffe26d solid;
        z-index: 8;
}

#main {
	width:1024px;
	height:1024px;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/main.jpg');
	background-repeat:none;
}
#buttons {
	padding-left:10px;
	padding-top:10px;
}
#logo {
	padding-left:20px;
}
#v1 {
	float:left;
	width:350px;
}
#v2 {
	float:left;
	width:674px;
}
#forumbuttons {
	text-align:right;
	padding-right:209px;
	padding-top:30px;
}
#amenu {
	text-align:right;
	padding-top:90px;
	padding-right:494px;
}
#bmenu {
	padding-left:35px;
	padding-top:200px;
}
#forum {
	padding-top:40px;
	padding-left:180px;
}
#text {
	width:490px;
	padding-top:85px;
	padding-left:10px;
	text-align:justify;
	text-indent:20px;
	font-size:11pt;
}
#page {
	height:520px;
	overflow:auto;
	padding-right:5px;
}
#copyright {
	text-align:center;
	font-size:8pt;
}
.nav a { padding: 0 5px; }
.nav a.highlight { background-color: #49653b; color:#fff; }
