body {
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	font-size:69%;
	line-height:1.2em;
	background-color: #FFF;
}


ul {
	list-style:none;
}


/* lay-out */

#container {
	width:100%;
	text-align:center;
	font-size:1.2em;
	margin:0;
	text-align:center;
}

#content {
	position:relative;
	width:997px;
	margin:0 auto 10px auto;
	text-align:left;
}


#nav {
	margin: 0 0 0 0px;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 300px;
	margin-bottom:20px;
	background-repeat: no-repeat;
	background-image: url(../images/stippels.gif);
}


	#main {
		margin:0 0 0 0px;
		position:relative;
		top:25px;
		margin-bottom:30px;
	}
	
	
#image {
	margin:0 0 0 0px;
	position:absolute;
	top:20px;
	left:360px!important;
	left:360px;
}

#video_02 {
	margin:0 0 0 0px;
	position:absolute;
	top:20px;
	left:330px!important;
	left:330px;
}

#video_01 {
	margin:0 0 0 0px;
	position:absolute;
	top:20px;
	left:330px!important;
	left:330px;
}

#messages {
	margin:0 0 0 0px;
	position:relative;
	width: 500px;
}


#thanks {
	top:5px;
}

#thanks p{
	color: #FF0000;
}
	
	
	
/* text_specs */

p {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #696969;
line-height: 1.4em;
margin: none;
padding: none;
}

h1 {
font-family: Georgia, Times, serif;
font-size: 2.2em;
color: #776655;
font-weight: normal;
}

h2 {
font-family: Helvetica, Arial, sans-serif;
font-size: 0.9em;
color: #776655;
font-weight: bold;
line-height: 1em;
}

#footer a,
#nav a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #888;
	font-weight: bold;
}

#footer a:hover,
#nav a:hover {
	background-color: #fbfbcc;
}


#main a,
#image a,
#messages a {
	color: #776655;
	text-decoration: underlined;
	font-weight: normal;
	background-color: #e0e0e0;
}

#main a:hover,
#image a:hover,
#messages a:hover {
	color: #000;
	background-color: #e0e0e0;
}

#main .highlight {
	color: #999;
	background-color: #ffee00;
}

.highlight {
	background-color: #ffee00;
}

.credits {
	color: #776655;
	font-size: 0.8em;
}

#image img {
	margin-bottom: 8px;
}
		
