/* Start of CMSMS style sheet 'goshil' */
*{
	margin:0;
	padding:0;
}
body{
	font-family: Comic Sans MS;
	color: #FFFFFF;
}
a{
	color: #2D608D;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#header {
	background: #ffffff url(images/goshil/images/header.png) center bottom no-repeat;
	height: 130px;
	text-align: center;
	color: #000000;
}
#header h1 {
	padding-top: 60px;
}
#top {
	height: 50px;
	background: #ffffff url(images/goshil/images/header.jpg) center bottom no-repeat;
}

#content {
	width: 620px;
	float: left;
	margin-left: 40px;
	text-align: justify;
}

#content ul{
	padding-left: 30px;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}
#wrapper2 {
	background: #ffffff url(images/goshil/images/content.jpg) center top repeat-y;
}
#notes {
	width: 235px;
	margin-right: 35px;
	margin-top: -120px;
	float:right;
	color: #000000;
	font-size: 14px;
}

#notes ul{
	padding-left: 30px;
	list-style-type: none;
}

#notes td{
text-align: center;
padding-left: 20px;
width: 235px;
height: 200px;
}

.note-geel{
	background: url(images/goshil/images/note-geel.png) top left no-repeat;
	width: 235px;
	height: 235px;
}

.note-blauw .top{
	background: url(images/goshil/images/note-blauw-top.png) top left no-repeat;
	width: 235px;
	height: 50px;
}
.note-blauw .content{
	background: url(images/goshil/images/note-blauw-bg.png) top left repeat-y;
	width: 235px;
}
.note-blauw .bottom{
	background: url(images/goshil/images/note-blauw-bottom.png) top left no-repeat;
	width: 235px;
	height: 181px;
}

#footer {
	background: #ffffff url(images/goshil/images/footer.jpg) center top no-repeat;
	height: 50px;
	color: #888888;
	font-size: 12px;
	text-align: center;
	padding-top: 150px;
}

/* CSS Menu Dock */
.dock {
	width:650px;
	position: relative; 
	height: 115px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #FEE757;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Comic Sans MS;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}
/* End of 'goshil' */

