
.forumPostTop{
	background-image:url(../images/backgrounds/tile_brown.jpg);
	font-family:"Comic Sans MS", cursive;
}

.tableLeft{
	border-top-style:groove;
	border-top-color:#FFF;
	border-top-width:medium;
	
	border-bottom-style:groove;
	border-bottom-color:#FFF;
	border-bottom-width:medium;
	
	border-left-style:groove;
	border-left-color:#FFF;
	border-left-width:medium;
	
	
}

.tableRight{
	border-top-style:groove;
	border-top-color:#FFF;
	border-top-width:medium;
	
	border-bottom-style:groove;
	border-bottom-color:#FFF;
	border-bottom-width:medium;
	
	border-right-style:groove;
	border-right-color:#FFF;
	border-right-width:medium;
	
	font-family:"Comic Sans MS", cursive;
	
}

.postContainer{
	border:medium;
	border-color:#C90;
	border-style:solid;
	
	
}

.replyContainer{
	width: 450px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:100px;
 
}

.forumHeader{
	background-color:#630;
	text-align:left;
	color:#FFF;
		
}

.forumSubHeader{
	background-color:#918151;
	text-align:left;
	color:#FFF;
		
}

.rules{
	margin-left:auto; 
	margin-right:auto; 
	background-color:#D2B48C;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:10px;
	width:90%; 
	margin-top:20px; 
	margin-bottom:20px;
	border:medium;
	border-color:#930;
	border-style:solid;
	font-size:12px;
}


