body {
	background: #051844;
	font-family: "Minion Pro", Georgia, Times, serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: white;
}

table, tr, td {
	vertical-align: top;
}

div {
	padding: 0;
	margin: 0;
}
	
img	{
	border: 0;
	margin: 0;
	padding: 0;
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
	font-family: "Minion Pro", Georgia, Times, serif;
	font-weight: normal;
}

p {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	background: transparent;
	color: #051844;
}

a:hover, a:active {
	border-bottom: dotted 1px #051844;
	background: transparent;
	color: white;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

/* CONTAINER */

#container {
	width: 1000px;
	margin:0px auto;
}

/* LOGOBANNER */

#logobanner {
	height: 74px;
	position: relative;
	background: url(../images/logo_250.png) no-repeat;
	border-bottom: dotted 1px #ff850d;
	margin: 0 0 6px 0;
}

#banner_contact {
	position: absolute;
	right: 0;
	bottom: 0;
}

#banner_contact p {
	text-align: right;
	padding: 0;
	margin: 0 0 10px 0;
}

#banner_contact a:link {
	color: white;
}

#banner_contact a:hover, #banner_contact a:active {
	color: #ff850d;
	border-bottom: dotted 1px #ff850d;
}

/* NAV */

#nav {
	position: relative;
	height: 31px;
	margin-bottom: 6px;
	background-color: #ff850d;
}

#nav ul {
	position: absolute;
	top: 5px;
	left: 8px;
	height: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	float: left;
	white-space: pre;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#nav ul li img {
	z-index: 1;
	position: absolute;
}

#nav ul li a {
	z-index: 10;
	position: relative;
}

/* CONTENT */

#content {
	height: 561px;
	margin: 0 0 6px 0;
	position: relative;
}

#content h1 {
	font-size: 1.5em;
}

/* GALLERY */

#thumbnails {
	margin: 123px 0 0 50px;
	padding: 0;
	position: absolute;
}

img.thumbnail {
	padding: 0;
	margin: 0;
}

#thumbnails a img {
	border: solid 1px #051844;
}

#thumbnails a:hover img {
	border: solid 1px #ff850d;
}

#thumb_label {
	position: absolute;
	bottom: 100px;
	right: 45px;
}
#thumb_label p {
	text-align: right;
}

/* FOOTER */

#footer {
	border-top: dotted 1px #ff850d;
	padding: 15px 0;
}

#footer a {
	color: white;
}

#footer h1 {
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0;
	white-space: pre;
}

#footer p {
	font-size: 0.6em;
	text-align: right;
	padding: 0;
}
