* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	padding: 0;
	margin: 0;
	background: #1c1c1c url("images/bg.jpg") top left repeat-x;
	font-family: Lucida Sans, Lucida Sans Unicode, Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #e9e9e9;
}

#container {
	width: 800px;
	height: auto;
	padding: 50px 0 10px 0;
	margin: 0 auto;
	background: url("images/bg.png") top center no-repeat;
}

/* Header */
#header {
	width: 800px;
	height: 50px;
}

#logo {
	background: url("images/logogjoa.png") center right no-repeat;
	width: 90px;
	height: 50px;
	float: right;
	display: block;
}

/* Menu */
#menulist {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 450px;
	height: 23px;
	position: relative;
	float: left;
}

#menulist a, #menulist a:visited {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menulist a:hover, #menulist li.selected .home,
#menulist li.selected .exclusives, #menulist li.selected .officials,
#menulist li.selected .others, #menulist li.selected .faq, #menulist li.selected .forums {
	background-position: bottom left;
}

#menulist .home {
	width: 53px;
	height: 23px;
	background: url(images/menu_home.gif) no-repeat;
	left: 0px;
	top: 13px;
}

#menulist .photographer {
	width: 108px;
	height: 23px;
	background: url(images/menu_photographer.gif) no-repeat;
	left: 96px;
	top: 13px;
}

#menulist .portfolio {
	width: 74px;
	height: 23px;
	background: url(images/menu_portfolio.gif) no-repeat;
	left: 247px;
	top: 13px;
}

#menulist .guestbook {
	width: 83px;
	height: 23px;
	background: url(images/menu_guestbook.gif) no-repeat;
	left: 366px;
	top: 13px;
}

/* Lines */

#line_top {
	width: 800px;
	height: 2px;
	margin: 6px 0 17px 0;
	background: url("images/lijn_top.gif") top left no-repeat;
}

#line_bottom {
	width: 800px;
	height: 30px;
	margin: 0 0 5px 0;
	background: url("images/lijn_bottom.gif") bottom center no-repeat;
}

/* Left Content */
#left {
	text-align: justify;
	width: 450px;
	margin: 0 0 0 0;
	float: left;
	position: relative;
}


/* Right Content */
#right {
	width: 350px;
	float: left;
	position: relative;
	text-align: right;
}

#gallerywidgets a {
	width: 150px;
	height: 155px;
	margin: 0 0 15px 20px;
	display: inline-block;
	
}

#gallerywidgets a img, #gallerywidgets a:visited img {
	width: 140px;
	height: 140px;
	background: url("images/gallerybg.gif") top center no-repeat;
	text-decoration: none;
	border: none;
	padding: 5px 5px 10px 5px;
	margin: 0;
	display: inline-block;
}

#gallerywidgets a:hover img {
	background-position: bottom;
}

.ngg-gallery-thumbnail img {
	background: url('images/thumbbg.gif') top center no-repeat;
}

.ngg-gallery-thumbnail a:hover img {
	background-position: bottom;
}

/* Footer */

#footer {
	color: #4a4a4a;
}

p {
	padding: 0 0 15px 0;
}

.title {
	font-weight: bold;
}
