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

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

#linkcell
{
cursor : "hand";
}


/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img
fieldset, img {
	border: 0;
}*/
/*End Normalizing////////////////////////////////////////////////////////*/@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3c4447;
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Safari background fix */

@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { background-color: #3c4447; }
	}

h1, h2, h3, h4, h5, h6 {
	color: #492501;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 18px;
	line-height: 26px;
}

h2 {
	font-size: 16px;
	line-height: 24px;
}

h3 {
	font-size: 14px;
	line-height: 21px;
}

h4 {
	font-size: 13px;
	line-height: 18px;
}

h5 {
	font-size: 11px;
	line-height: 15px;
}

h6 {
	font-size: 9px;
	line-height: 12px;
}

p {
	margin: 7px 0px;
}

a:link {
	color: #336666;
}

a:active, a:visited {
	color: #663366;
}

ul, ol {
	margin-left: 30px;
}

hr {
	border: none;
	border-bottom: 2px dotted #492501;
}

#container {
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	background-image: url(/media/images/content_bottom.jpg);
	background-repeat: repeat-y;
	background-position: 0px 557px;
}

#header {
	width: 1000px;
	height: 293px;
	background-image: url(/media/images/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 1000px;
	height: 27px;
	list-style: none;
	margin: 0px;
}

#nav li {
	height: 27px;
	float: left;
	display: block;
}

#nav li a {
	height: 27px;
	float: left;
	display: block;
}

#nav li a:hover {
	background-position: right;
}

#nav_left {
	background-image: url(/media/images/nav_left.jpg);
	background-repeat: no-repeat;
	width: 120px;
}

#nav_home {
	background-image: url(/media/images/nav_home.jpg);
	background-repeat: no-repeat;
	width: 67px;
}

#nav_biography {
	background-image: url(/media/images/nav_bio.jpg);
	background-repeat: no-repeat;
	width: 118px;
}

#nav_gallery {
	background-image: url(/media/images/nav_gallery.jpg);
	background-repeat: no-repeat;
	width: 95px;
}

#nav_press {
	background-image: url(/media/images/nav_press.jpg);
	background-repeat: no-repeat;
	width: 72px;
}

#nav_itinerary {
	background-image: url(/media/images/nav_itinerary.jpg);
	background-repeat: no-repeat;
	width: 110px;
}

#nav_shop {
	background-image: url(/media/images/nav_shop.jpg);
	background-repeat: no-repeat;
	width: 64px;
}

#nav_contact {
	background-image: url(/media/images/nav_contact.jpg);
	background-repeat: no-repeat;
	width: 121px;
}

#nav_partners {
	background-image: url(/media/images/nav_partners.jpg);
	background-repeat: no-repeat;
	width: 112px;
}

#nav_right {
	background-image: url(/media/images/nav_right.jpg);
	background-repeat: no-repeat;
	width: 121px;
}

#content {
	min-height: 400px;
	width: 700px;
	padding: 18px 150px;
	background-image: url(/media/images/content_top.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 1000px;
	height: 114px;
	background-image: url(/media/images/footer_b.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #492501;
}

#footer p {
	padding-top: 55px;
}