body {
	background: #fff;
	color: #1a171b;
	margin: 0px;
	margin-top: 16px;
	padding: 0;
	text-align: center;
/* 	background-image: url(images/bg.gif);*/
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center center;
	}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #1a171b;
	word-spacing: -2px;
	letter-spacing: 1px;
	text-decoration: none;
	}
	

	
/* Structure Divs */

#content {
left: 1%;
right: 1%;
top: 8px;
width: 98%;
padding: 0;
margin: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	text-align: left;
	height: 2000px;
	margin-bottom: 32px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#header {
	margin: 0;
	padding: 0;
}

#pages {
	margin: 0;
	padding: 0;
	text-align: left;
}
	
#noticias {
	float: left;
	margin: 0;
	padding: 0px;
	padding-right: 32px;	
	text-align: left;
	width: 416px;
}

#sidebar {
	float: right;
	line-height: 1.2em;
	margin: 0;
	padding: 0 10px;
	width: 160px;
	text-align: left;
}

#credits {
	font-size: 11px;
	margin: 0;
	padding: 2px 10px;
}

	
/* Config Structure Divs */

	/* Header */
	#header h1 {
		font-size: 13px;
		font-weight: normal;
		margin: 0;
		padding: 10px;
		}
		
	#header a, #header a:hover {
		color: #1a171b;
		text-decoration: none;
		}
	
	/* Pages */
	#pages li {
		display: block;
		list-style: none;
		padding: 0 0px;
		}
		
	#pages ul {
		margin: 0;
		padding: 0;
		}
		
	#categories li {
		display: block;
		list-style: none;
		padding: 0 0px;
		}
		
	#categories ul {
		margin: 0;
		padding: 0;
		}
		
	#archives li {
		display: block;
		list-style: none;
		padding: 0 0px;
		}
		
	#archives ul {
		margin: 0;
		padding: 0;
		}
		
	.current_page_item a {
		text-decoration: underline;
		}

	/* Noticias */
	#noticias p, #noticias ul, #noticias ol {
		font-weight: normal;
		line-height: 17px;
		}
			
	#noticias ol, #noticias ul {
		margin: 0;
		padding: 0;
		}

	#noticias ul {
		list-style: square inside;
		}

	#noticias li {
		margin: 0;
		padding: 0;
		}
		
	#noticias img {
		width: 416px;
margin-bottom: 8px;
		}

	h2 {
		font-size: 18px;
		word-spacing: -1px;
		letter-spacing: 1px;	
		margin: 0;
		margin-bottom: 30px;
		padding: 0;
		border-bottom-style:solid;
		border-bottom-width:0px;
		border-bottom-color:#1a171b;
		font-weight: normal;
		
		}
		
	#noticias h3 { 
		color: #666;
		font-size: 13px;
		font-weight: normal;
		margin: 0;
		padding: 10px 0 0 0;
		}

	#noticias small {
		font-size: 12px;
		}
		
	.feedback {
		font-size: 11px;
		margin: 0;
		padding: 0px 0;
margin-bottom: 32px;
padding-bottom: 16px;
		}

	#pagination {
		margin: 10px 0;
		text-align: center;
		}
		
	/* Comments */
	#commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
		}

	#commentlist li {
		border-bottom: 1px solid #fff;
		margin: 10px 0;
		padding: 0 10px;
		}

	#commentlist small {
		font-size: 11px;
		}
	
	#comments, #postcomment {
		margin: 40px 0 10px 10px;
		text-transform: uppercase;
		}
			
	/* Sidebar */
	#sidebar h3 {
		font-size: 12px;
		margin: 0;
		padding: 0;
		}
		
	#sidebar ul, #sidebar ol {
		list-style: none;
		display: inline;
		margin: 0;
		padding: 5px 0;
		}
	
	#sidebar li {
		margin: 8px;
		padding: 8px;
		}
	
	#sidebar div { 
		margin: 0;
		padding: 0;
		}

	/*	Credits */
	#credits p {
		margin: 0;
		padding: 0;
		}

/* General */
a {
	color: #1a171b;
	text-decoration: none;
	}

a:hover {
	color: #66C;
	text-decoration: none;
	}

acronym, abbr, span.caps {
	border: 0;
	cursor: help;
	text-decoration: underline;
	}
	
blockquote {
	color: #666; /* Satan's number !!! */
	}

cite {
	text-decoration: none;
	}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	float: left;
	}
	
img a {
	border: 0;
}

/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}


/* del.icio.us */

.delicious-posts {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	background-color: #ffc;
	background-image: url(http://www.sundayadventureclub.nl/images/static.gif);
	background-attachment: scroll; 
	background-repeat: repeat;
	background-position: left top;*/
}

.delicious-posts ul {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.delicious-posts li { 
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}

.delicious-banner { 
	margin-bottom: 24px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sidebar-title {
	font-size: 14px;
	color: #1a171b;
	font-weight: bold;
	word-spacing: -1px;
	}

.delicious-odd {
}

.delicious-even {
}

.delicious-banner a { ;}
.delicious-posts a:hover { color: #00F;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color:#00F;
}
	
.delicious-posts a { color: #1a171b; text-decoration: none; padding: 0px; }

.delicious-post a { color: #66C;
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color:#00F;
}
	
	.delicious-post { 
	text-decoration: none;
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-bottom-color:#1a171b;
}
	
	
	
.linkz {
	float: left;
	width: 160px;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 160px;
	padding-left: 0px;
}

#logo {
	position: absolute;
	z-index: 1;
	width: 160px;
	padding: 0px;
	margin: 0px;

}

#menu {
	height: 320px;
	padding: 0px;
	margin: 0px;

}




#three img {
padding-top: 0px;}


#container div {
	float: left;
	margin: 0px;
	padding-right: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
}

#onecontainer {
	height: 440px;
	width: 800px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	background-image: url(http://www.sundayadventureclub.nl/images/spray.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	
}

#twocontainer {
	padding-right: 0px !important;
	padding-left: 0px !important;

}

#one {
	width: 160px;

}

#onelong {
	width: 160px;
	height: 2000px;
}


#menu {
	width: 160px;
		/*	position: fixed;
	z-index: 10; */
}

#menufx {
	width: 160px !important;
	height: 2000px !important;
}

	
#onetwo {
	width: 416px;
}

#two {
	width: 352px;
}

#two a{
	color: #66C;
}

#two a:hover{
	color: #006;
}


.texter {
width: 329px;
line-height: 18px;
padding: 0px !important; 
margin: 0px !important;
}


#three {
	width: 544px;
	padding:0px  32px 0px 0px;
}

#threeplots {
	width: 544px;
	height: 440px;
	padding:0px  32px 0px 0px;
}

#four {
	width: 640px;
	margin-top:32px !important;
	padding-top 32px !important;
}


#anim {
width: 544px;
position: absolute;
z-index: 1;
}

.title {
font-size: 18px;
letter-spacing: 0px;
line-height: 21px;
text-decoration: none;
font-weight: normal;
}

.subtitle {
font-size: 13px;
letter-spacing: 1px;
font-weight: normal;

}

.subsubtitle {
font-size: 13px;
letter-spacing: 1px;
font-weight: normal;
text-decoration: left;
padding: 0px !important; 
margin: 0px !important;
padding-left: 16px !important;
}


.plots {
font-size: 18px;
line-height: 21px;
letter-spacing: 0px;
font-weight: normal;
text-decoration: none;
height: 28px;
padding: 0px !important; 
margin: 0px !important;
}

.plots2 {
font-size: 18px;
line-height: 21px;
letter-spacing: 0px;
font-weight: normal;
text-decoration: none;
height: 48px;
padding: 0px !important; 
margin: 0px !important;
}

.clubhouse {
color: #e8c31e;
}

.fridayfishday {
color: #ffcc4e;
}

.dogadventure {
color: #b79d69;
}

.naturavincit {
color: #a4cfb2;
}

.dock {
color: #2eafbd;
}

.beauty {
color: #d291c0;
}

.hacking {
color: #f37458;
}

#exdatag {
	position: fixed;
	z-index: 99;
	top: 0px;
	right: 0px;
}











.one {
	width: 160px;

}

.onelong {
	width: 160px;
	height: 2000px;
}

.onetwo {
	width: 416px;
}

.two {
	width: 352px;
}

.two a{
	color: #66C;
}

.two a:hover{
	color: #006;
}

.three {
	width: 544px;
	padding:0px  32px 0px 0px;
}

.threeplots {
	width: 544px;
	height: 440px;
	padding:0px  32px 0px 0px;
}

.four {
	width: 640px;
	margin-top:32px !important;
	padding-top 32px !important;
}

.rollover {
	margin: 0px !important;
	padding: 0px !important;
}

.rolloverindex {
	margin: 0px !important;
	padding: 0px !important;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.caption {
font-size: 11px;
line-height: 14px;
letter-spacing: 1px;
font-weight: normal;
text-decoration: none;

}

