@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(images/orange_back.jpg);
	font-size: 11px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-weight: normal;
	color: #695e4a;
	font-family: Georgia, serif;
	border-bottom: 1px solid #f49f2b;
	margin-bottom: 18px;
	font-style: italic;
}

h2, h3 {
	font-weight: bold;
	color: #695e4a;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #f49f2b;
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

p, ul, ol {
	line-height: 150%;
}

p {
	padding: 0 0 20px 0;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3AA0B9;
}

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

/* Header */

#header {
	height: 104px;
	width: 652px;
	margin: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #c2c2c2;
}

#logo {
	padding-top: 20px;
	width: 257px;
	float: left;
}

#menu {
	width: 300px;
	float: right;
	padding-top: 87px;
	font-style: normal;
}

#menu ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: right;
}

#menu li {
	display: inline;
	padding-left: 10px;
}

#menu li a {
	color: #695e4a;
	text-decoration: none;
	font-variant: small-caps;
}

#menu li a:hover {
	color: #f49f2b;
	text-decoration: underline;
}

/* Page */

#page {
	width: 842px;
	height: 660px;
	margin: 0 auto;
	background: url(images/page_back.jpg) no-repeat top center;
}

#pagetall {
	width: 842px;
	height: auto;
	margin: 0 auto;
	background: url(images/page_tile.jpg) repeat-y top center;
}

/* Content */

#content {
	width: 652px;
	margin: 20px auto 10px auto;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c2c2c2;
}

.main {
	width: 693px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#simpleviewer {
	width: 652px;
	height: 400px;
	margin: 20px auto;
}

#nav {
	width: 652px;
	height: 14px;
	margin: 6px auto 12px auto;
	padding-bottom: 8px;
	border-bottom: 1px solid #c2c2c2;
}

#nav ul {
	display: inline;
	list-style-type: none;
	font-style: italic;
	font-size: 11px;
}

#nav ul li {
	display: inline;
	padding: 20px;
}

#nav ul li a{
	text-decoration: none;
	color: #695e4a;
	font-variant: lowercase;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #f49f2b;
}

#gallery {
	float: left;
	margin-right: 35px;
	padding-right: 34px;
	border-right: 1px solid #c2c2c2;
}

.last {
	margin-right: 0;
	padding-right: 0;
}

#box {
	width: 395px;
	border: 1px solid #c2c2c2;
	margin-bottom: 20px;
}

#content img.about {
	width: 375px;
	float: left;
	margin: 0;
	padding: 10px;
}

.caption {
	width: 375px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	margin-left: 10px;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 842px;
	height: 100px;
}

#footer p {
	width: 652px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #b2b2b2;
	font-style: normal;
	padding-top: 10px;
}

#footer a {
	color: #b2b2b2;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

/*Footer Extra Tall */

#footertall {
	margin: 0 auto;
	width: 842px;
	height: 100px;
	background: url(images/page_tilefooter.jpg) no-repeat bottom center;
}

#footertall p {
	width: 652px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #b2b2b2;
	font-style: normal;
	padding-top: 10px;
}

#footertall a {
	color: #b2b2b2;
	text-decoration: none;
}

#footertall a:hover {
	color: #333333;
}