/* MAIN SITE */

body {
	background: #deaa87;
	background-image: url('img/background.png') ;
	background-repeat: repeat-x ;
	height: 100% ;
	}

#main {
	position: absolute ;
	width: 750px;
	height: 500px;
	top: 50% ;
	left: 50% ;
	margin-top: -250px ;
	margin-left: -375px ;
	margin-right: 375px ;
	margin-bottom: 250px ;
	background: #f4e3d7;
	}

#banner {
	width: 275px ;
	background: url('img/banner.png') ;
	background-repeat: no-repeat ;
	}

#header {
	position: absolute ;
	top: 0px ;
	left: 275px ;
	width: 455px ;
	height: 150px ;
	padding: 10px ;
	font-family: verdana ;
	font-size: 9pt ;
	color: #502d16 ;
	font-weight: bold ;
	}

#content {
	position: absolute;
	top: 150px ;
	left: 275px ;
	width: 455px ;
	height: 330px ;
	margin: 10px ;
	overflow: auto ;
	}

#content ul {
	padding: 0 ;
	margin-left: 15px ;
	}

th {
	background: #805d46 ;
	color: #f4e3d7;
	padding: 5px ;
	font-weight: normal ;
	}

#header ul {
	list-style-type: none ;
	padding: 0;
	margin: 0;
	}

li {
	padding-bottom: 4px ;
	}


table {
	margin-bottom: 20px ;
	}
	
td {
	padding: 5px ;
	}

img {
	border: 0px ;
	}


h1, h2, h3, p, body {
	font-family: verdana ;
	font-size: 10pt ;
	color: #502d16 ;
	line-height: 1.3 ;
	margin: 0px ;
	margin-bottom: 10px
	}



h3 {
	font-size: 10pt ;
	font-weight: bold ;
	margin-bottom: 10px
	}
	
h2 {
	font-size: 12pt ;
	}

h1 {
	font-size: 14pt ;
	}

a {
	text-decoration: none  ;
	font-weight: bold ;
	color: #805d46 ;
	}

a.external, .external a {
	background-image: url('img/externallink.png') ;
	padding-left: 20px ;
	background-repeat: no-repeat ;
	text-decoration: none  ;
	font-weight: bold ;
	color: #805d46 ;
	}	
	
li a{
	text-decoration: none ;
	color: #805d46 ;
	}
a:hover {
	text-decoration: underline  ;
	color: #deaa87 ;
	}

input, select, textarea {
	color: #502d16 ;
	background: #feeddf ;
	border: 1px solid #502d16 ;
}	

.quote {
	padding: 10px ;
	margin-bottom: 10px ;
	margin-right: 10px ;
	background: #e3cab9 ;
	}

.byline {
	font-style: italic ;
	}
