*{
margin:0;
padding:0;
}
body{
background-color:#000;
color:#9d8063;
}
img {
	border:none;
}
/* End html tags */


/* Begin Structure */
#wrapper {
	width:1100px;
	margin:20px 0 0 20px;
	padding:0;
	overflow:auto;
}
#header {
	height:170px;
}
#leftcolumn {
	width:360px;
	float:left;
	overflow:auto;
}
#rightcolumn {
	margin-top:225px;
	width:733px;
	float:left;
}
/*End Structure*/

/*left column*/
#nav {
	margin-top:30px;
	margin-left:115px;
	width:243px;
	overflow:auto;
	padding:0;
}
#fb {
	width:50px;
	margin-left:25px;
	text-align:center;
	float:left;
	margin-top:0px;
}
#fb a {
  display: block;
  outline: none;
  margin:0 auto;
}
#fb a:hover {
  background-position: left bottom;
  }
#fb .fb {
  width: 50px;
  height: 50px;
  background: url(images/fb.png) no-repeat;
}
#twitter {
	width:50px;
	text-align:center;
	float:left;
	margin-top:0px;
}
#twitter a {
  display: block;
  outline: none;
  margin:0 auto;
}
#twitter a:hover {
  background-position: left bottom;
  }
#twitter .twitter {
  width: 50px;
  height: 50px;
  background: url(images/twitter.png) no-repeat;
}
#youtubeico {
	width:50px;
	text-align:center;
	float:left;
	margin-top:0px;
}
#youtubeico a {
  display: block;
  outline: none;
  margin:0 auto;
}
#youtubeico a:hover {
  background-position: left bottom;
  }
#youtubeico .youtubeico {
  width: 50px;
  height: 50px;
  background: url(images/youtube.png) no-repeat;
}
#videography {
	width:210px;
	text-align:center;
	float:left;
	margin-top:40px;
}
#videography a {
  display: block;
  outline: none;
  margin:0 auto;
}
#videography a:hover {
  background-position: left bottom;
  }
#videography .videography {
  width: 210px;
  height: 48px;
  background: url(images/videography.png) no-repeat;
}
#short {
	width:210px;
	text-align:center;
	float:left;
}
#short a {
  display: block;
  outline: none;
  margin:0 auto;
}
#short a:hover {
  background-position: left bottom;
  }
#short .short {
  width: 216px;
  height: 23px;
  background: url(short.png) no-repeat;
}
#promo {
	width:210px;
	text-align:center;
	float:left;
}
#promo a {
  display: block;
  outline: none;
  margin:0 auto;
}
#promo a:hover {
  background-position: left bottom;
  }
#promo .promo {
  width: 216px;
  height: 23px;
  background: url(promo.png) no-repeat;
}
#photography {
	width:216px;
	text-align:center;
	float:left;
	margin-top:35px;
}
#photography a {
  display: block;
  outline: none;
  margin:0 auto;
}
#photography a:hover {
  background-position: left bottom;
  }
#photography .photography {
  width: 216px;
  height: 48px;
  background: url(images/photography.png) no-repeat;
}
#skydiving {
	width:210px;
	text-align:center;
	float:left;
}
#skydiving a {
  display: block;
  outline: none;
  margin:0 auto;
}
#skydiving a:hover {
  background-position: left bottom;
  }
#skydiving .skydiving {
  width: 216px;
  height: 23px;
  background: url(skydiving.png) no-repeat;
}
#models {
	width:210px;
	text-align:center;
	float:left;
}
#models a {
  display: block;
  outline: none;
  margin:0 auto;
}
#models a:hover {
  background-position: left bottom;
  }
#models .models {
  width: 216px;
  height: 23px;
  background: url(models.png) no-repeat;
}
#nature {
	width:210px;
	text-align:center;
	float:left;
}
#nature a {
  display: block;
  outline: none;
  margin:0 auto;
}
#nature a:hover {
  background-position: left bottom;
  }
#nature .nature {
  width: 216px;
  height: 23px;
  background: url(nature.png) no-repeat;
}
#contact {
	width:146px;
	text-align:center;
	float:left;
	margin-top:35px;
}
#contact a {
  display: block;
  outline: none;
  margin:0 auto;
}
#contact a:hover {
  background-position: left bottom;
  }
#contact .contact {
  width: 146px;
  height: 49px;
  background: url(images/contact.png) no-repeat;
}
/*end left column*/

.logo {
	padding:15px;
}

#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:225px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}