/******************************/
/*****    Framework    ********/
/******************************/

body {
	background: url(images/background.jpg) repeat scroll;
	font-family: "Arno Pro", "georgia","times new roman", serif;
	font-weight: normal;
	color: #202320;
	margin: 0;
	padding: 0px;
}

img {
	border: 0;
}

a:link {text-decoration: none; color: #202320;}
a:visited {text-decoration: none; color: #202320;}
a:hover {text-decoration: none; color: #202320;}
a:active {text-decoration: none; color: #202320;}

/* container */

#container {
	width: 738px;
	height: 100%;
	margin: auto;
	background: url(images/contentbg.jpg) repeat-y;
}


/* header */

#header {
	background: url(images/header2.jpg) no-repeat;
	width: inherit;
	height: 224px;
}

#headinfo {
	height: 173px;
	width: inherit;
}

#headtext {
	text-indent: -9999px;
}

#navigation {
	height: 51px;
}

#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	margin-left: 15px;
}

#header ul li#home {
	margin-left: 57px;
}



/* maincontent */

#maincontent {
	width: inherit;
	height: auto;
	min-height: 500px;
	text-align: justify;
}


/* footer */

#footer {
	width: 738px;
	height: 33px;
	margin: 45px auto 0;
}



/******************************/
/*****     Sections    ********/
/******************************/

/**** Home ****/

h2#homeheader {
	margin-top: 50px;
}

p#hometext {
	width: 70%;
	margin: auto;
	line-height: 1.5em;
}

p#hometext a:link, p#hometext a:visited {
	color: #924105;
}

div#maincontent img {
	margin: 20px 0 0 24%;
}


/**** Credits ****/

h2#creditsheader {
	margin-top: 50px;
}

div#maincontent h2,h4 {
	text-align: center;
}

table#creditstable{
	width: 80%;
	margin-left: 80px;
	font-size: 14px;
}

th.colheader {
	text-decoration: underline;
}

col#col_year {
	width: 10%;
}

col#col_credit {
	width: 2%;
}

.narrow_col {
	letter-spacing: 0.1em;
}


/**** Bio ****/

h2#bioheader {
	margin-top: 50px;
}

div#biotext {
	width: 70%;
	margin: auto;
	line-height: 1.5em;
}


/**** News ****/

h2#newsheader {
	margin-top: 50px;
}

ul#newstext {
	width: 70%;
	margin: auto;
	line-height: 1.5em;
}

ul#newstext li a:link, ul#newstext li a:visited {
	color: #924105;
}

/**** Contact ****/

h2#contactheader {
	margin-top: 50px;
}

p#contacttext {
	width: 70%;
	margin: 150px auto;
	line-height: 3em;
	text-align: center;
	font-size: x-large;
	color: #202320;
}