html { 
	height: 100%;
}

body { 
	color: #000; 
	font: 82%/1.6 Georgia, "Times New Roman", Times, serif; 
	margin: 0; 
	padding: 20px; 
	background-color: #dce5f5;
}

a { 
	color: #000; 
	text-decoration: none; 
}

p { 
	margin: 0; 
	padding-top: 0; 
	padding-bottom: 8px; 
}

#header {
	height: 250px;
}

#content {
	overflow: hidden;
}

.sidebar { 
	width: 180px; 
	margin-right: 20px; 
	float: left;
	position: relative;
	height: 100%;
	font-size: 0.9em;
}

.main { 
	width: 550px;
	margin-right: 20px; 
	height: 100%;
	float: left;
}

.content { 
	padding: 20px;
}

#logo { 
	width: 400px;
	height: 160px;
	padding: 20px;
}

#logo img { 
	/*height: 185px;*/ 
}

h1 { 
	padding-top: 0; 
	padding-bottom: 0; 
	margin-bottom: 0; 
	font-weight: bold; 
	font-size: 1.2em;
	margin-top: 0;
}

h2 { 
	margin-top: 0; 
	font: normal bold 6em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	margin-bottom: 5px; 
}

h3 { 
	margin-top: 0; 
	font: italic 2em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	margin-bottom: 10em; 
}

.arts-council {
	margin-top: 100px;
}

.address { 
	background: url(../img/fold.gif) no-repeat left bottom; 
/*	height: 125px; */
  padding-bottom: 20px;
}