@CHARSET "UTF-8";

/* CSS Document */

#header {
    background: #660000;
}

#headerLeft {
	background: url(../images/header/headerLeft.jpg) no-repeat;
}

#header a#logo {
    background:url(../images/header/mainLogo.jpg) no-repeat;
}

#headerRight {
	background: url(../images/header/headerRight.jpg) repeat-x;
}

#areaMapsHome {
	background: #E4E2CF;
}

#areaMaps {
    background: #BAB483;
}

#welcome {
	background: #E4E2CF;
}

#footer {
	background: #C5C29D;
}

body {
	background: url(../images/header/headerRepeat.jpg) repeat-x #CABD79;
	background-position: top left;
}

#bodyLeft {
	background: url(../images/body/leftPaneBg.jpg) repeat-y;
	background-position: top left;
}

#bodyRight {
	background: url(../images/body/rightPaneBg.jpg) repeat-y;
	background-position: top right;
}

#bottomBorder {
    background: #660000;
}

#contentBackRepeat {
	background: url(../images/content/contentBackRepeat.jpg) repeat-y;
}

#contentBackTop {
	background: url(../images/content/contentBackTop.jpg) no-repeat;
	background-position: top left;
}

#contentFrontRepeat {
	background: url(../images/content/contentFrontRepeat.jpg) repeat-y;
}

#contentFrontTop {
	background: url(../images/content/contentFrontTop.jpg) no-repeat;
    background-position: top left;
}

#businessNav {
	width: 230px;
	height: 90px;
	border: 0;
	margin-left: 50px;
	margin-top: 20px;
}

#communityNav {
    width: 230px;
    height: 90px;
    border: 0;
    margin-left: 50px;
    margin-top: 20px;
}

#rentalNav {
    width: 230px;
    height: 90px;
    border: 0;
    margin-left: 50px;
    margin-top: 20px;
}