* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #DDF8B1;
	font: 14px Garamond,"Georgia",Garamond,serif;
	text-align: center;
}


img {
	border: none;
}

img a {
	border: none;
}

/* link colors */
a:link {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:visited {
	color: #000000;
}


/* navigation area in the header */
#nav {
	height: 85px;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

/* for each individual navigation element */
.nav-element {
	float: right;
	margin: 0;
	padding: 0px 20px 0px 0px;
	width: 100px;
}


/* index page styling */
#index {
	background: #DDF8B1 url('../images/background_home.jpg') no-repeat;	
	margin: 0 auto;
	height: 519px;
	padding: 70px 0px 0px 0px;
	text align: center;
	width: 850px;

}


#index p {
	color: #000000;
	font: 15px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.5em;
	padding: 5px 15px 5px 300px;
	text-align: left;
}
/* about page styling */
#about {
	background: #DDF8B1 url('../images/background_about.jpg') no-repeat;	
	margin: 0 auto;
	height: 519px;
	padding: 70px 0px 0px 0px;
	text align: center;
	width: 850px;

}


#about p {
	color: #000000;
	font: 15px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.5em;
	padding: 5px 15px 5px 300px;
	text-align: left;
}

/* menu page styling */
#menu {
	background: #DDF8B1 url('../images/background_menu.jpg') no-repeat;	
	margin: 0 auto;
	height: 519px;
	padding: 70px 0px 0px 0px;
	text align: center;
	width: 850px;

}


#menu p {
	color: #000000;
	font: 14px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.5em;
	padding: 5px 15px 5px 300px;
	text-align: left;
}
/* contact page styling */
#contact {
	background: #DDF8B1 url('../images/background_contact.jpg') no-repeat;	
	margin: 0 auto;
	height: 519px;
	padding: 70px 0px 0px 0px;
	text align: center;
	width: 850px;

}


#contact p {
	color: #000000;
	font: 15px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.5em;
	padding: 5px 15px 5px 300px;
	text-align: left;
}

/* styling for the footer area */
#footer {
	float: right;
	font: 10px "Lucida Grande",Tahoma;
	margin: 0 auto;
	width: 300px;
}

#footer p {
	color: #000000;
	padding: 10px 0 0 0;
	text-align: right;
}
