* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	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: #56869F;
}

a:visited {
	color: #282985;
}

/* clear any styling for the divs above */
.clear {
	clear: both;
}

/* index page styling */
#index {
	background: #FFFFFF url('../images/background_semolina.jpg') repeat top;
	border: 10px solid #56869F;
	height: 450px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 0;
	text-align: center;
	width: 850px;
}


/* logo on the left for the index page */
#logo-left {
	float: left;
	height: 600px;
	margin: 20px 0 0 0;
	padding: 0;
	width: 600px;
}

/* navigation on right for index page */
#nav-right {
	float: right;
	height: 600px;
	margin: 0;
	padding: 0;
	width: 200px;
}

/* each individual nav item for index page */
.nav-index {
	float: right;
	margin: 30px 20px 40px 0;
	width: 200px;
}

#nav-right a {
	padding-bottom: 0px;
	text-decoration: none;
}

#nav-right a:hover {
	background-color: #EDDAB1;
	cursor: pointer;
	text-decoration: none;
}


/* styling for the footer area for the index page */
#footer-index {
	font: 10px "Lucida Grande",Tahoma;
	margin: 0 auto;
	padding: 0;
	width: 850px;
}

#footer-index p {
	color: #FFFFFF;
	padding: 0 0 0 0;
	text-align: right;
}


h1 {
	margin-top: 30px;
	font: 30px "Arial",Arial;
	text-align: center;
}


p {
	margin: 20px 0 0 0;
}



/* container area for the whole page */
#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 574px;
}

/* container for the whole header area */
#header {
	height: 171px;
	width: 574px;
}

#logo {
	background: url('../images/header.jpg') no-repeat top;
	height: 136px;
}

/* navigation area in the header */
#nav {
	background-color: #56869F;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 574px;
}

#nav ul {
	margin: 0 auto;
}

#nav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block; 
	float: left; 
	height: 36px;
	padding: 0px 5px 0px 15px;
}

#nav li a:hover, #nav li a#selected, #nav li a#selected:hover {
	background: #EDDAB1;
}




/* container area for the whole content area */
#content {
	margin: 0 auto;
	height: 500px;
	padding: 0;
	width: 650px;

}

/* styling for the about page */
#about {
	background: #000000 url('../images/background_about.jpg') no-repeat;	
	margin: 0 auto;
	height: 550px;
	padding: 100px 80px 0px 80px;
	text align: center;
	width: 415px;
}

#about p {
	color: #000000;
	font: 15px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding: 40px 80px 0px 80px;
	text-align: center;
}
/* styling for the menu page */

#menu {
	background: #000000 url('../images/background_menu.jpg') no-repeat;	
	margin: 0 auto;
	height: 550px;
	padding: 100px 80px 0px 80px;
	text align: center;
	width: 415px;
}


#menu p {
	color: #000000;
	font: 15px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding: 40px 80px 0px 80px;
	text-align: center;


}
/* styling for the location page */
#location {
	background: #000000 url('../images/background_location.jpg') no-repeat;	
	margin: 0 auto;
	height: 550px;
	padding: 100px 80px 0px 80px;
	text align: center;
	width: 415px;
}

#location p {
	color: #000000;
	font: 16px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding: 40px 80px 0px 80px;
	text-align: center;

}

/* styling for the contact page */
#contact {
	background: #000000 url('../images/background_contact.jpg') no-repeat;	
	margin: 0 auto;
	height: 550px;
	padding: 100px 80px 0px 80px;
	text align: center;
	width: 415px;


}

#contact p {
	color: #000000;
	font: 16px Georgia,"Georgia",Georgia,serif;;
	letter-spacing: 0em;
	line-height: 1.2em;
	padding: 40px 80px 0px 80px;
	text-align: center;
}
/* styling for the footer area */
#footer {
	float: right;
	font: 10px "Lucida Grande",Tahoma;
	margin: 0 auto;
	width: 574px;
}

#footer p {
	color: #FFFFFF;
	padding: 10px 0 0 0;
	text-align: right;
}