/* STYLESHEET MADE BY YVO JOLIE */
/*        www.yvojolie.nl       */

/* DEFAULT ELEMENTS */
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	color: #111111;
	margin: 0px;
	background-color: #D9D9D9;
	background-image:url('images/layout/background.png');
	background-repeat: repeat-x;
}
img {
	width: 250px;
	height: 188px;
	border: 3px solid #FFFFFF;
}
p {
	margin-top: 0px;
	padding-top: 0px;
}

/* LAYOUT ELEMENTS */
#wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 800px;
	height: 110px;
	float: left;
	background-color: #D9D9D9;
	background-image:url('images/layout/header.png');
	background-repeat: no-repeat;
}
#headerspeechbubble {
	width: 560px;
	height: 90px;
	float: left;
	margin-left: 220px;
	margin-top: 15px;
}
#contentwrapper {
	width: 800px;
	margin-left: 10px;
	float: left;
}
#col1 {
	width: 260px;
	float: left;
	text-align: center;
}
#col2 {
	width: 260px;
	float: left;
	text-align: center;
}
#col3 {
	width: 260px;
	float: left;
	text-align: center;
}
#footerbutton {
	width: 800px;
	height: 20px;
	float: left;
	background-image:url('images/layout/footerbutton.png');
	background-repeat: no-repeat;
	text-align: center;
	font-size: 0.8em;
	padding-top: 2px;
}

/* LINKS AND BUTTONS */
a:link {
	color: #4087B9;
	text-decoration: underline;
}
a:visited {
	color: #B94065;
	text-decoration: underline;
}
a:hover {
	color: #23A4FF;
	text-decoration: none;
}
a:active {
	color: #4087B9;
	text-decoration: none;
}
a.footbtn:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footbtn:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footbtn:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.footbtn:active {
	color: #FFFFFF;
	text-decoration: none;
}