/* TrackBowling.com Stylesheet
   ----------------------------------------------------*/
   
/* COLORS
   ------
   Main Text:		#333333
   Link Orange:		#F5822B
   Nav Blue: 		#00447A
   Pin Brown: 		#615959
   Light Grey:		#D5D6D7
   Dark Grey:		#4e4e4f
   ----------------------------------------------------*/

/* TABLE OF CONTENTS
   -----------------
	1. FORUM GENERAL
	2. 
   ----------------------------------------------------*/

/*
---------------- 1. FORUM GENERAL
-------------------------------------------------------- */

#forumContainer {
	float: left;
	width: 880px;
	background: #FFFFFF url(../images/site/bg-bluePins_forum.gif) repeat-x scroll center bottom;
	margin: 8px 0 0 0;
	}
	
#forumTop {
	width: 880px;
	background: #FFFFFF url(../images/site/bg-brownPins_forum.gif) repeat-x scroll center top;
	height: 13px;
	}
	
#forum {
	float: left;
	width: 858px;
	border-left: solid 1px #b9baba;
	border-right: solid 1px #b9baba;
	min-height: 300px;
	margin: 13px 0 0 0;
	padding: 10px 10px 30px;
	}

