/*******************************************************
TITLE: Fixed One-Column Layout (Basic) V1.1
DATE: 20070824
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:.5em;
padding:0;
height:100%;
background-color:#C6C6C6;
color:#0000000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

a {
color:#9A2F2C;
}

a:hover {
color:#64B3E1;
text-decoration:none;
}

p {
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 9;
}

blockquote {
margin:16px;
padding:8px;
background-color:#eeeeee;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

blockquote p {
margin:.2em;
}

ul {
	list-style-type:disc;
	text-align: left;
}
table {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

tr { 
}
li {
margin:0 0 0 25px;
list-style-type:disc;
}

#centerColumn { 	
margin:0 auto;
padding:1em;
width:600px;
text-align:left;
vertical-align: middle;	
background-color:#E6D2B5;
border:1px solid #cccccc;
}

#centerColumn h2 {
	margin:0;
	font-size:1.2em;
	letter-spacing:.1em;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

#header {
	margin:0;
	padding:0;
	height:188px;
	background-color:#FFFFFF;
	border:1px solid #474747;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(photos/banner.jpg);
}

#header h1 {
margin:0 0 -8px 0;
padding:16px 0 0 24px;
font-size:36pt;
letter-spacing:.1em;
}

#header h2 {
margin:0 0 0 0;
padding:16px 0 0 24px;
font-size:18pt;
font-weight:lighter;
letter-spacing:.1em;
}

#fauxRightColumn {
	position:relative;
	float:right;
	width:8em;
	font-size:.9em;
	background-color:#DEDEDE;
	border:1px solid #5E5E5E;
	text-align: left;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 2em;
	padding-top: 0;
	padding-right: 0.7em;
	padding-bottom: 0em;
	padding-left: 0.7em;
}

#fauxRightColumn h2 {
font-size:.9em;
}

#nav ul {
margin:0;
list-style:none;
}

#nav li {
margin:0 0 8px 0;
list-style:none;
}

#nav li a {
	text-align: left;

}

#nav li a:hover{
text-decoration:none;
}

#footer {
position:relative;
bottom:0;
margin:80px 0 0 0;
padding:0;
height:64px;
line-height:64px;
text-align:center;
font-size:.7em;
background-color:#ffffff;
border-top:1px solid #cccccc;
}
#centerColumn table {
	text-indent: 3pt;
	border: 1px solid #000000;
	background-color: #DEDEDE;
}
