body 
{
  	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: white;
	color: #004100;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

a, a:link, a:visited, a:hover
{
	color:green;
}
a:active
{
	color:#f05200; 
}

h1, h2
{
    color: #004100;
    font-family: Georgia, "Times New Roman", Times, serif;
}
hr 
{
	border: 2px;
	color: #007800;
	background-color: #007800;
	height: 2px;
	width: 100%;
}

img
{
	border:0px;
}

#logos
{
	border:0px;
	height : 125px;
	width:100%;
}
#signature
{
    background-image: url('../images/signature.gif');
    background-repeat: no-repeat;
    float: left;
    height: 125px;
    left: 5%;
    width: 35%;
}
#cuisine
{
    background-image: url('../images/cuisine.gif');
    background-repeat: no-repeat;
    float: right;
    height: 125px;
    left: 36%;
    vertical-align: middle;
    width: 64%;
}
#rumi
{
    background-image: url('../images/rumi.gif');
    background-repeat: repeat-x;
    border: 0px;
    height: 50px;
    width: 100%;
}
.mainText
{
	color: #004100;
	font-size:120%;
	font-weight:400;
}

/*Menu positioning information*/

#menu
{
    border:0px;
	font-family:Helvetica, Verdana, sans-serif;
    list-style-position: inside;
    list-style-type: none;
    text-align:center;  
	top:175px;	
}
#menu ul 
{
	display: inline;
} 
#menu ul li 
{
	display: inline;
	height: 30px;
	list-style: none;
	text-align:center;
	width: 100px;
}

#menu ul img 
{
    height: 30px;
	width: 100px;
}

.menuLink
{
    display: -moz-inline-box;
    display: inline-block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

/*Menu link styles*/
#menu a 
{
	/*/*/padding: 3px; 
	/* border: 2px dotted #CCC; */
	text-decoration: none;
	line-height: 1em;
} 

/*#menu a:link, #menu a:visited 
{	color: white;background-color:red;}
#menu a:hover, #menu a:active 
{	color: white;background-color: red;text-decoration:underline;}
*/

#main
{
    border:2px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align:left;
    width: 820px;
}

#copyright
{
    float:left;
    font-size:75%;
    text-align:right;
    width: 820px;
}