#container {
	background: url('images/photos_bg.jpg') no-repeat;
	width: 1000px;
	height: 2800px;
	margin: 0px auto 0px auto;
}

body {
	background-color: #7c766c;
	font-family: 'Lato', sans-serif;
	height: 2300px;
	margin: 0px; 
}

p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-shadow: 2px 1px #3a5321;
}

#navhome {
	position: relative;
	top: 55px;
	left: 380px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

#navabout {
	position: relative;
	top: 27px;
	left: 460px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

#navservices {
	position: relative;
	top: 0px;
	left: 545px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

#navphotos {
	position: relative;
	top: -27px;
	left: 640px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

#navcontact {
	position: relative;
	top: -54px;
	left: 770px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

#photos_two {
	background: url('images/photos_two.jpg') no-repeat;
	width: 1000px;
	height: 219px;
	position: absolute;
	top: 715px;
}

#photos_three {
	background: url('images/photos_three.jpg') no-repeat;
	width: 1000px;
	height: 597px;
	position: absolute;
	top: 934px;
}

#photos_four {
	background: url('images/photos_four.jpg') no-repeat;
	width: 1000px;
	height: 985px;
	position: absolute;
	top: 1530px;
}

#paraone {
	position: relative;
	width: 300px;
	top: 180px;
	left: 500px;
	color: #ffffff;
	font: 26px/30px "Lato", sans-serif;
}

#paratwo {
	position: relative;
	width: 315px;
	top: 700px;
	left: 50px;
	color: #ffffff;
	font: 19px/24px "Lato", sans-serif;
}

#parathree {
	position: relative;
	width: 305px;
	top: 1850px;
	left: 655px;
	color: #ffffff;
	font: 25px/31px "Lato", sans-serif;
}

a:link {
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
	font-weight: 300;
	text-decoration: none;
}

a:visited {
	color: #e9e8e4;
	font: 16px/26px "Lato", sans-serif;
	text-decoration: none;
}

a:hover {
	font: 17px/26px "Lato", sans-serif;
	text-decoration: none;
	color: #f6a595;
}

#footer {
	position: relative;
	width: 1000px;
	top: 1945px;
	left: 485px;
	color: #e7f99a;
	font: 14px/23px "Lato", sans-serif;
	font-weight: 300;
}


