/* Edited with EditCSS */
/**** LINK-tag style sheet ? ****/

 body {
	background-color: #797375;
	color: black;
	margin: 0px 0px;
background-image: url('http://www.photospot.nl/jeroensnijders/images/background.gif');
	background-repeat: repeat-y;
	}
 body, td {
	font-family: verdana, arial, serif;
	font-size: 10pt;
	}
 img {
	border: 1px solid #000000;
	}

#banner {
	position: absolute;
	top: 5px;
	left: 740px;
	width: 240px;
	height: 145px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	}
#banner  img {
      border: none;
      }

#menu {
	position: absolute;
	top: 100px;
	left: 810px;
	width: 180px;
	height: 450px;
	padding-right: 10px;
	}
#menu UL#album, #menu UL#main {
	margin: 0px;
	padding: 0px;
	}
#menu UL#album LI, #menu UL#main LI {
	margin: 0px;
	padding: 1px 0px;
	font-size: 12px;
	line-height: 11px;
	color: white;
	text-align: left;
	list-style-type: none;
	}
#menu UL#main {
	margin-top: 100px;
	}

#content {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 700px;
	text-align: justify;
	padding: 2px;
	}
#content HR {
	display: none;
	}
#infoPic {
	float: right;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 20px;
	}


#galleryHeader {
	text-align: left;
	}
#backButtonContainer {
	position: absolute;
	margin-left: 620px;
	font-size: 14px
font-weight: bold;
	}

#categoryName {
	position: relative;
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	color: white;
	font-size: 14px
	}

TABLE#gallery {
margin-top: 20px;
	}

TABLE#gallery TD {
	width: 200px;
	height: 140px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	}

#footer {
	position: absolute;
	top: 800px;
	height: 30px;
	left: 740px;
	width: 240px;
	padding-right: 10px;
	text-align: right;
	color: white;
	font-size: 7pt;
	}

hr {
	width: 800px;
	display: none;
	}

a:link, a:visited {
	color: white;
	text-decoration: none;
	}
a:hover, a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}


