/* basis elementen */

body 
		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		}
h1
		{
		
		font-size:14px;
		color:#666666;
		font-weight:bold;
		}

p		{
		margin-top:10px;
		line-height:20px;
		color: #999999;
		font-size:12px;
		}
		
/* unvisited link */
a:link {
	color:gray;
	text-decoration:none;
}
/* visited link */
a:visited {
	color:gray;
	text-decoration:none;
}
/* mouse over link */
a:hover {
	color:#000000;
	text-decoration:underline;
}
/* selected link */
a:active {
	color:#666666;
	text-decoration:none;
}

#header 	
		{
		background-image:url(../img/header.jpg);
		width: 700px; 
		height: 247px;
		margin:0px auto 0px;
		}
		
#ads
		{
		margin:0px auto 30px;
		width: 630px;
		height:60px;
		}

#content
		{
		margin-top:45px;
		text-align:left;
		width:600px;
		margin:0px auto 0px;
		}


				
#footer
		{
		background-image:url(../img/footer.jpg);
		background-repeat:no-repeat;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		width:700px;
		margin:50px auto 0px;
		height:20px;
		padding-top:15px;
		}
		
/* menu list items */

		#header ul 
			{
			margin-top:0px;
			margin-left:50px;
			padding-top:50px;
		}

			#header li { font-weight:bold; list-style-image:url(../img/list.jpg)
			   }

		/* unvisited link */
		#header a:link {
			color: #999999;
			text-decoration:none;
		}
		/* visited link */
		#header a:visited {
			color:#999999;
			text-decoration:none;
		}
		/* mouse over link */
		#header a:hover {
			color:#000000;
			text-decoration:underline;
		}
		/* selected link */
		#header a:active {
			color:#666666;
			text-decoration:none;
		}

			/* list classes */
			
			.item1 {
			margin-left:40px;
			
			}
			
			.item2 {
			margin-left:30px;
			}
			
			.item3 {
			margin-left:20px;
			}
			
			.item4 {
			margin-left:10px;
			}
			
			.item5 {
			margin-left:0px;
			}

