/* ------------- "generic" styles */

body {
	margin: 0; padding: 0;
	background: #272727; color: #808080;
	font: small "Palatino Linotype", Monaco, Georgia, serif;
}

a {
	text-decoration: underline;
    color: #fff;
}

a img {
	border: none;
}

p {
	margin: 0 0 1em;
	font-size: 1em;
}

.content {
   padding: 3% 0 0 0;
   margin: 0 6%;
   font-size: 16px;
}


/* ------------- masthead styles */

#masthead {
	margin: 3% 0 3% 6%;
}
#masthead a {
	text-decoration: none;	
}

#masthead h1 {
    margin-bottom: 0.5em; 
	font-size: 16px;
	color: #808080;
	display: inline;
}

#masthead b {
	font-size: 28px;
	color: #fff;
	font-style: normal;
	padding: 0 0.2em 0 0;
}

#homelink {
	padding: 0;
}

/* ------------- navlinks styles */

#navlinks {
	margin: 1.5em 0 0 0;
	padding: 0;
}

#navlinks li {
	display: inline;
	padding-right: 0.75em;
}

#navlinks a {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
}
#navlinks a:hover {
	color: #fff;
}

/* ------------- gallery styles */


#flashcontent {
   margin: -2% 6% 3% 6%;
   padding: 0;
   
}

/* ------------- The rest */

#film{
  margin: 0 0 0 0;
}

#bla{
  margin: 3% 0 0 0;
}


#contact {
  width:480px;
  padding: 3% 0;
}

#slideshow{
  margin: 0 3% 0 0;
 
}
#bla2{
 width:800px;
 height:375px;

}

#bla2 p{
 padding: 10% 0 0 0;
}
.content {
	
	}



	

/* CSS FOR SLIDESHOW SCRIPT */
.slideshow {
		margin:5px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:480px;	/* Image width */
		height:375px;	/* Image height */
		position:relative;	/* Don't remove this line */
	}

	/* Don't change these values */
.slideshow img {
		position: absolute;
		left:0px;
		top:0px;
	}
/* ------------- footer styles */

#footer {

    padding: 3% 0;
	clear: both;
	margin: 3% 0 0 6%;
	font-size: 12px;
	position:absolute;
    left:0px;
    bottom:0px;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}














