
	body{
		background-color: #2586d7;
/*		background-color: #9a9aca;*/
		font-family: 'Trebuchet MS', 'Lucida Grande',
		Verdana, Lucida, Geneva, Helvetica, 
		Arial, sans-serif;

	}

	#nav {
		width: auto;
		clear: none;
		/*background-color: #90bade;*/
		background-color: #9a9aca;
		color: #333;
		position: absolute;
		top: 15em;
		left: 3em;
	}	

	#nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		border: none;

	}
		
	#nav li {
		font-size: 25px;
		display: inline;
		clear: none;
		width: auto;
		border: none;
		padding: 5px;
		margin: 0;

	}
		
	#nav li a {
		display: inline;
		padding: 5px;
		/*border-left: .25em solid #1958b7;
		border-right: 1em solid #508fc4;*/
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
	
	}

	html>body #nav li a {
		width: auto;
	}

	#nav li a:hover {
		/*border-left: .25em solid #1c64d1;
		border-right: .5em solid #5ba3e0;*/
		background-color: #2586d7;
		color: #fff;
		
	}
		
	#content {
		display: inline;
		clear: none;
		width: 22em;
		position: absolute;
		top: 17em;
		left: 18em;
		/*padding-top: 4em;*/
	}

	#content img {

		border-width: 0px;

	}

	a:link {
		COLOR: #FFFF22;
	}
	a:visited {
		COLOR: #800080;
	}
	a:hover {
		COLOR: #FF0000;
	}
	a:active {
		COLOR: #00FF00;
	}	
	
	#title{
		display: block;
		position: absolute;
		left: 3em;
		top: 1em;
		height: auto;

	}

	#subtitle{
		display: block;
		position: absolute;
		left: 6em;
		top: 3em;
		font-size: 32px;
		line-height: 0em;
	}



	#counter{
		display: inline;
		position: absolute;
		top: 150px;
		left: 50px;	}

	#contact {
		width: 13em;
		background-color: #2586f0;
		border-style: inset;
		border: 1px, 1px, 1px, 1px;
		padding: 1em, 1em, 1em, 1em;
		position: absolute;
		top: 37em;
		left: 3em;
		display: block;	
		line-height: 4px;
			
	}

	#pic{
		position: absolute;
		top: 680px;
		left: 30px;
	}

	#gary{

		position: absolute;
		top: 290px;
		left: 20px;

	}

	#franks {
		position: absolute;
		top: 50px;
		left: -100px;

	}

	#veg {

		position: absolute;
		top: 11em;
	}

	#dancing {
		position: absolute;
		top: 8em;

	}

	#testlist {
		position: relative;
		top: 1em;
	}
	
	#testimonialsimg {
		position: relative;
		left: 30px;

	}

	#menuimg {
		position: relative;
		left: 10px;
		top: 30px;

	}

	#platters {
		position: relative;
		left: -5em;
		top: 0em;
	}

	#carte {
	
		position: relative;
		left: -100px;

	}

	#menu_items {
		position: relative;
		top: 2em;
		left: -70px;
	}

	/*.menu_title {
		position: relative;
		top: 1em;
		left: -50px;
	}*/

	#qoute_text{
		position: relative;
		top: 3em;

	}


