html {
	height:100%;
}

body {
	background-image:url(../gfx/background-body.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0; margin:0;
	height:100%;
	font-family:Verdana,Tahoma,sans-serif;
	font-size:11px;
	line-height:1.7em;
	text-align:center;
}

@media print {
   body {
      background-image: none;
      text-align: left;
   }
}

td, th, p {
	font-size:11px !important;
	line-height:1.7em;
	font-family:Verdana,Tahoma,sans-serif;
}

div.wrapper {
	text-align:left;
	padding:0; margin:0;
	background-image:url(../gfx/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:100%;
	overflow:visible;
}
div.wrapper img#head {
	border:0;
	margin:10px 30px 0 0;
}

@media print {
   div.wrapper {
      width: 90%;
      height: auto;
   }
}

div.breadcrumbs {
	padding-left:190px;
	height:12px;
}

div.breadcrumbs a {
	font-size:9px; font-weight:normal;
}


h1 {
	position:absolute;
	left:190px;
	top:110px;
	font-size:18px;
	font-family:Verdana,Tahoma,sans-serif;
	font-weight:bold;
}

@media print {
   h1 {
      display: none;
   }
}

h1 span {
	display:none;
}

h2 {
	margin-top:0;
	font-size:16px;
}

h3 {
	font-size:16px;
	
}
td h3 { font-size:11px; }

a {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a:active, a.active {
	text-decoration:none;
	color:#EE3435;
}
a:hover {
	text-decoration:underline;
}

div.main-nav {
	position:absolute;
	left:190px;
	top:147px;
}

div.sub-nav {
	position:absolute;
	top:180px;
	left:0px;
	width:170px;
}

@media print {
   div.main-nav,
   div.sub-nav {
      display: none;
   }
}

div.sub-nav li {
	font-weight:bold;
}
div.sub-nav ul {
	margin-left:0;
	list-style-type:none;
	padding-left:0;
}

div.sub-nav ul ul {
	list-style-type:none;
	padding-left:0;
}

div.sub-nav ul ul a {
	font-weight:normal;
}

div.sub-nav li {
	list-style-type:none;
	background-image:url(../gfx/nav-li.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:10px;
}

div.sub-nav li.up {
	background-image:url(../gfx/nav-li-rev.gif);
}

div.footer {
	position:relative;
	color:#999;
	margin-top:24px;
	background-image:url(../gfx/footer.jpg);
	background-repeat:no-repeat;
	background-position:170px top;
	padding-top:80px;
	padding-bottom:15px;
}

	div.footer a.login {
		position:absolute;
		left:530px;
		top:15px;
		font-size:11px;
	}
	
	div.footer address {
		font-style:normal;
		font-size:9px;
	}

div.content {
	padding-left:190px;
	padding-top:50px;
	min-height:300px;
	padding-bottom:30px;
}

@media print {
   div.content {
      padding-left: 1px;
      padding-top: 0;
   }
}

img.icon {
	vertical-align:middle;
}

table.brochures,
table.brochures td,
table.activities,
table.activities td {
   border-collapse:collapse;
   border:1px solid #777777;
   padding:10px;
   text-align:center;
   vertical-align:middle;
}

table.memberList { width:600px; }

form th.invalid { color:#f00; }
table.contactForm,
table.contactForm td,
table.memberList,
table.memberList td,
table.marine,
table.marine td,
table.files,
table.files td {
   border-collapse:collapse;
   border:1px solid #777777;
   padding:7px;
   text-align:left;
   vertical-align:middle;
   font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif;
   font-size:11px;
   line-height:19px;
}
   table.memberList td {
      vertical-align:top;
   }
	
	

div.mailform input.textfield, 
input.text {
   border-width: 1px;
   border-style: solid;
   border-color: #000;
   color: #333333;
   background-color: transparent;
   width: 206px;
}

div.mailform input.lastname {
   width: 206px;
}

table.messages {
	border-collapse:collapse;
}

table.messages td, 
table.messages th {
	border:1px solid #777;
} 

table.messages tr.odd th,
table.messages tr.odd td {
	background-color:#eee;
} 

table.messages tr.even th,
table.messages tr.even td {
	background-color:#fff;
} 

table.yachting,
table.yachting td,
table.yachting th {
	border:1px solid #000;
	border-collapse:collapse;
	padding:1px;
}

