body {
	background: #808080;
	font: normal 13px georgia, serif;
	line-height: 1.3;
	margin: 0 auto;
	}
	
a:focus, a:active {
	outline: none;
    }	
	
a:link {
	color: #141414;
	text-decoration: none;
	}	
	
a:visited {
	color: #141414;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #005c97;
	}

#container {
	width: 1500px;
	}

#navbar {
	position: fixed; 
	background: #f1f1f1;
	width: 185px;
	height: 2000px; 
	margin-left: 0px;
	border-left:7px solid #ffffff;
	opacity: .8;
	}
	
#pageheader h1 a {
	display: block;
	background:url(../sprites/logo.png) top center no-repeat;
	width: 120px;
	height: 65px;
	text-align: left;
	text-indent:-9999px;
	margin-left: 21px;
	margin-top: 37px;
	}
	
	#pageheader h1 a:hover {
		background-position: 0 -65px;
		}
	
#navigation {
	margin-left: 20px;
	margin-top: 5px;
	text-transform: uppercase;
	}
	
	#navigation li {
		line-height: 20px; 
		border-bottom: 1px solid #898989;
		}
		
#photo-link li {
	border-bottom: 0px;
	text-transform: none;
	}
	
#photo-link #photographyfolio {
		display: block;
		text-align: left;
		padding-left: 19px;
		border-top: 1px solid #898989;	
		}
			
	#photographyfolio span {
			background: #d1d1d1;
			}
			
		#photo-link #bookone {
				border-bottom: 1px solid #898989; <------ Add if list is longer than 1 item
				}
	
	#contact-link span {
			background: #d1d1d1;
			}
	
#information {
	font: italic 11px georgia, serif; 
	float: left; 
	padding-left: 21px;
	padding-top: 5px;
	color: #909090;
	line-height: 1.3;
	}
	
	#information li span {
		font: normal 11px georgia, serif;
		color: #656565;
		}	
	
	#information a {
		color: #909090;
		}
	
	#information a:hover {
		color: #005c97;
		}
	
#footer {
	position: fixed;
	text-align: center;
	top: 608px;
	width: 180px;
	color: #909090;
	font: normal 10px georgia, serif;
	}	
	
#contact {
	float: left;
	margin: auto;
	width: 1190px;
	margin-left: 200px;
	margin-top: 35px;
	opacity: .90;
	}
	
#contact1 li {
		display: inline;
		float: left;
		border-top:2px solid #808080;
		border-right:9px solid #808080;
		border-bottom:2px solid #808080;
		height: 600px;
		}
		
		#contact1 h1 {
			color: #303030;
			font: normal 12px georgia, serif;
			text-align: [insert "right" here to display text];
			padding-right: 4px;
			text-indent: -19999px; <--[remove me to display text]
			}
	
#contact2 {
	font: normal 12px georgia, serif; 
	position: absolute; 
	padding-top: 220px;
	padding-left: 100px;
	padding-right: 15px;
	color: #656565;
	line-height: 15px; 
	opacity: 0.8;
	}
	
	#contact2 li span {
		font: normal 13px georgia, serif;
		color: #005c97;
		}	
		
	#location2 {
		font: normal 18.5px gerogia, serif;
		color: #656565;
		}
	
	#contact2 a {
		color: #656565;
		}
	
	#contact2 a:hover {
		color: #005c97;
		}