@charset "utf-8";

/* CSS Document */

/* GLOBAL RESET */

html,body,p,div,img,h1,h2,h3,h4,li,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #412826;
}

p {
	font-size:14px;
	color:#412826;
}

/* Workaround for using "absmiddle" property for images */

.img_absmiddle {
vertical-align: middle;
}

/* Workaround for clearing out DIVs that don't behave */

.cleardiv {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	overflow:hidden;
}

/* Main Areas */

#site_wrap {
	width:788px;
	height:auto;
	margin:0 auto;
}

#header {
	width:788px;
	height:318px;
	background:url(../images/global/header_back.jpg) top left no-repeat;
	position:relative;
}	

#hotspot {
	display:block;
	width:280px;
	height:210px;
	position:absolute;
	left:10px;
	top:10px;
}

#left_column {
	width:118px;
	height:auto;
	float:left;
	padding-left:45px;
	background:url(../images/global/sidebar_back.jpg) top left no-repeat;
}

#right_column {
	width:600px;
	height:auto;
	padding-right:15px;
	float:right;
}

#right_col_heading {
	width:100%;
	border-bottom:2px solid #000000;
}

#right_col_footer {
	width:600px;
	border-bottom:2px solid #000000;
	float: right;
}

#footer {
	width:788px;
	height:109px;
	background:url(../images/arts_council.jpg) top left no-repeat;
	position:relative;
	
}	

#footer a#logolink {
	display:block;
	height:100px;
	width:180px;
	position:absolute;
	top:0;
	left:0;
}

#footer ul, #footer p {
	margin:0 10px 0 0;
	padding:0;
	list-style:none;
	text-align:right;
}

#footer ul li {
	display:inline;
	margin:0 0 0 1em;
}

#footer ul li, #footer p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}


/* Various Content Areas */


/* Fonts */
a {
	color:#c30000;
}

/* End */

