body {
	background: #000 url(images/bgrd_nav.gif) repeat-y left;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
img {
	border-width: 0px;
	border-style: none;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1pt;
	color: #999;
	text-indent: 10px;
	margin-top: 25px;
	margin-bottom: 7px;
}

h1 a {
	text-decoration: none;
	color: #999;
}

h2 {
	font-size:16px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	margin-bottom: 3px;
	border-bottom: 1px solid #3a3a3a;
	width:800px;
}

h3 {
	font-size:14px;
	font-weight: bold;
	letter-spacing: -0.5pt;
	margin: 20px 0px ;
	border-bottom: 1px solid #3a3a3a;
	width:800px;
}

#container {
	margin: 0px;
	padding: 0px;
	height: 768px;
}
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 240px;
}
#nav ul  {
	border-top: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	width: 240px;
	padding: 0px;
	margin: 0px;
}

#nav ul li  {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#nav ul li a  {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin: 0px;
	padding: 15px 0px 15px 20px;
	width: 220px;
	height: 25px;
}
#nav ul li a:hover {
	background: #1e1e1e url(images/bgrd_nav_li.gif) repeat-x right top;
	color: #999;
}

#nav ul li a:active {
	background: #1e1e1e url(images/bgrd_nav_li.gif) repeat-x right top;
	color: #999;
}

#content {
	padding: 35px;
	margin-left: 260px;
	
}



#content #cover img{	
	border: 10px solid #0d0d0d;
}


/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ margin:25px auto; }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	/*width:500px;*/
	/*overflow:hidden;*/
	height:520px;

}
#fullimg img{ 
	height: auto;
	border:5px solid #1e1e1e;
	margin: 0px auto;
}

/*#fullimg img .wunderImg{ 
	width:400px;
}

#fullimg img .storiesImg{ 
	width:500px;
}*/

#fullimg p, #fullimg span{
	/*position:absolute;*/
	/*background:#0d0d0d;*/
	/*opacity:.5;*/
	color:#666;
	margin:0px 0px 10px 0px;
	padding:6px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
/*	border-bottom: 1px solid #3a3a3a;*/
}

/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
		width: 390px;
	float:left;
	height:50px;
	background-color:#181818;
	position: relative;
	/*margin-top:40px;*/

}




#items{
	margin:0px 3px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:3px;
}
#items .thumb{
	width:50px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
	border:none
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	/*margin:40px 0px;*/
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('images/left.gif');}
#moveright{background: url('images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }


#content .landing {
	margin-top:50px;
}

#content .landing li {
	list-style: none;
	margin-bottom: 25px;
}


#content .landing li a {
	text-decoration: none;
	color: #666;
}

#content .landing li a:hover {
	color: #999;
}


#content .landing li img {
	border:5px solid #1e1e1e;
	margin: 0px 25px;
}
.smallText {
	font-size: 10px;
	margin-top: 20px;
	margin-left: 10px;
	color: #3a3a3a;
}
#about p {
	font-size: 12px;
}
#nav2 {
	text-align: right;
	width: 800px;
}
#nav2 a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #3a3a3a;
}
#nav2 a:hover {
	color: #666;
}
