@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
	background-image: url(../images/bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
ul{
    margin: 0 auto;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
	width: 890px;
	float: left;
	padding-left: 38px;
	background-image: url(../images/directoryBkgd.png);
	padding-top: 2px;
}
#wrapper #list_wrapper .multiple_columns a {
	text-decoration: none;
	color: #cc3300;
}


/* The wider this li is, the fewer columns there will be */
ul.multiple_columns li{
	text-align: left;
	float: left;
	list-style: none;
	height: 19px;
	width: 290px;
    }

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.titleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #CC3300;
	text-transform: uppercase;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}
#wrapper #header {
	background-image: url(../images/galleryHeaderBkgd.gif);
	background-repeat: repeat-x;
	height: 125px;
}
#wrapper #header #headerLeft {
	float: left;
}
#wrapper #directoryTop {
	margin: 10px 0 10px 0;
	clear: both;
}

#wrapper #header #headerRight {
	float: right;

}
#wrapper #directory {
	background-image: url(../images/directoryBkgd.png);
	line-height: 19px;
}
#wrapper #directory #directoryLeft {
	width: 265px;
	margin-left: 40px;
}
#wrapper #directory #leftHolder {
	float: left;
}
#wrapper #directory #rightHolder {
	float: right;
}
#wrapper #directoryBttm {
	clear: both;
	width: 900px;
	height: 1px;
}
#wrapper #mainArea #endFloats {
	clear: both;
}

#wrapper #map {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 45px;
}
#wrapper #directory #directoryRight {
	width: 240px;
	margin-right: 40px;
}
#wrapper #directory #directoryMiddle {
	margin-right: 300px;
	margin-left: 330px;
}
#wrapper #mainArea {
	background-image: url(../images/gradientBkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 322px;
}
#wrapper #mainArea #mainAreaLeft {
	float: left;
	width: 253px;
	padding: 11px 20px 0 20px;
}
#wrapper #mainArea #mainAreaRight {
	float: right;
	width: 607px;
	padding: 11px 0 0 0;
}
#wrapper #mainArea #mainAreaLeftContent {
	float: left;
	width: 430px;
	padding: 11px 20px 0 20px;
}
#wrapper #mainArea #mainAreaRightContent {
	float: right;
	width: 420px;
	padding: 11px 0 0 0;
	height: 700px;
}
#wrapper #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #660000;
	clear: both;
}

#wrapper #footer #footerTop {
	background-color: #eeddce;
	height: 28px;
	padding: 8px 0 0 0;
	text-align: center;
}
#wrapper #footer #footerBttm {
	background-image: url(../images/footerBkgd.gif);
	background-repeat: repeat-x;
	height: 53px;
}
#wrapper #footer #footerBttm #footerBttmLeft {
	float: left;
	padding: 15px 0 0 5px;
	font-size: 9px;
}
#wrapper #footer #footerBttm #footerBttmLeft a{
	color: #660000;
	font-size: 9px;
}
#wrapper  #footer  #footerBttm  #footerBttmRight  {
	float: right;
	padding: 8px 5px 0 0;
	font-size: 9px;
}
#wrapper  #footer  #footerBttm  #footerBttmRight a{
	font-size: 9px;
	color: #660000;
}
#wrapper  #footer a{
	color: #660000;
}
#wrapper #footer #footerMiddle {
	background-color: #FFFFFF;
	text-align: center;
	padding: 8px 0 8px 0;
}
.orangeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #cc3300;
}
.visitWebsite {
	font-size: 10px;
	color: #CC3300;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper #mainArea #mainAreaRightContent #pushRight {
	margin-left: 65px;

}

.linkBlack {
	color: #000000;
}
