*
{
	margin: 0;
	padding: 0;
}

body
{
	color: #b3b3b3;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #252525;
}

#main
{
	margin: 20px auto;
	width: 964px;
}

#topimage1
{
	width: 100%;
	height: 100px;
	background-image: url('logo1.png');
}

#topimage2
{
	width: 100%;
	height: 100px;
	background-image: url('logo2.png');
}

#topimage3
{
	width: 100%;
	height: 100px;
	background-image: url('logo3.png');
}

#topimage4
{
	width: 100%;
	height: 100px;
	background-image: url('logo4.png');
}

#topimage5
{
	width: 100%;
	height: 100px;
	background-image: url('logo5.png');
}

#topimage6
{
	width: 100%;
	height: 100px;
	background-image: url('logo6.png');
}

#leftmenu
{
	text-align: left;
	margin-left: -18px;
	float: left;
	width: 332px;
	height: 386px;
	background-image: url('menu.png');
	background-repeat: no-repeat;
}
#content
{
	background-color: #000000;
	background-image: url('right.png');
	background-position: top right;
	background-repeat: repeat-y;

	text-align: left;
	margin-left: 269px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 30px;
	padding-bottom: 10px;
}

a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#menu
{
	font-size: 14px;
	display: block;
	list-style: none;
}

#menu li
{
	/*background: #ffeeff;*/
	margin-left: 60px;
	margin-right: 60px;
	padding: 8px;
}

#menu a
{
	display: block;
}

#content p
{
	text-align: justify;
	margin: 10px 0;
}

#content h1
{
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	border-bottom: 1px solid #303030;
	padding: 0 10px;
}

#content ul
{
	margin: 10px;
	margin-left: 40px;
}

#content a img
{
	border: 0;
}
#footer
{
	width: 724px;
	height: 75px;
	margin-left: 268px;
	background-image: url('footer.png');
	margin-bottom: 30px;
}
#footer p
{
	text-align: right;
	color: #666666;
	padding-top: 52px;
	padding-right: 50px;
}

.loggedinornot
{
	margin-bottom: 20px;
	border-bottom: 1px solid #101010;
}

.news
{
	position: relative;
	background-color: #101010;
	border: 1px solid #303030;
	margin: 25px 0;
	padding: 10px;
}

h2
{
	font-weight: bold;
	font-size: 18px;
}

.news h2
{
	border-bottom: 1px solid #303030;
	padding: 10px;
}

.newsdate
{
	text-align: right;
}

.forumA
{
	position: relative;
	padding: 10px;
	background: #303030;
}

.forumA a
{
	font-size: 14px;
}

.forumB
{
	position: relative;
	padding: 10px;
	background: #404040;
}

.forumB a
{
	font-size: 14px;
}

.reply
{
	border: 1px solid #303030;
	margin: 25px 0;
	padding: 10px;
}

.replyhead
{
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
}

input
{
	color: #000000;
	background: #b0b0b0;
	border: 1px solid #000000;
}

.button
{
	padding: 4px 20px;
	margin: 10px 0;
}
.button:hover
{
	background: #e0e0e0;
}

textarea
{
	color: #000000;
	background: #b0b0b0;
	border: 1px solid #000000;
	width: 100%;
}

.postA
{
	position: relative;
	background-color: #101010;
	border: 1px solid #303030;
	margin: 25px 0;
	padding: 10px;
}

.postB
{
	position: relative;
	background-color: #202020;
	border: 1px solid #303030;
	margin: 25px 0;
	padding: 10px;
}

.postdate
{
	text-align: right;
}


.back
{
	font-size: 12px;
	margin: 10px;
}

.signature
{
	border-top: 1px solid #303030;
}

.signature p
{
	text-indent: 0;
	margin: 0;
}

.shortmessage
{
	height: 300px;
}
.logindiv
{
	height: 300px;
}
.spacedivsmall
{
	height: 120px;
}
.spacediv
{
	height: 320px;
}
.count
{
	margin-left: 20px;
}
.delete
{
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#friends img
{
	border: 0px;
}

