A:link, A:visited, A:active {
	text-decoration: none; 
	color: black;
}

A:hover {
	text-decoration: none; 
	color: red;
}

body {
        font-family: arial, helvetica, sans-serif;
        background-color: #4c4a35;
}

h1, h2, h3 {
	margin-top: 10px;
	color: white;

	text-align: center;
	background-color: #507030;
}

p {
	color: white;
}

#wrapper {
        width: 800px;
        margin: 0 auto;
}

#banner {
	position: relative;

	margin-left: 0;

	width: 800px;
	height: 75px;

	border: 2px solid #507030;
}

#nav_home {
	position: relative;

	margin-top: 5px;

	width: 192.5px;
	height: 20px;

	border: 2px solid #507030;
	background-color: #574d32;
	text-align: center;
}

#nav_gallery {
	position: relative;

	margin-top: -24px;
	margin-left: 202.5px;
	
	width: 192.5px;
	height: 20px;

	border: 2px solid #507030;
	background-color: #574d32;
	text-align: center;
}

#nav_contact {
	position: relative;

	margin-top: -24px;
	margin-left: 405px;

	width: 192.5px;
	height: 20px;

	border: 2px solid #507030;
	background-color: #574d32;
	text-align: center;
}

#nav_links {
	position: relative;

	margin-top: -24px;
	margin-left: 607.5px;

	width: 192.5px;
	height: 20px;

	border: 2px solid #507030;
	background-color: #574d32;
	text-align: center;
}

#content {
	position: relative;

	margin-left: 0px;
	margin-top: 5px;

	width: 800px;
	height: 700px;

	border: 2px solid #507030;
	background-color: #574d32;
	text-align: center;
}


