	body {
	background-image: url("http://www.salstra.nl/dolls/image/applebg.jpg"); 
	color:black; 	
	text-align: center; 
	font-family: verdana;
	font-size: 12px;}
	
	a:link {color: sienna; } 
	a:visited {color: saddlebrown; font-weight: bold; }
	a:hover {color: yellowgreen; text-decoration: none; }
	
	img {align: center;}
	
	table.custom 
	{
	width:100%;
	border: 1px lavendar;
	border-collapse: collapse;
	align:center;
	}
	table.custom td
	{
	width:50%;
	text-align:center;}
	
	h1 {color: sienna;
	font-weight: bold;
	font-size: 14px;
	}
	
	h2 { color: yellowgreen;
	font-style: italic;
	font-size: 12px;
	}

	#container 	{display: block;
			background: white;
			width: 1000px;
			height: 700px;
			border-width: 0px;
			border-color: orchid;
			border-style: solid;
			margin-left: auto;
			margin-right: auto;
			}

	#banner		{display: block;
			width: 1000px;
			height: 100px;
			background-image: url("http://www.salstra.nl/dolls/image/banner1.jpg");
			}
			
			
	
	#menu		{display: block;
			width: 95px;
			height: 599px;
			float: left;
			padding-left: 25px;
			border-right: 1px;
			border-left: 0px;
			border-bottom: 0px;
			border-top: 0px;
			border-color: seagreen;
			border-style: dashed;
			text-align: left;
		
			}
	
	#content	{display: block;
			width: 770px;
			height: 599px;
			padding-left: 25px;
			padding-right: 25px;
			float: left;
			text-align: justify;
			overflow: auto;		
			}
