/*Stylesheet for Portfolio of Johan Derycke, based on Simpleviewer www.nr43.be */
<style type="text/css">	
	/* hide from ie on mac \*/	
	#flashcontent {
		width: 640px;
		height: 720px;
	}
	/* end hide */
html, body {
height: 100%
}

body {
margin: 0;
padding: 0;
border: 0;
background: #0a0a0a;
text-align: center;
color: #cccccc;
font-size: normal;
font: Arial, Verdana, sans-serif;
scrollbar-arrow-color:#940f04;
scrollbar-track-color:#0a0a0a;
scrollbar-face-color:#151515;
scrollbar-highlight-color:#444444;
scrollbar-3dlight-color:#222222;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#0a0a0a;
}
img {
border: 0;
display: block;
}
.clear {
clear: both;
}
#container {
width: 892px;
min-height: 100%;
padding: 0;
border-left: thin solid #940f04;
border-right: thin solid #940f04;
border-top: 0;
border-bottom: 0;
margin: 0;
background: #151515;
text-align: left;
align: center;
margin: 0 auto;
}
/* Main Text Area */
#maintext {
margin:0;
padding: 20px;
border: 0;
}
}
/* IE6 hack to get 100% height*/
* html #container {
height: 100%;
}
/* Banner */
#banner {
margin: 0;
padding: 0;
border: 0;
width: 892px;
height: 166px;
align: center;
margin: 0 auto;
}
/* Top menu */
#topmenu {
width: 892px;
height: 32px;
background-image: url(http://users.telenet.be/nr43/blog/images/topmenu.jpg);
background-repeat: repeat-x;
background-position: top left;
font: Arial, Helvetica, Verdana, sans-serif;
font-size: 110%;
color: #cccccc;
text-align: center;
}
/* Footer */
#footer {
height: 20px;
padding-bottom:5px;
font-size: small;
margin: -40px auto 0 auto;
text-align: center;
border: 0;
}
#clearfooter {
height: 40px;
border: 0;
}
/* Typography */
a:link, a:visited {
color: #940f04;
text-decoration: none;
}
a:hover {
color: red;
}
h4 {
font-size: 120%;
color:#940f04;
letter-spacing: 3px;
text-align: left;
border: 0n;
}
ul { 
  margin-top: 0;
}
ul li {
  list-style: disc url(http://users.telenet.be/nr43/blog/images/diamond.gif) inside;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
/* Menu links */
#topmenu a:link, #topmenu a:visited {
font-size: 105%;
text-decoration: none;
color: #cccccc;
background: transparent;
}
#topmenu a:hover {
font-size: 105%;
text-decoration: none;
color: #ffffff;
background: transparent;
}
</style>
