/* GLOBAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
	}

html {
	}
	
.copyright {
	clear:both;
	float:right;
	padding:10px 5px 5px 0px;
	font-family:"arial";
	font-size:6pt;
	}
	
body {
	margin-top:5px;
	background-color:#cc3333;
	}
	
.image {
	border:0;
	}
	
#header {
	width:864px;
	height:85px;
	margin: 0 auto;
	position:relative;
	background-color:#dddddd;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	}
	
#greeks {
	float:none;
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
		
#container {
	width:864px;
	height:475px;
	margin:0 auto;
	padding:0;
	position:relative;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);
	background-image: url('http://www.mygreekspizzeria.com/images/bkgrnd_test.png');
	}
	
#awning {
	height:75px;
	}
	
#content {
	width:99%;
	height:345px;
	margin-top: 1%;
	margin-left:5%;
	text-align:center;
	}

#buttons ul {
	float:none;
	position:static;
	text-align:center;
	}

#buttons ul li {
	float:none;
	display:inline-block;
	padding:2px;
	position:static;
	}
	
#buttons ul li{
	display:inline;
	}

#footer {
	clear:both;
	width:864px;
	height:80px;
	margin: 0 auto;
	position: relative;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.50);
	background-color: black;
	/* for IE */
	filter:alpha(opacity=90);
	/* CSS3 standard */
	opacity:0.90;
	}

.footerimage1 {
	float:left;
	margin-top:3px;
	margin-left:20px;
	border:0;
	}

.footerimage2 {
	float:right;
	margin-right:20px;
	border:0;
	}

#navbuttons ul {
	float:none;
	position:static;
	text-align:center;
	}

#navbuttons ul li {
	float:none;
	display:inline-block;
	padding:5px;
	margin:5px;
	position:static;
	}

#navbuttons ul li{
	display:inline;
	}
	
h3.footer {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CC3333;
	}	
	
p.footer {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3333;
	}