/* Sicilian Restaurant */


html, body {
		height: 100%;
	}

body {
		margin-top: 0;
		background: #990000;
		color: #000;
		font: normal 85%/140% tahoma, verdana, arial, helvetica, sans-serif;
	}



#container {
		min-height:100%;								
	}


#top {
		margin-top: 0em;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
}


#main

{
margin-left: 11.5em;
margin-right: 5em;
background: #f9e9a7;
color: inherit;
padding: 10px;
border: ridge 5px #016124;



}

#footer {
	
		font: normal 14px/18px georgia;
		margin-top: -5px;
		padding: 8px 0;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}




#left
	{
position: absolute; 
top: 15.1em;
left: -1.9em;
z-index: 2;
}






#menu {
				
		list-style: none;
		font-family: georgia;
		font-weight: 500;
		width: 10em;

	}

#menu li {
		
			padding-bottom: 1px;
				}

#menu a {
			border: groove 2px #012d11;
			background: #016124;
			display: block;
			padding: 0.25em 0.5em;
			text-decoration: none;
								
					}

#menu a:hover  {	background: #003600;
			border: ridge 2px #016124;	
}
	

#toptxt
{
position: absolute;
top: 130px;
left: 180px;
z-index: 3;

}

#shadowtxt
{
position: absolute;
top: 132px;
left: 183px;
z-index: 2
}



/*   text */

h1 {
		
		font-family: georgia;		
		clear: both;
		color: #ffff00;
		font-size: 1.75em;
		line-height: 1.8em;
			}

h2 {font-size: 1.7em; color: #016124}
h3 {font-size: 1.3em; color: #016124}
h4 {font-size: 0.95em; color: #016124}
h5 {font-size: 0.85em; color: #016124}
h6 {font-size: 0.75em; color: #016124}

a {
	color:#FF0
}

p {
color:  #003600;
font-weight: 550
}

.menuitems
{
color: #003600;
font-size: 0.9em;
}

a img 
{border: none
}