body, a {
}

body {
	text-align:left;
}

body, form {
	margin:0;
	padding:0;
}

img {
	border:none;
	display:block;
}

p.crumbs {
	display: none;
}

/* layout */

#main {
	padding:10px 11px;
}

#header {
	position:relative;
}

#leftColumn {
	position: relative;
}

#rightColumn {
	display: none;
}

#footer {
	clear:both;
	position:relative;
	border-top:1px solid #555;
	margin-top: 70px;
	font:96%/22px georgia, Times, serif;
	color:#333;
}

/* header content */

#header h1 {
	margin:0;
}

#header h1 a {
	width:234px;
	height:196px;
	background:url(http://www.sailtrainingshetland.com/images/logo.jpg) no-repeat;
	text-indent:-3000px;
	overflow:hidden;
	display:block;
}

#header blockquote {
	display: none;
}

/* footer content */

#footer p {
}

#footer p span {
}

#footer p a {
}

#footer ul {
	display: none;
}


/* left content */

.column {
	padding: 40px 0 0 0;
	clear: both;
}

#leftColumn .left {
}

#leftColumn .right {
}

#leftColumn .illustration {
	padding:4px;
}

#leftColumn h2 {
	font:141%/32px georgia, Times, serif;
	border-bottom:1px solid #555;
	margin:10px 0px 8px;
	color:#444;
	width:100%;
}

#leftColumn h3 {
	font:114% georgia, Times, serif;
	margin:10px 6px;
	color:#222;
}

#leftColumn .right h3 {
	padding:11px 0 0;
}

#leftColumn p {
	font:96%/22px georgia, Times, serif;
	margin:0 6px 11px;
	color:#333;
}

#leftColumn p.follow .imgleft {
	float: none;
	display: inline;
}

#leftColumn p.sub {
	font:83%/18px georgia, Times, serif;
}

#leftColumn p.more {
	margin: 0 5px 22px;
}

#leftColumn p.more a {
}

#leftColumn p.more a:hover {
	text-decoration:none;
}

#leftColumn ul {
	font:83%/18px georgia, Times, serif;
	margin:0 10px;
	color:#333;
	padding:11px 0;
}

#leftColumn ul li {
}


#scrollup {
	position: relative;
	overflow: hidden;
	/*border: 1px solid #000;*/

   height: 120px;
	width: 530px
}

#scrollup p {
	width: 510px;
	margin: 0;
}

.headline {
	position: absolute;
	top: 210px;
	left: 40px;
	height: 195px;
	width:190px;
}

.imgleft{
	float: left !important;
	margin: 5px 20px 5px 5px;
}

.imgright {
	float: right;
	margin: 5px 5px 5px 20px;
}

.sponsor {
	min-height: 150px;
	min-width: 250px;
	max-width: 300px;
	float: left;
	margin-right:15px;
	text-align: center;
}

.sponsor img {
	max-width: 250px;
	max-height: 300px;
	margin: 0 auto;
}

.item {
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
}

.item h2 {
	border: none !important;
	margin-bottom: 0 !important;
}

.item h2 a {
	color: #444444;
	text-decoration: none;
}

.item .date {
	color:#444444;
	font-size:0.8em;
	font-style:italic;
	margin:0 0 0 7px;
}



/* ################## NB Common Styles ### */
.nb {
	display: none;
}

/* ################## Gallery ### */

ul.thumbs li {
	list-style: 		none;
	float: 				left;
	display: 			block;
	list-style-image: 	none !important;
       height: 250px;
       width: 211px;
       padding: 0 !important;
       background: none !important;
}
ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
ul.thumbs li img {
	border:				none;
	margin:				0 auto !important;
}
ul.thumbs li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
ul.thumbs li p {
	overflow:			hidden;
       text-align: center;
       width: 211px !important;
       margin: 0px !important;

}
.thumbs .clearboth { 
	clear: 				both; 
}


