



body
{
	background-color:#04bfbf;
	
}



#header
{
background-color:#588f27; 
height:100px; 
width:100%; 
}

#name
{
	text-decoration:none;
	color:black;
	position:absolute; 
	margin-top:0px; 
	margin-left:0px;
	color: #fff;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	font: 90px 'copperplate Gothic Bold';
	letter-spacing: 10px;
	z-index:200;
}


#name_image
{
	background-image:url('../Images/1.png');
	background-repeat: no-repeat;
	position:relative; 
	margin-top:0px; 
	margin-left:0px;
	display:block;
         width:900px;
         height:100px; 
		 z-index:100;

}



#link_bar
{
background-color:#f7e967; 
height:25px; 
width:100%; 
border-top:#cafcd8 4px solid;


}


#navBar .selected
{
	background-color:#8a6f5d;
	padding-right: 20px;
	padding-left: 20px;
}


#navBar
{
	height:35px; 
	width:100%;
	
}

#navBar li 
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	text-shadow: 4px 4px 8px black;
	font: 14pt copperplate Gothic Light;
	color: white;
	font-weight: 500;
}
#navBar a
{
	text-decoration:none;
	color:inherit;

}
#navBar ul
{
	padding-top:2px; 
	margin-top:0px; 
	margin-left:5px;
}


#main
{

margin-top:5px; 
     
       
}




#favorite_links
{
	
width:10%;
margin-top:10px;
float:left;
position:relative;
	
}

.link_images
{

	border:black 1px solid; 
   
	padding:10px;
}

#schedule
{

	font: 8pt copperplate Gothic Light;
	color: black;
	border: 1px solid #000000;
	padding: 10px;
	background: white;
        border-radius:10px;
       margin-top:10px;
}




#main_blocks
{

	font: 10pt copperplate Gothic Light;
	color: black;
	border: 1px solid #000000;
	padding: 10px;
	background: white;
border-radius:10px;
}

#main_blocks a
{
	text-decoration:none;
	color:black;
}	
	
#main_blocks h
{
	text-decoration:none;
	color:inherit;
	font: 12pt copperplate Gothic Light;
}	
		
.border
{ 
border: 1px solid #000000;
}

#piano
{
	position:relative; 
	margin-top:10px;
	margin-left:10px;
border-radius:10px;
}

#menu
{
	position:static; 
	margin-top:-900px;
	margin-left:500px;
}
	
.menu_display
{
border-spacing:10px 3px;
}

.menu_display table
{
width: 100%;
border-radius:10px;
}
.menu_display td
{
vertical-align:top;
border-radius:10px;
padding:2px;
}

.daily_view 
{
    border: 1px solid black;
	background-color:white;
	border-spacing:5px 3;
	height: 100%;
}

.daily_view thead
{
    border: 1px solid black;
}
.daily_view tbody td
{
    border: 1px solid black;
}

.daily_view a
{
	font-family: "Courier New";
	font-size:small;
	font-weight:normal;
	text-align: left;
	color:black;
}
	
	
.Breakfast
{
	background-color:yellow;
}

.Lunch
{
	background-color:orange;
}

.Dinner
{
	background-color:5c9a39;
}
	
	
	
	
	