@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	color: #3e3e29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
p {
	color: #3e3e29;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 180%;
	margin-right: 70px;
}
h1 {
	color: #3e3e29;
	font-size: 2em;
	font-weight: bold;
	line-height: 200%;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 1em;
}
h2 {
	color: #cf7019;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 180%;
}
h3 {
	color: #cf7019;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 180%;
	padding-top: .5em;
}
h4 {
	color: #cf7019;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 180%;
	margin-top: 2em;
	margin-bottom: 2em;
}
a:link {
	color: #3e3e29;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #cf7019;
	font-weight: bold;
}
a:active {
	color: #FF6600;
	font-weight: bold;
}

blockquote {
	margin-left: 4em;
	margin-right: 4em;
}
#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bg_shadow.png) repeat-y;
}
#banner {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
	width: 730px;
	height: 100px;
	margin: 0 0 0 20px;
}
ul#mainNav {
	list-style: none;
	padding-left: 0;
	margin: -70px 0 0 0;
	float: right;
}
ul#mainNav a {
	color: #e9e9e9;
	font-weight: normal;
	background: #cf7019 url(../images/nav_shadow.png) repeat-y;
	display: block;
	width: 70px;
	height: 32px;
	line-height: 32px;
	padding-left: 20px;
	margin: 0 70px 0 0;
	font-size: 1.2em;
	text-decoration: none;
}
ul#mainNav a:hover {
	color: #FFF;
	background-color: #d47e30;
}
#mainContent {
	background-color: #FFF;
	width: 630px;
	padding: 19px 21px 0 19px;
	margin: 0 0 0 20px;
}
#footer {
	width: 707px;
	min-height: 42px;
	padding: 0 0 0 20px;
	background: url(../images/bottom_shadow.png) bottom left no-repeat;
}
#footerContent {
	background: #FFF;
	margin: 0 37px 0 0;
	padding: 0 15px 0 0;
}
#footerContent p {
	color: #CCCCCC;
	background-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding-top:0;
	text-align: right;
}
.photo {

	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 6px;
	margin: 6px;
}