body {
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: Helvetica, Arial, Sans-serif;
	background-attachment:fixed;
}

#content {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	position: absolute;
}

#startscreen {
	margin-left: 200px;
	margin-top: 50px;
}

#click_me {
	margin-left: -50px;
}

#navigation {
	position: fixed;
	top: 75px;
	left: 10.5%;
	width: 1000px;
}

#photobook {
	clear:left;
	float:left;
	margin:-475px 0 100px -5px;
	position:relative;
	z-index:1;
	width: 24700px; /* SITE-WIDTH: IMPORTANT, CHANGE IF MORE OR LESS PICS SHOULD BE DISPLAYED! */
	height: 470px;
	padding: 15px 15px 15px 0px;
	top:86px;
}

#photos {
	height: 470px;
	font-family: Helvetica, Arial;
	font-size: 18px;
	color: #ffffff;
	background: transparent top left no-repeat;
}

#photos a {
	display: block;
	float: left;
	color: #ccc;
	border: 0px;
	text-decoration: none;
	height: 470px;
}

#photos a:hover {
}

#qTip {
	position: absolute;
	font-family: Helvetica, Arial;
	display: none;
	padding: 20px 20px 20px 20px;
	width: 150px;
	text-align: center;
	valign: middle;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
	z-index: 2;
	background: url('../images/tooltip.png') no-repeat;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

img {
	border: 0 none;
}


/* 
======							======
======		Dropdown Menu		======
======							======
 */

#jsddm {
	margin: 0;
	padding: 0;
	z-index: 10;
}
	
#jsddm li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	z-index: 10;
}

#jsddm li a {
	display: block;
	background: #FFFFFF;
	padding: 2px 20px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 10;
}

#jsddm li a:hover {
	background: #FFFFFF;
	z-index: 10;
}
	
#jsddm li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index: 10;
}
		
#jsddm li ul li {
	float: none;
	display: inline;
	z-index: 10;
}
		
#jsddm li ul li a {
	width: auto;
	background: none;
}
		
#jsddm li ul li a:hover {
	background: none;
}

