/* Start ----------------------------------------------------- */

/* =INITIALIZE */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/140% Arial, Helvetica, sans-serif;
	border: none;
	color: #4E2300;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

ul,ol { list-style:none; }

/* =GENERAL */
body {
	background: #fff url(../_images/bkgrd.jpg) repeat-y scroll 50% top;
	font: 14px/140% Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
}
a:link, a:visited {
	text-decoration: none;
	color: #4E2300;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
#footer {
	font-size: 12px;
	padding-top: 20px;
	list-style: none;
	clear: both;
}
#footer a:link, #footer a:visited {
	color: #000;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #4E2300;
}
/* =DEFAULT */
#wrapper {
	background: transparent url(../_images/wrapper.jpg) no-repeat 50% top;
	height: 1010px;
	min-width: 990px;
	margin: 0 auto;
	padding: 0;
}
.container {
	width: 980px;
	margin: 0 auto;
}
.sidebar {
	background: transparent;
	height: 825px;
	padding: 0;
	margin-top: 50px;
	width: 220px;
	float: left;
	overflow: hidden;
}
.inner {
	text-align: left;
	background: transparent;
	height: 925px;
	padding: 0;
	margin-top: 25px;
	width: 750px;
	float: right;
	overflow: hidden;
}
#nav {
	margin: 0;
	padding: 0 115px 0 0;
	font-size:16px;
	font-weight: normal;
	float: right;
}
/*#nav > ul a { width:auto; }*/
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a { float:none; }
/* End IE5-Mac hack */

#nav ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#nav li {
	padding: 50px 0 0;
	margin: 0;
	display: inline;
	float: left;
}
#nav li a {
	text-decoration: none;
	color: #734A29;
	padding: 2px 9px;
	margin:0;
	float: left;
}
#nav li a.border {
	border-right: 2px solid #F2ECE4;
}
#nav li a:hover {
	color:#4E2300;
	text-decoration: none;
}
#nav li.on a {
	color:#4E2300;
	text-decoration: none;
}
#nav li.on {
	background-image: url(../_images/nav_spiral.png);
	_background-image: url(../_images/nav_spiral.gif);
	background-repeat: no-repeat;
	background-position: 40% 2px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
}

.quotes {
	padding: 20px 22px;
}

.quote {
	margin: 20px 0 0 0;
	font-size: 14px;
	text-align: left;
}

/*.quotes:first-letter{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 400%;
	font-weight: bold;
	float: left;
	widows: 1em;
	margin: 5px 5px 0 0;
}*/

.quotee {
	font-size: 12px;
	font-style: italic;
	text-align: right;
	margin-top: 5px;
}

/* =CONTENT */

.content {
	/*margin: 0 auto;*/
	margin: 127px 0 0 75px;
	width: 750px;
}

/* =PAGES */

.pics {
	margin: 22px 0 0 0;
}

.content p, .content h2 {
	margin-bottom: 15px;
}

.contact td {
	padding-top: 12px;
}

.contact caption {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* End ------------------------------------------------------- */

