body{
	font: 8pt/16pt "HelveticaNeue-Light", Helvetica, Arial, sans-serif;	color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0f1c2b;  
	margin: 3px;	

	}
		
p{
	line-height: 12px;
	}


h1{
	font: 17pt/16pt;
	line-height: 35px;
	margin-right: 550px;
	color: #879db0;
	}

h2{
	font-size: 1.5em;
	line-height: 0px;
	color: #879db0;
	}


a:link { 
	font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #bababa;
	}
a:visited {  
	text-decoration: none; 
	font-weight: bold;
	color: #bababa;
	}
a:hover, a:active { 
	text-decoration: none;
	color: #879db0;
	}

#container{
	width:603px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	}
		
#video{
	padding:30px;
	background-image: url(../images/divbg.gif);
	background-color: black;
	border: 2px solid #33485b;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
	
#contact{
	padding:30px;
	text-align: left;
	background-image: url(../images/divbg.gif);
	background-color: black;
	border: 2px solid #33485b;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	}
	
#gallery{
	padding:30px;
	text-align: left;
	background-image: url(../images/divbg.gif);
	background-color: black;
	border: 2px solid #33485b;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.footer{
	background-color: #33485b;
	color:#b2b2b2;
	width:600px;
	padding: 30px;
	border: 2px solid #203345;
	margin-left: auto;
	margin-right: auto;
	line-height: 12px;

	}	

.compositor{
	margin-left:10px;	
	}	
	
.download{
	font: 7pt/16pt;
	line-height: 35px;
	margin-right: 290px;
	}


.navreel a{
      background-image: url(../images/nav-reel.jpg);
      width: 41px;
      height: 22px;
      float: left;
	}
.navreel a:hover{
      background-position: right;
	}

.navgallery a{
      background-image: url(../images/nav-gallery.jpg);
      width: 60px;
      height: 22px;
      float: left;
	}
.navgallery a:hover{
      background-position: right;
	}

.navcontact a{
      background-image: url(../images/nav-contact.jpg);
      width: 68px;
      height: 22px;
      float: left;
	}
.navcontact a:hover{
      background-position: right;
	}

.navlinks a{
      background-image: url(../images/nav-links.jpg);
      width: 46px;
      height: 22px;
      float: left;
	}
.navlinks a:hover{
      background-position: right;
	}
	
	
	
.hide{
	display:none;
	}
	
