/* <style type="text/css" media="screen"> */


#container-forum {margin-left: auto; margin-right: auto;} /* THIS PUT WEB PAGE IN MIDDLE OF SCREEN */

#forum-bgcontain {width: 1000px;  margin: 0 auto; border: solid #A52A2A  0px; position: relative; background-image:URL(http://www.leisurebuildings.com/acatalog/images/logos/browny.gif);	background-repeat:repeat;} 
/*BgContain is the outer edge of the web page and contains all of the web page - where WIDTH being the overall width of the web page*/
		
#forum-content-shell {width:1000px; background-image:URL(http://www.leisurebuildings.com/acatalog/images/logos/brown-white-left-background.gif);	background-repeat:repeat;}
/*Content-Shell is the outer area where the content will go with the WIDTH same as in forum-bgContain*/

#forum-content{width:700px; margin-left:130px; margin-right:170px; background-color:#ffffff;}
/*Content- This is where the main content of the web page will go. The margin-left will be set to the width of LeftContent and the margin-right will be set to the width of RightContent* - I use a invisible .gif set to the Height as in LeftContent and RightContent and aligned to left*/		
		
#forum-leftcontent {position:absolute; height:1500px; left:0px; top:54px; width:125px; border:0px solid #fff; background-color:#A52A2A ;}
/*LeftContent is the left hand column set with a HEIGHT to ensure that it does not get covered over if there is only a small amount of content*/

#forum-rightcontent {position:absolute; height:1500px; right:0px; top:55px; width:165px; border:0px solid #000; background:white; text-align:center; }
/*RightContent is the right hand column set with a HEIGHT to ensure that it does not get covered over if there is only a small amount of content*/		

