body {
	background-color:#888888;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a:link {
	color:#880000;
}

a:visited {
	color:#666666;
}

img.nostyle {
	text-decoration:none;
	border:0px;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#880000;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h1.nocenter, h2.nocenter, h3.nocenter, h4.nocenter, h5.nocenter {
	text-align: left;
}

h1.black, h2.black, h3.black, h4.black, h5.black {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
}


div.redline {
	margin: 0px;
	padding: 0px;
	color: #880000;
	height: 10px;
	width: 100%;
	border-bottom: 2px solid #000000;
	background-color: #880000;
	overflow:hidden;
}

#pagecell {
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/fade_bar.gif);
}

#printercell {
	width:600px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}

div.content {
	width: 550px;
	float:right;
	padding:10px 10px 10px 70px;
	min-height: 375px;
	_height: 375px;
}

#content_artists {
	background:#FFFFFF url(images/moab_artists.gif) no-repeat;
}

#content_grants {
	background:#FFFFFF url(images/grants.gif) no-repeat;
}

#content_projects {
	background:#FFFFFF url(images/projects.gif) no-repeat;
}
#content_aboutus {
	background: #FFFFFF url(images/aboutus.gif) no-repeat;
}



#content_links {
	background:#FFFFFF url(images/links.gif) no-repeat;
}

#content_calendar {
	background:#FFFFFF url(images/calendar.gif) no-repeat;
}

#content_welcome {
	background:#FFFFFF url(images/welcome.gif) no-repeat;
}

#content_contact {
	background:#FFFFFF url(images/contact.gif) no-repeat;
}

#navbar {
	float:left;
	width: 150px;
	background: transparent;
	padding: 10px 0px 10px 10px;
	text-align:center;
	line-height: 1.5em;
}

#navbar a{
	display:block;
	background: url(images/link_bg.gif);
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#navbar span {
	display:block;
	background: url(images/link_bg.gif);
	color: #FFCC33;
	text-decoration: none;
	font-weight: bold;
}

#navbar a:hover {
	color:#FFCC33;
}


#footer {
	clear:both;
	background-color:#D1D3D4;
	border-bottom: 2px solid #000000;
	line-height: 1.5em;s
}

div.content img {
	border-top:2px solid #FFCC33;
	border-bottom: 3px solid #FFCC33;
	margin: 10px;
}

div.content img.noBorder {
	border: none;
}

div.content img.goRight {
	float:right;
	margin: 10px 0px 10px 10px;
}

div.content img.goLeft {
	float:left;
	margin: 10px 10px 10px 0px;
}

span.caption {
	position:relative;
	font-size:10px;
	bottom: 10px;
}

