/*----FONTS----*/

@font-face {  
	font-family: "Bullet";  
	src: url( "../fonts/Bullet_Regular.eot" ); /* IE */  
	src: local("Bullet"), url( "../fonts/Bullet_Regular.ttf" ) format("truetype"); /* non-IE */  
}

@font-face {  
	font-family: "Stone-Sans";  
	src: url( "../fonts/Stone_Sans_Semi_ITC.eot" ); /* IE */  
	src: local("Stone-Sans"), url( "../fonts/Stone_Sans_Semi_ITC.ttf" ) format("truetype"); /* non-IE */  
}

/*----MAIN----*/

body {
  width:1000px;
	margin:auto;
	font-family:"Bullet", verdana, helvetica, sans-serif;
	font-style:italic;
	letter-spacing:2px;
}

#Logo {
	width:950px;
  clear:right;	
  margin: 25px 0px 30px 50px;
}

header {
	width: 240px;
  float:left;	
  margin: 5px auto auto 25px;
}

#Content {
	width: 735px;
  float:left;	
}

footer {
	font-size:12px;
	margin: 25px auto auto auto;
	clear:both;
	float:right;	
}

footer span {	
	color:#666;
}

/*------MENU-----*/

nav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

nav ul li {
	padding: 0px 0px 90px 0px;
}

nav ul li a {
	width:240px;
	height:22px;
	display:block;	
}

#About {
	background:url("../images/menu/about.jpg") no-repeat;
}

#MotionPictures {
	background:url("../images/menu/motionpictures.jpg") no-repeat;
}

#Photography {
	background:url("../images/menu/photography.jpg") no-repeat;
}

#Contact {
	background:url("../images/menu/contact.jpg") no-repeat;
}

#Access {
	background:url("../images/menu/access.jpg") no-repeat;
}

#MP-Submenu li {
	width:240px;
	overflow:hidden;
	padding: 4px 0px 0px 12px;	
}

.p-submenus li {
	width:240px;
	overflow:hidden;
	padding: 4px 0px 0px 12px;	
}

.submenus-items {
	width:240px;
	height:18px;
	display:block;	
}

/*-----Videos------*/

#Description {
	margin:50px 0px 0px auto;
}

/*------Photography----*/

#P-Description {
  line-height:1.6em;
  font-size:0.8em;
  font-style:normal;
  font-family:"Stone-Sans", verdana, helvetica;
	color:#666666;
	margin:15px 0px 0px 0px;
}

/*----Coming Soon----*/

#ComingSoon {
	padding: 40px 0px 0px 150px;
}

/*-----LINKS----*/

a {
	text-decoration:none;
	outline:none;
}

a:link img, a:visited img, a:hover img, a:active img{ 
	border:0px;
	text-decoration:none;
}
