body {
    background-color: #999999;
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;

}

div#outer {
    width: 1000px;
	background-color:#FFFFFF;
	margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: thin solid #000000;

}

div#header {
	background-image: url(http://www.artikel461.nl/bg.jpg);
	background-repeat: no-repeat;
	padding: 55px;
	margin: 0px;
	text-align: center;
}

div#nav {
	background-color: #F0F0F0;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	float: left; 
	min-height: 600px;
}
div#main {
	background-color: #F0F0F0;
	margin-left: 0%;
	margin-top: 0px;
	padding: 0px;
	min-height: 600px;
}
div#footer {
	padding: 10px;
	margin: 0px;
	border-top: thin solid #000000;
}

/*This is the begin of the menu stylesheet*/

.urbangreymenu{
width: 160px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 10px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 4px 3px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0; /*Menu begins at the top left corner*/
text-transform: uppercase;
padding: 5px 0 5px 21px; /*21px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 10px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

/* This is the end of the menu stylesheet */

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #000000;
}