* {
	padding: 0;
	margin: 0;
	}
body {
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/bg.gif);
	}
#wrapper {
	background: white;
	border: 1px solid #ccc;
	border-top: 10px solid #ccc;
	width: 907px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	}
/* navigation */
#nav {
	float: left;
	font: 18px/18px "Times New Roman", Times New Roman, Times, serif;
	list-style: none;
	display: block;
	text-transform: uppercase;
	margin-top: 76px;
	}
html #nav {
	text-transform: uppercase;
	}
#nav li {
	display: block;
	float: left;
	list-style: none;
	padding-left: 15px;
	margin-right: 18px;
	}
#nav li.active {
	background: url(images/arrow.gif) no-repeat left center;
	}
/* left column */
#left {
	margin: 10px;
	margin-top: 2px;
	width: 248px;
	float: left;
	}
* html #left {
	margin-left: 5px;
	}
#leftp {
	float: left;
	}
#rightp {
	float: right;
	text-align: right;
	}
#map {
    display: none;
	}
/* contact form */
#inquire {
	display: none;
	}
#inquiry input, #inquiry textarea, #private input {
	width: 245px;
	border: 1px solid #ccc;
	background-color: #eee;
	font: 11px/12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	height: 15px;
	}
#inquiry textarea {
	height: 75px;
	}
#inquiry a {
	float: right;
	}
/* main content */
#main {
	float: left;
	padding: 0;
	background: url(images/div.gif) repeat-y 7px top;
	width: 639px;
	}
a {
	color: #900;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}
a:hover {
	border-bottom: 1px dotted #ccc;
	}
img {
	border: 1px solid #ccc;
	background: url(images/bg.gif);
	}
p {
	margin-bottom: .8em;
	}
h1 {
	height: 125px;
	width: 248px;
	margin: 10px;
	text-indent: -9999px;
	float: left;
	background-image: url(images/rfa.gif);
	}
* html h1 {
	margin-left: 5px;
	}
h2 {
	font: 18px/130% "Times New Roman", Times New Roman, Times, serif;
	color: #999;
	text-transform: uppercase;
	}
html h2 {
	text-transform: uppercase;
	}
hr {
	display: none;
	border: 1px solid white;
	}

/* footer */
#footer {
	padding: 20px 0 30px 15px;
	margin: 0;
	background-color: white;
	}

/* columns */
.col {
	float: left;
	margin: 0 10px 0 10px;
	width: 320px;
	}
* html .col {
	margin-left: 7px;
	padding-right: 5px;
	margin-right: 0px;
	\width: 304px;
	w\idth: 320px;
	}
#sec {
	border-right: medium none;
	margin-left: 10px;
	}
#artists {
	width: 155px;
	}
* html #artists {
	margin-left: 7px;
	\width: 144px; /* PC IE 5x */
	w\idth: 155px; /* EVERYTHING ELSE? */
	}
.clear {
	clear: both;
	border-bottom: 1px solid white; 
	}
#hide {
	}
div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
