﻿body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
	background-image: url('../images/ArtsLogo.gif');
	background-repeat: no-repeat;

}
#masthead {
	border-bottom: thin #0000;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 160px;
	position: absolute;
}

#navigation {
	position:absolute;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	top:65px;
	left:190px;
	overflow: hidden;
	z-index:100;
	}
#page_content
{
	position:absolute;
	height:100%;
	bottom:28px;
}
#column_l {
	position: absolute;
	top:190px;
	left:5px;
	width:640px;
	bottom:10px;
	overflow: auto;
}
	
#column_r {
	position: absolute;
	top:75px;
	width: 230px;
	left:650px;
	margin: 0;
	padding: 0px;
	right: 0px;
	overflow: auto;
	float: right;
	bottom:0px;
}
#footer {
/* any CCS2 browser */
position:absolute;
bottom:0px;
height:24px;
/* -- and IE6 Gagghh*/
	/*overflow: auto;*/
	left:10px;
	margin:0px;
	padding:0px;
	font-size: x-small;
	font-family: Verdana;
	font-style: italic;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-right: 5px;
	text-decoration:underline;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}