@charset "UTF-8";
/* CSS Document */

	* {
	margin:0;
	padding:0;
	line-height: 1.5;
		}

	html, body {
			}
.centered-table {
   	margin-left: auto;
  	margin-right: auto;
	}		

	body {
	background-color:#5c5f66;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#cccccc;
	align: center;
	

	}
	
	.copyright {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
	line-height: 17px;
	text-align:center;
	}

.headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#FF9900;
	font-weight:400;
 	margin-bottom: 7px;
}
.sub-headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:normal;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	margin-bottom: 10px;
	

}
.pagebody {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	line-height: 17px;
	text-align:left;

}

.photos {
 	white-space:nowrap;
	padding:0 0px;
	overflow:auto;
	background-color: #000;
	width: 900px;
 }

.padded-table  { 
	padding:0px 50px 50px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
	line-height: 17px;
	text-align:left;
	} 

/* link colors */

a:link {
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	}
	
a:visited { 
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	
	}
	
a:hover { 
	color: #ff9900;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	}
	
a:active { 
	color: #ff9900;
	text-decoration: none;
	font-size: 12px;
	line-height: 11px;
	}
	
	


/* page selectors */
body#home a#nav-home,
body#photography a#nav-photography,
body#new a#nav-new,
body#photography a#nav-photography,
body#graphic a#nav-graphic,
body#video a#nav-video,
body#about a#nav-about,
body#contact a#nav-contact

{
  color: #FF9900;
}
