/* Algemeen */
* {
	margin: 0;
	padding: 0
	}
body, a, h1, h2, p, table 	{
	font-family: Tahoma,Arial,Helvetica
	}
body {
	background: #10203c;
	margin: 0;
	font-size: 82%; /* = 10pt */
	color: #FFF;
	text-align: center
	}
	
#site {
	background: transparent;
	width: 750px;
	height: 100%;
	margin: 0 auto 0 auto
	}
	
a:link, a:visited {
	color: #820300;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	}
a:hover, a:active {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	}
						      				
h1, h2, h3 {
	text-align: center;
	font-weight: bold
	}
/* h1:first-letter, h2:first-letter {
	color: #FFF
	} 
*/
h1 {
	color: #820300;
	font-size: 2.0em;
	margin: 10px auto 10px 0;
	border-bottom: 1px solid #820300;
	padding-bottom: 8px
	}
h2 {
	color: #10203C;
	font-size: 1.6em;
	margin: 5px auto
	}
h3 {
	color: #FFF;
	font-size: 1.6em;
	margin: 5px auto
	}
		
p {
	font-size: 1em;
	margin: 7px 50px 7px 50px;
	line-height: 150%;
	text-align: justify
	}

ol, ul {
	font-size: 1em;
	margin: 7px 50px 7px 70px;
	line-height: 150%;
	text-align: justify
	}
		
table {
	line-height: 150%;
	margin: 0 50px 0 50px;
	font-size: 1em;
	text-align: left
	}

img {
	border: 1px solid #FFF
	}
			
/* TITLE */
#title {
	background: url(top.jpg) no-repeat top left;
	margin-top: 10px;
	width: 750px;
	height: 100px;
	border: 1px solid #FFF
	}

/* MENU */
#menu {
	background: transparent;
	position: relative;
	top: 1px;
	left: 25px;
	width: 700px;
	height: 15px;
	color: #808080;
	font-variant: small-caps;
	font-size: 1em;
	text-align: left
	}

#menu a:link, #menu a:visited {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	}
#menu a:hover, #menu a:active {
	color: #820300;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	}
	
/* TEXT */	
#textbox {
	background: #808080 no-repeat top left;
	position: relative;
	top: 4px;
	left: 0;
	width: 750px;
	text-align: justify;
	border: 1px solid #FFF
	}

/* Footer */
#footer {
	background: transparent;
	position: relative;
	top: 4px;
	left: 0px;
	width: 750px;
	height: 20px;
	color: #FFF;
    font-size: 1em;
    text-align: center;
    font-weight: bold
	}

#footer a:link, #footer a:visited {
	color: #808080;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	}
#footer a:hover, #footer a:active {
	color: #FFF;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold
	}

/* Specefic */
.portfolio_text {
	float: left;
	margin: 0;
	width: 400px
	}
.portfolio_picture {
	float: left;
	margin: 0;
	width: 250px
	}
.portfolio_clear {
	clear: left;
	}