body {
	background: #faf4e5;
	color: #faf4e5;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(../img/header_bg.gif); margin: 0 auto; background-repeat: repeat-x;
	font-family: Georgia;
	
}


span {text-decoration: underline;}

#header {width: 900px; background-color: #416da4; margin-top: 0px; height: 238px;
			background-image: url(../img/header_bg.gif); margin: 0 auto;

}

#photo {margin-top: 30px;}

#header img {margin-top: 25px;}

#nav {margin-top: 24px; margin-left: -18px;}


#navlist li {
font-weight: 600;
display: inline;
list-style-type: none;
padding-right: 5px;
}

#main { margin-top: 50px;}
#secondary { margin-top: 20px; color:#416da4;}
#secondary li { color: #416da4;}



#main p {font-size: 15px;}

/* The reward for not using IE is some fancy rounded corners */

#box {height: 308px; background-image: url(../img/box.gif); margin-top: 50px;
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}
#box p {color: #faf4e5 !important; font-size: .95em; line-height: 1.6em; 
 }
 
 #main h1 {color: #416da4;}
 #secondary h1 {color: #416da4;}
 #secondary li {margin-top: 25px; margin-left: 50px;}
 
 #secondary_box {height: 40px; background-image: url(../img/box.gif); background-position: bottom; margin-top: 50px; 
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -webkit-border-bottom-left-radius: 10px;
 -webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
}
#secondary_box h2 {margin-top: 5px; padding: 0px !important;} 
 
a {
	color: #faf4e5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
	padding-left: 30px;
	
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: italic;
	margin-top: 25px;
}

h2 {
	padding: 15px 0 0;
	text-align: right;
	margin-right: 55px;
	margin-top: -15px;
	font-style: italic;
	font-size: 20px;
}

p {
	overflow: hidden;
	padding: 0px 40px 0 30px;
	text-align: left;
	line-height: 26px;
	color: #416da4;
}

#credit p {font-size: .8em; text-align: right;}
#credit a {color: #416da4; text-decoration: underline; }

.container_12 {
	margin-bottom: 20px;
}


.current a {text-decoration: underline !important;}

/* form style */

#contact-wrapper {
	width:430px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:20px;
}
#contact-wrapper div {
	clear:both;
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

#contactform {margin-left: 40px; margin-top: 20px;}