/* Start of CMSMS style sheet 'COUNTY SHOPPING MALL WEBSITE STYLESHEET' */
body {
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.jpg);
        color: #333333;
        font-size: 14px;
}
.header-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
        margin-top: 25px;
	height: 274px;
	background-image: url(images/full-body-header.jpg);
}
.content-container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/full-body-background.jpg);
        clear: both;
}
.bottom-body {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body-bottom.jpg);
	clear: both;
	height: 47px;
}
.footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
	clear: both;
	height: 75px;
}

.button-container {
	width: 900px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
}

.table {
	width: 100%;
	clear: both;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
        border-collapse: collapse;
}
.table .left-column {
	width: 189px;
	padding: 0px;
	margin: 5px;
        vertical-align:top;
}
.table .content-body {
	margin: 5px;
	width: 505px;
        vertical-align:top;
}

.table .content-body .content {
	width: 505px;
}

.table .right-column {
	padding: 0px;
	margin: 5px;
        vertical-align:top;
}

.table .right-column .content {
        width: 164px;
        text-align: center;
}

.content {
        width: 100%;
        padding: 5px;
}

.left-column .content {
        width: 185px;
        padding-left: 10px;
}

.left-header {
	margin-top: 15px;
        height: 35px;
	width: 196px;
	background-image: url(images/left-header.jpg);
        color: #333333;
        line-height: 35px;
        text-align: center;
        font-weight:bold;
}

.footer-table {
        width: 100%;
        border: 0px;
        border-collapse: collapse;
        height: 50px;
        font-size: 12px;
}

.footer-table a {
        color: #333333;
        font-weight: bold;
}

.footer-table a:visited {
        color: #333333;
        font-weight: bold;
}

.footer-left {
        text-align: left;
        padding-left: 15px;
        width: 50%;
}

.footer-right {
        text-align: right;
        padding-right: 30px;
        width: 50%;
}

.hidden {
display:none;
}
/* End of 'COUNTY SHOPPING MALL WEBSITE STYLESHEET' */

