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


body {
	background-color: #000;
	margin:0;
	color:#FFFFFF;
	text-align:center;
}


#wrapper {
	width:960px;
	padding-left:32px;
	padding-right:32px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
#header{
	width:960px;
	float:left;
	text-align:center;
	
	}	
	
	
#logo{
	width:960px;
	height:103px;
	float:left;
	text-align:center;
	}
	
#header img{
	border:none;
	}	
	
	
#navigation{
	width:960px;
	height:38px;
	border-top:#595757 1px solid;
	border-bottom:#595757 1px solid;
	float:left;
	text-align:center;
	}
	
#tv-menu{
	width:244px;
	margin-top:8px;
	border-left:#595757 1px solid;
	border-right:#595757 1px solid;
	background:#000000;
	}
	
#tv-menu p{
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	}
#tv-menu a{
	display:block;
	border-bottom:#595757 1px solid;
	padding-left:22px;
	padding-right:22px;
	padding-top:7px;
	padding-bottom:7px;
	-webkit-transition: all 0.25s ease-in;
	transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	}
	
#photography-menu{
	width:244px;
	margin-top:8px;
	margin-left:0px;
	border-left:#595757 1px solid;
	border-right:#595757 1px solid;
	background:#000000;
	}
	
#photography-menu p{
	line-height:20px;
	font-size:13px;
	font-weight:bold;
	}
#photography-menu a{
	display:block;
	border-bottom:#595757 1px solid;
	padding-left:22px;
	padding-right:22px;
	padding-top:7px;
	padding-bottom:7px;
	-webkit-transition: all 0.25s ease-in;
	transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	}
			
	
	
		
		
		
	
	
	
		
	
	
	
	
#footer{
	width:960px;
	height:36px;
	border-top:#595757 1px solid;
	border-bottom:#595757 1px solid;
	float:left;
	margin-bottom:40px;
	}
	
#footer-left{
	width:480px;
	float:left;
	padding-top:12px;
	}
	
	#footer-right{
	width:480px;
	float:left;
	text-align:right;
	padding-top:14px;
	}
	
		
	
		
	
	
p{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px;
	line-height:14px;
	margin:0;
	}	
	
	
	
	
	
h1, h2, h3, h4, h5 { 
	font-family: AvianoSansRegular; 
	font-weight: normal; 
	font-style: normal;
	margin:0;
	letter-spacing:2px;
	text-transform:uppercase;
	 
}


#header h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	font-weight: normal;
	letter-spacing:2px;
	color:#999; 
	}
	
#navigation h1{
	margin-top:13px;
	margin-bottom:13px;
	font-size:16px;
	font-weight: normal;
	letter-spacing:2px;  
	}
#navigation a{
	padding-left:20px;
	padding-right:20px;
	-webkit-transition: all 0.25s ease-in;
	transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	}
	
#footer-left p{
	font-size:13px;
	color:#999999;
	}
	
#footer-left a{
	color:#999999;
	}
#footer-left a:hover{
	color:#FFFFFF;
	
	}	
		
	
#footer-right p{
	font-size:11px;
	color:#999999;
	}			
	
	
a:link {
	color: #999;
	text-decoration: none;
	outline:none;
}
a:visited {
	text-decoration: none;
	color: #999;
	outline:none;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	outline:none;
}
a:active {
	text-decoration: none;
	color: #999;
	outline:none;
}	
			
		
			

