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

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

p {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

#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: 542px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

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

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

#paraone {
	position: relative;
	width: 300px;
	top: 20px;
	left: 40px;
	color: #edebeb;
	font: 18px/24px "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: #0df4d6;
}

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


