img.forum_avatar
{
	max-width: 100px;
	max-height: 100px;
}

#forum_control
{
	display: block;
	text-align: right;
	width: 700px;
}

#forum_control2
{
	display: block;
	text-align: center;
	width: 700px;
}

div.forum_header
{
	display: block;
	text-align: center;
	width: 690px;
	height: 20px;
	color: A0A0A0;
	padding: 5px;
	background-color: 000000;
}

div.forum_post
{
	display: block;
	width: 700px;
	background-color: C0C000;
}

div.forum_mainarea
{
	display: block;
	width: 690px;
	padding: 5px;
	background-color: C0C000;
}

div.forum_thread
{
	display: block;
	width: 690px;
	padding: 5px;
	background-color: C0C000;
}

div.forum_thread:hover
{
	background-color: A0A000;
}

div.forum_forum
{
	display: block;
	width: 690px;
	padding: 5px;
	background-color: C0C000;
}

div.forum_forum:hover
{
	background-color: A0A000;
}

.forum_smallLink
{
	font-size: 80%;
	text-decoration: none;
}

.forum_boldLink
{
	font-weight: bold;
	text-decoration: none;
	color: 000000;
}

div.forum_newuser
{
	width: 600px;
	padding: 5px;
	text-align: center;
	font-size: 80%;
}

div.quote
{
	font-size: 80%;
	padding: 5px;
	margin: 5px;
	background-color: A0A000;
	border:1px inset;
	left: 5px;
}
