@CHARSET "UTF-8";

#pageContent {
    overflow: visible;
}

img#pageLogo {
    float: left;
    width: 282px;
    height: 122px;
    margin-left: 250px;
}

#centerPaneContent .visitors {
	background: url(../images/subPages/subPageHeader.jpg) no-repeat;
    background-position: top;
    height: 251px;
}

#centerPaneContent .chamber {
    background: url(../images/subPages/chamberHead.jpg) no-repeat;
    background-position: top;
    height: 251px;
}

#centerPaneContent .community {
    background: url(../images/subPages/communityHead.jpg) no-repeat;
    background-position: top;
    height: 251px;
}

#backgroundContent {
    background: url(../images/subPages/subPageHeader.jpg) no-repeat;
    background-position: top;
    height: 251px;
}

#directoryContent {
	display: none;
}

#contentLeftPane {
    width: 210px;
    padding-bottom: 20px;
    min-height: 270px;
}

#contentLeftTop {
	padding-top: 10px;
}

#contentLeftPane h2 {
    text-align: center;
    margin-bottom: 15px;
}

#contentCenterPane {
	width: 610px;
    float: left;
}

#contentCenterPane p {
    width: 600px;
}

#contentRightPane {
	float: right;
}

/************************/
/*  Content Div Repeat  */
/************************/

#contentPane {
    width: 1024px;
}

#pageContent {
	width: 610px;
	height: auto;
}

#news-table .inside p {
	width: 450px;
}

#leftSubMenu {
	margin-top: 45px;
}