/* Menu CCS Page - Aidan Zumbach*/


/* Main Page Setup*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000066;
	background: #feffff url(images/background.jpg);
	background-repeat:repeat-x;
}

* {
  	margin: 0 auto 0 auto;
	text-align:left;}

p {
	text-align: left;
	font-style: normal;
	color: #000000;
	line-height: 22px;
	letter-spacing: 0.1em;
	top: 15px;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h1 {
	color:#000066;
	font-size:24px;
	font-weight:bold;
}



/* Breakfast DIV */

#breakfast{
	width:425px;
	height:575px;
	background-color:#FFFFFF;
}

#breakfast .breakfastbackground {
	position:relative;
	width:400px;
	height:550px;
	top:10px;
	background-image:url(images/breakfast_1.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}

/* Lunch DIV */

#lunch{
	width:425px;
	height:575px;
	background-color:#FFFFFF;
}

#lunch .lunchbackground {
	position:relative;
	width:400px;
	height:550px;
	top:10px;
	background-image:url(images/lunch_1.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}

/* Dinner DIV */

#dinner{
	width:425px;
	height:575px;
	background-color:#FFFFFF;
}

#dinner .dinnerbackground {
	position:relative;
	width:400px;
	height:550px;
	top:10px;
	background-image:url(images/dinner_1.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
}



/* Features */


.feature{
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 2px solid #B9CEE1;
	background-color: #EEF7FC;
}
