html, body{
margin:0;
padding:0;
line-height: 1.5em;
font-size:12px;
height:100%; 
max-height: 100%; 
font-family:Arial;
/*background-image: url(../images/content_bg.gif); 
background-repeat: repeat-y; 
background-position:center;*/
background-image: url(../images/main_bg.jpg); 
background-repeat: repeat-x;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 670px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
height:100%;
}

#topsection{
background: #EAEAEA;
width: 670px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
height:100%;
}

#contentcolumn{
margin-left: 192px; /*Set left margin to LeftColumnWidth*/
height:100%;
}

#contentcolumn .content
{
  padding:0 15px 0 10px;}

#leftcolumn{
float: left;
width: 192px; /*Width of left column*/
margin-left: -670px; /*Set left margin to -(MainContainerWidth)*/
height:100%;
background:#D3B77F;
}

#leftNav {
	width: 192px;
  height:132px;
}
#leftNav A
{
	display: block;
	width: 192px;
	height: 22px;
	background: url(../images/home_nav_bg.gif) no-repeat;
}

#leftNav A.home { background-position: 0 0; }
#leftNav A.home:hover { background-position: -192px 0; }

#leftNav A.member { background-position: 0 -22px; }
#leftNav A.member:hover { background-position: -192px -22px; }

#leftNav A.events { background-position: 0 -44px; }
#leftNav A.events:hover { background-position: -192px -44px; }

#leftNav A.newsletter { background-position: 0 -66px; }
#leftNav A.newsletter:hover { background-position: -192px -66px; }

#leftNav A.meeting { background-position: 0 -88px; }
#leftNav A.meeting:hover { background-position: -192px -88px; }

#leftNav A.contact { background-position: 0 -110px; }
#leftNav A.contact:hover { background-position: -192px -110px; }


#left-bg
{
	background: url(../images/left_img.gif) no-repeat;
  padding: 0 10px 0 0px;
  height:200px;}

#left-bg .left-title{
  font-size:14px;
  font-weight:bold;
  font-style:italic;  
  text-align:center;
  padding-top:25px;}

#left-bg li{
  font-weight:bold;
  font-style:italic;
  padding-bottom:5px;}
.title{font-size: 16px; font-family:Arial;  color:#004102;font-weight:bold;}