/* Layout Stylesheet */ 

body{
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
	color: #333333;
	}	
 
#hdr{
	margin: 0;
	height: 167px; 
	width: 100%; 
	background: #ffffff;
	color: #333333; 
	border-bottom: 2px solid #000000; 
	} 
 
#hdr-image{
	float: left;
	}
  
#hdr-logo{
	float: right;
	margin-top: 45px;
	padding-right: 10px;
	}
 
#c-block {
	width:100%;
	z-index:1;
	background-image: url(photos/side_bg.gif);
	color: #333333;
	background-color: #FFFFFF;
	}
 
#lh-col{
	position: absolute;
	top: 169px;
	left: 0;
	width: 200px;
	z-index: 1;
	color: #000099;
	border: solid #cc9933;
	border-width: 5px 0 0 0;
	background-color: #FFFFFF;
	}

#c-col{
	margin: 0 50px 0 200px;
	position: relative;
	background: #ffffff;
	color: #333333;
	z-index: 1;
	border: solid #cc9933;
	border-width: 5px 0 0 0;
	} 
 
#rh-col{
	position: absolute;
	top: 169px;
	right: 0;
	width: 50px;
	z-index: 1;
	color: #333333;
	border: solid #cc9933;
	border-width: 5px 0 0 0;
	background-color: #FFFFFF;
	}

#links{
	position: absolute;
	top: 90px;
	margin: 43px;
	z-index: 2;
	}
    
#photo-index{
	float: right;
	padding: 5px 0 2px 20px;
	margin-right: 10px;
	}

#photoServices{
	float: right;
	padding: 5px 0 20px 10px;
	margin-right: 10px;
	z-index: 3;
	}	
	
#photo-why{
	float: left;
	padding: 10px 25px 20px 5px;
	}	
	
#photoWhychoose{
	float: right;
	padding: 15px 10px 15px 10px;
	}
	
#photoContact{
	float: right;
	padding: 5px 5px 30px 10px;
	margin-right: 10px;
	}
	
#photoFeedback{
	float: right;
	z-index: 1;
	padding: 5px 5px 20px 10px;
	margin-right: 10px;
	}	

#ftr {
	width: 100%;
	height: 40px;
	border: solid #ffffff; 
	border-width: 1px 0;
	background: #cc9933;
	color: #ffffff;
	margin: 0;
	padding: 5px 0 15px 0;
	}

