body {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6f4d29;
}

h1, h2, h3, h4, h5, ul, li {
	margin: 0;
	padding: 0;
}

a {
	color: #626262;
	text-decoration: none;
}
	a:hover {
		color: #6f4d29;
	}
	
	a img {
		border: none;
	}

#wrapper {
	width: 760px;
	margin: 0 auto 0 auto;
}

#header{
	float: left;
	margin-top: 40px;
	border-top: 2px solid #6f4d29;
	border-bottom: 2px solid #6f4d29;
	height: 100px;
	width: 340px;
}

	#header h1 {
		height: 42px;		
		background: url(../image/verdijk-sprites.png) no-repeat 0px -1px;
		text-indent: -9999px;
		margin-top: 6px;
	}

#nav {
	float: left;
	width: 420px;
}

	#nav ul {
		float: left;
		clear: none;
		margin-top: 41px;
		border-top: 1px solid #6f4d29;
		border-bottom: 1px solid #6f4d29;
		margin-bottom: 1px;
		margin-left: 8px;
		height: 98px;
		width: 200px;
		background-image: url(../image/verdijk-sprites.png);
		background-repeat: no-repeat;
		list-style: none;
		padding-top: 2px;
	}
	
	#images {
		background-position: 0px -38px;
	}
	
	#words {
		background-position: -208px -38px;
	}
	
		#nav li a {
			text-indent: -9999px;
			background-image: url(../image/verdijk-sprites.png);
			width: 130px;
			height: 20px;
			display: block;
			margin-left: 56px;
		}
		
		#nav #words li a {
			margin-left: 50px; 
		}
		
		#nav-paintings {
			background-position: -56px -40px;
		}#nav-paintings:hover, .active #nav-paintings{
				background-position: -56px -140px;	
			}
			
		#nav-sculptures { 
			background-position: -56px -60px;
		}#nav-sculptures:hover, .active #nav-sculptures { 
				background-position: -56px -160px;
			}
		#nav-paper { 
			background-position: -56px -80px;
		}#nav-paper:hover, .active #nav-paper { 
				background-position: -56px -180px;
			}
			
		#nav-photographs { 
			background-position: -56px -100px;
		}#nav-photographs:hover, .active #nav-photographs { 
				background-position: -56px -200px;
			}
					
		#nav-news {
			background-position: -259px -40px;
		}#nav-news:hover, .active #nav-news { 
				background-position: -259px -140px;
			}
			
		#nav-contact { 
			background-position: -259px -60px;
		}#nav-contact:hover, .active #nav-contact { 
				background-position: -259px -160px;			
			}
			
		#nav-exhibitions { 
			background-position: -259px -80px;
		}#nav-exhibitions:hover, .active #nav-exhibitions { 
				background-position: -259px -180px;
			}
			
		#nav-bibliography { 
			background-position: -259px -100px;
		}#nav-bibliography:hover, .active #nav-bibliography { 
				background-position: -259px -200px;
			}
	


#content {
	position: relative;
	clear: both;
}

	#quote {
		position: absolute;
		top: 0;
		height: 423px;
		width: 340px;
		border-bottom: 2px solid #6f4d29;
	}	
	
		#quote blockquote {
			text-indent: -9999px;
		}
	
	#subnav {
		position: absolute;
		top: 435px;
		height: 180px;
		width: 340px;
		text-align: right;
		padding: 6px 0 0 0;
	}
		
		.portrait #subnav, .landscape #subnav {
			top: 20px;
			width: 140px;
		}
	
	#login {
		position: absolute;
		display: block;
		height: 20px;
		width: 200px;
		top: 615px;
		left: 140px;
		border-bottom: 1px solid #6f4d29;
		text-align: right;
	}
	
	#main {
		position: absolute;
		top: 0px;
		left: 340px;
	}
	
		.landscape #main {
			text-align: right;
			left: 140px;
			width: 616px;
			height: 616px;
			padding-top: 20px;
			background: url(../image/verdijk-sprites.png) no-repeat 208px 635px;
		}
		
		.portrait #main {
			left: 348px;
			width: 408px;
			padding-top: 20px;
			height: 616px;
			background: url(../image/verdijk-sprites.png) no-repeat 0px 635px;
		}
		
		.portrait img.wide {
			float: right;
		}
		
		#main ul {
			list-style: none;
		}
		
		#main li {
			margin-left: 8px;
			border-bottom: 1px solid #6f4d29;
			width: 200px;
			height: 211px;
			float: left;
			text-align: center;
			padding-top: 4px;
		}
			/*
			#main li.landscape {
				padding-top: 4px;
				height: 207px;
			}
			
			#main li.portrait {
				padding-top: 35px;
				height: 176px;
			}
			*/
			
			
		#news li {
			text-align: left;
			line-height: 15px;
			width: 345px;
			height: auto;
			font-size: 12px;
			padding-left: 55px;
			border-bottom: none;
		}
		
		h2 {
			font-size: 20px;
			font-weight: normal;
			padding: 40px 0 10px 0;
			color: #6f4d29;
		}
		
		#news p {
			color: #545454;
		}
		
	#contact {
		margin-left: 8px;
	} 
	
	#main .maintext {
		margin-left: 63px;
		color: #545454;
	}
	
	#main  a {
		text-decoration: underline;
	}
	
	
input {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6f4d29;
	border: none;
	background: #eee;	
}

	input[type=text] {
		padding: 2px;
	}
	
	input[type=submit] {
		border-top: 1px solid #dcdcdc;
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		border-left: 1px solid #dcdcdc;
	}
	
#main #images li {
	height: 211px;
	padding-top: 0px;
}		
			
		
	
	
		
