#forumMain
{
	width:540px;
	margin-left:19px;
	margin-top:15px;
	margin-bottom:20px;
	margin-right:20px;
	font-size:12px;
	color:#666;
}

#forumContainer
{
	width:540px;
	float:left;
}

#forumTopBlock, #forumBottomBlock
{
	width:100%;
	background-color:#FFB10F;
	float:left;
	color:#000;
	font-weight:bold;
}
#forumBottomBlock
{
	margin-top:10px;
}
	#forumTopBlock div, #forumBottomBlock div
	{
		float:left;
		width:180px;		
	}
	#forumTopBlock a, #forumBottomBlock a
	{
		text-decoration:none;
		color:#000;
		font-weight:normal;
	}
	#forumTopBlock a:hover, #forumBottomBlock a:hover
	{
		font-weight:bold;
	}

#forumHeaderBlock
{
	width:100%;
	background-color:#B0C1D9;
	float:left;	
	font-weight:bold;
	color:#000;
}
	#forumHeaderBlock div
	{
		float:left;	
	}
	
div.topicLine
{
	width:100%;
	background-color:#fff;
	float:left;
	color:#000;
	clear:both;
}
	div.topicLine div
	{
		float:left;	
	}
	div.topicLine a
	{
		color:#000;
		text-decoration:none;
	}
	div.topicLine a:hover
	{
		text-decoration:underline;
	}
#forumForm
{
	width:518px;
	border:solid 1px #000;
	float:left;
	margin-top:20px;
	padding:10px;
}
	#forumForm h1
	{
		font-size:14px;
		color:#000;
		margin:0px;
	}
	#forumForm input
	{
		width:500px;
	}
	#forumForm textarea
	{
		width:500px;
		height:100px;
	}

div.forumMessageContainer
{
	width:538px;
	border:solid 1px #000;
	float:left;
	margin-top:10px;	
}
div.forumMessage
{
	margin:20px;
	width:498px;
}

div.frontPageArea
{
	width:248px;
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	color:#666;
	padding-left:9px;
}
	div.frontPageArea h1
	{
		width:248px;
		line-height:19px;
		background-color:#CAD6E5;
		font-size:11px;
		font-weight:bold;
		color:#000;
		margin-left:-9px;
		padding-left:9px;
		margin-bottom:5px;
	}
	div.frontPageArea a
	{
		color:#FFB10F;
		text-decoration:none;
		font-weight:bold;
		font-size:11px;
	}

