/* basic stylesheet Reno */
/* info@bluemonkey.nl    */
/* updated: 01/10/09     */

/* FIREFOX SCROLLBAR HACK */
html {
	overflow-y: scroll;
}


/* ---[ background ]-------------------------- */
body {
	background: url(../media/background_small.png) white repeat-x; 
}
#photo {
	background-image: url(../media/photo_small.jpg);
	background-repeat: no-repeat;
}
#gradient_right {
	background-image: url(../media/gradient_small.png);
	background-repeat: no-repeat;
}

/* ---[ content ]-------------------------------- */
#content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #5e5e5e;
}
#content p {
	margin-bottom: 20px;
}
#content .onder {
	margin-bottom: 0px;
}
#content a {
	color: #329ba1;
	text-decoration: underline;
}
#content .header {
	margin-bottom: 8px;
}
#content .header_alt {
	margin-bottom: 4px;
	margin-top: 18px;
}
#content .header_alt2 {
	margin-bottom: 6px;
	margin-top: 28px;
}
#content .header_alt3 {
	margin-bottom: 3px;
}
#content ul {
	margin-left: 0px;
}
#content li {
	background-image:url(../media/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 2em;
	padding-bottom: 8px;
}
#content .photo {
	margin-top: 34px;
	border: 1px solid #5e5e5e;
}
#content .photo2 {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #5e5e5e;
}
#content .photo3 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 4px;
	border: 1px solid #5e5e5e;
}

/* ---[ boxes ]------------------------------- */
/* --- position and size --------------------- */
#main {
	margin: 0px auto;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
}
#logo {
	width: 249px;
	height: 60px;
	margin-top: 26px;
	margin-bottom: 26px;
}
#menu {
	height: 24px;
	padding-top: 13px;
	padding-bottom: 13px;
}
#photo {
	height: 246px;
	width: 960px;
}
#gradient_right {
	height: 246px;
	width: 500px;
	position: absolute;
	top: 162px;
	right: 0px;
	z-index: -1;
}
#content {
	width: 960px;
	padding-top: 37px;
}
#content_left {
 	width: 450px;
	padding-right: 30px;
	float: left;
}
#content_right {
 	width: 450px;
	padding-left: 30px;
	float: right;
}

/* ---[ menu ]-------------------------------- */
#menu {
	text-align: right;
}
#menu ul {
	display: inline;
}
#menu li {
	display: inline;
	padding-left: 18px;
}
