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

body {
	background-color: #7c766c;
	font-family: 'Lato', sans-serif;
	height: 1500px;
	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: 552px;
	color: #e9e8e4;
	font: 16px/27px "Lato", sans-serif;
}

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

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

#paraone {
	position: relative;
	width: 305px;
	top: 14px;
	left: 40px;
	color: #edebeb;
	font: 18px/23px "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: #e7f99a;
}

ul {
	margin: -10px 0px 0px -39px;
	font: 15px/21px "Lato", sans-serif;
	font-weight:300;
	list-style: none;
}

li {
	margin: 0px 0px 0px 0px;
	list-style: none;
}

