h1	{
	font-family: MuseoSans100Regular, sans-serif;
	font-size: 20px;
	color: #012545;
	text-transform: uppercase;
	margin: 10px;
}
h2	{
	font-family: MuseoSans100Regular, sans-serif;
	font-size: 16px;
	color: #012545;
	margin: 2px 0px 7px 0px;
}
h3	{
	font-family: MuseoSans100Regular, sans-serif;
	font-size: 13px;
	color: #676767;
	margin: 7px 0px 2px 0px;
}
hgroup	{ margin-bottom: 15px; }
div.shadow	{
	background-image: url('../img/shadow.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 4px 5px 0px;
	margin-bottom: 10px;
}
article, #content> nav, .blockBig, .oneThird, .half, .partner, .partnerImg
{ display: inline-block; vertical-align: top; }
section.text	{ background: #ffffff; padding: 5px 15px; text-align: justify; }
article	{ width: 645px; }
.blockBig	{ width: 300px; }
a.crewMore	{ display: block; text-align: right; }
#content a	{ color: #b07761; text-decoration: none; }
#content > nav	{ width: 280px; margin-left: 10px; text-align: right; }
#content > nav > a	{ display: inline-block; overflow: hidden; width: 250px; height: 70px; padding: 0px; }
#content > nav > a > figure, #content > nav > a > figure > img	{ margin: 0px; padding: 0px; border: 0px; }
#content > nav > a > figure > figcaption	{
	background-color: rgba(176, 119, 97, 0.9);
	color: #ffffff;
	padding: 8px 12px;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-shadow: 1px 1px 1px #99654f;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}
#content > nav > a > div	{
	position: absolute;
	display: block;
	right: -30px;
	top: 0px;
	width: 30px;
	height: 70px;
	background-image: url('../img/arrow_right_white.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(176, 119, 97, 0.9);
}
#content ul	{ list-style-image: url('../img/arrow_right_min.png'); padding-left: 15px; margin-top: 0px; }
#content ol	{ padding-left: 25px; margin-top: 0px; }
#content ul > li	{ margin: 8px 0px; }
#content ol > li	{ margin: 4px 0px; }
.half	{ width: 450px; /*margin: 5px 25px 5px 0px;*/ }
.oneThird	{ width: 290px; margin: 5px 25px 5px 0px; }
.leftBorder	{ border-left: 7px solid #b07761; padding-left: 12px; }
.crewDesc	{ display: none; margin: 10px 0px; }
.partner	{ width: 220px; padding: 10px 0px; text-align: left; line-height: 18px; }
.partnerImg	{
	border-right: 1px dotted #bbbbbb;
	width: 175px;
	min-height: 120px;
	padding: 10px 5px;
	margin-right: 10px;
}
input[type="text"], textarea	{
	border: 1px solid #b07761;
	background: #ffffff;
	padding: 4px 13px;
	width: 240px;
}
textarea	{ font-family: Arial, Verdana, sans-serif; height: 170px; }
input[type="submit"]	{
	background: #b07761;
	color: #ffffff;
	padding: 5px 14px;
	border: 0px;
	margin: -3px 0px 0px 200px;
	cursor: pointer;
}
#map	{ width: 260px; height: 230px; }