/* artsandhealtheast.org.uk */

/* Layout */

body {
	margin: 0;
	padding: 0;
	background-color: #999999;
	font: normal 100% Georgia, "Times New Roman", Times, serif;
	}

#container {
	background-color: #f7f7f7;
	max-width: 100%; /* Can be changed to 900px / 16 = 56.25 */
	min-width: 23.75em; /* 380px / 16 = 23.75 */
	clear: both;
	}
	
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-image: url(_l/bgHeader.gif);
	}

#headerLeft {
	float: left;
	width: 30%;
	height: 80px;
	background-image: url(_l/ballHeader.jpg);
	background-repeat: no-repeat;
	}

#headerRight {
	float: right;
	width: 70%;
	height: 80px;
	background-image: url(_l/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
	
#contentwrapper{
	float: left;
	width: 100%;
	}

#contentcolumn{
	margin-left: 120px; /* Set left margin to LeftColumnWidth */
	}

#leftcolumn{
	float: left;
	width: 120px; /* Width of left column */
	margin-left: -100%;
	}

#newsletter {
	margin: 20px 15px 10px 0px;
	padding-bottom: 10px;
	border-top: 2px solid #b17d7e;
	}

#colofon {
	position: relative;
	max-width: 100%; /* Can be set to 900px / 16 = 56.25 */
	min-width: 23.75em; /* 380px / 16 = 23.75 */
	margin: 0 auto;
	background-color: #999999;
	clear: both;
	}

/* Styles */

h1, h2 {
	color: #b17d7e;
	font-weight: normal;
	text-align: left;
	margin: 0;
	}
	
h1 {
	font-size: 1.2em;
	letter-spacing: .07em;
	font-weight: bold;
	padding: 0 20px 10px 0px;
	}
	
h2 {
	font-size : 1.1em;
	padding: 10px 20px 10px 0px;
	}

p {
	font-size: .9em;
	text-align: justify;
	line-height: 1.5em;
	color: #4c4c4c;
	margin: 0;
	padding: 0 20px 10px 0px;
	}

p.left {
	text-align: left;
	}

p.red {
	color: #b17d7e;
	font-weight: bold;
	}

p.footerTxt {
	margin: 10px 0 0 0;
	padding: 0;
	}

p.colofonTxt {
	font-size: .8em;
	text-align: right;
	line-height: 1em;
	color: #ffffff;
	margin: 0;
	padding: 5px 15px 10px 0;
	}

span {
	color: #b17d7e;
	font-weight: bold;
	}

blockquote {
	margin-top: 0;
	}

img {
    display: block;
    margin: 0 auto;
	border: none;
	}
	
img.left {
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	border: 1px solid #333333;
	}

a:link {color: #4c4c4c; font-weight: normal; text-decoration: underline;}
a:visited {color: #4c4c4c; font-weight: normal; text-decoration: underline;}
a:hover {color: #b17d7e; font-weight: normal; text-decoration: underline;}
a:active {color: #4c4c4c; font-weight: normal; text-decoration: underline;} 

a.navLink:link {color: #6b7c58; font-weight: bold; text-decoration: none;}
a.navLink:visited {color: #6b7c58; font-weight: bold; text-decoration: none;}
a.navLink:hover {color: #6b7c58; font-weight: bold; text-decoration: underline;}
a.navLink:active {color: #6b7c58; font-weight: bold; text-decoration: none;} 

a.whiteLink:link {color: #ffffff; text-decoration: none;}
a.whiteLink:visited {color: #ffffff; text-decoration: none;}
a.whiteLink:hover {color: #ffffff; text-decoration: underline;}
a.whiteLink:active {color: #ffffff; text-decoration: none;} 

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	text-align: justify;
	line-height: 1.5em;
	color: #4c4c4c;
	margin: 0;
	padding: 0 20px 10px 30px;
	}

ul.nav {
	padding: 33px 10px 10px 10px;
	list-style: none;
	}

li.errorMsg {
	color: #b17d7e;
	font-weight: bold;
	}

/* Newsletter and contact form */

form {
	padding: 10px 10px 10px 0;
	clear: both;
	}

form input, form textarea, form select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #4c4c4c;
	}

form fieldset {
	border: none;
	margin-bottom: 10px;
	padding: 0 10px;
	}

form fieldset legend {
	font-size: 1.1em;
	color: #b17d7e;
	font-weight: bold;
	padding-left: 0;
	padding-bottom: 4px;
	}

form label { 
	display: block;
	float: left; 
	width: 100px;
	padding: 0 10px 0 0; 
	margin: 5px 0; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #4c4c4c;
	text-align: right; 
	}

form input#reset {
	margin-left: 0;
}

textarea { 
	overflow: auto; 
	}
