
/* Layout Body Stylesheet */ 

body {
	margin-top: 25px;
	height: auto;
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	padding: 0;
}
 
 
 
 /* Footer text */ 
 
.ftr_small {
	font: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 9px;
}

.heads {
	font: Verdana, Geneva, sans-serif;
	color: #666;
	font-weight:bold;
	font-size: 10px;
}
/* Links */ 
 
a:link {
	color: #2f428f;
}
a:visited {
	color: #2f428f;
}
a:hover {
	color: #993331;
}
a:active {
	color: #2f428f;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
}



/* Links Small*/

.small_link a:link {
	color: #2f428f;
}
.small_link a:visited {
	color: #2f428f;
}
.small_link a:hover {
	color: #993331;
}
.small_link a:active {
	color: #2f428f;
}
.small_link a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-decoration: none;
}



/*Buttons*/

#Expo {
	display: block;
	float: left;
    width: 112px;
    height: 33px;
    background: url(images/but_expo.jpg) no-repeat 0 0;
}

#Expo:hover { 
    background: url(images/but_expo_ro.jpg) no-repeat 0 0;
}

#Sfeer {
	display: block;
	float: left;
    width: 108px;
    height: 33px;
    background: url(images/but_sfeer.jpg) no-repeat 0 0;
}

#Sfeer:hover { 
    background: url(images/but_sfeer_ro.jpg) no-repeat 0 0;
}

#Links {
	display: block;
	float: left;
    width: 92px;
    height: 33px;
    background: url(images/but_links.jpg) no-repeat 0 0;
}

#Links:hover { 
    background: url(images/but_links_ro.jpg) no-repeat 0 0;
}

#Contact {
	display: block;
	float: left;
    width: 107px;
    height: 33px;
    background: url(images/but_contact.jpg) no-repeat 0 0;
}

#Contact:hover { 
    background: url(images/but_contact_ro.jpg) no-repeat 0 0;
}

#Bio {
	display: block;
	float: left;
    width: 112px;
    height: 38px;
    background: url(images/but_bio.jpg) no-repeat 0 0;
}

#Bio:hover { 
    background: url(images/but_bio_ro.jpg) no-repeat 0 0;
}

#Architectuur {
	display: block;
	float: left;
    width: 108px;
    height: 38px;
    background: url(images/but_architect.jpg) no-repeat 0 0;
}

#Architectuur:hover { 
    background: url(images/but_architect_ro.jpg) no-repeat 0 0;
}

#Stilleven {
	display: block;
	float: left;
    width: 92px;
    height: 38px;
    background: url(images/but_stilleven.jpg) no-repeat 0 0;
}

#Stilleven:hover { 
    background: url(images/but_stilleven_ro.jpg) no-repeat 0 0;
}

#Portretten {
	display: block;
	float: left;
    width: 107px;
    height: 38px;
    background: url(images/but_portretten.jpg) no-repeat 0 0;
}

#Portretten:hover { 
    background: url(images/but_portretten_ro.jpg) no-repeat 0 0;
}

/* DIV ID's */ 

#outer {
	margin: 0 auto;
	background: #dcdcdc;
	height: auto;
	width: 800px;
	text-align: left;
}

#top {
	background: url(images/top.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 800px;
}
 
#logo {
	background: url(images/logo.jpg);
	background-repeat: no-repeat;
	float:right;
	height: 71px;
	width: 381px;
}

#but {
	height: 71px;
	width: 800px;
}

#cont {
	background: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	width: 800px;
	text-align: left;
}

#ftr {
	height: 34px;
	width: 800px;
	background: url(images/bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
 
#henderson {
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-bottom:10px;
	text-align: center;
}
 
#outer #cont table tr td {
	text-align: left;
}