/* GLOBAL ELEMENTS */

* {
	color:#000000;
	font-family:verdana,trebuchet ms,helvetica,arial,sans-serif;
	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;
	}
	
.image2 {
	float:left;
	margin-right:3px;
	border:0;
	}
	
.effect {
	background-color:#fff;
	margin-right: 20px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.50);
	}
	
#header {
	width:864px;
	height:85px;
	margin: 0 auto;
	position:relative;
	background-color:#ddd;
	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 -1px 20px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 5px -1px 20px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 5px -1px 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;
	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-image: url('http://www.mygreekspizzeria.com/images/bkgrnd_test.png');
	}
	
#awning {
	height:75px;
	}
		
#left {
	width:234px;
	height:320px;
	float: left;
	margin-top:12px;
	margin-left:15px;
	margin-right: 10px;
	}

#right {
	width:65%;
	height:315px;
	float:right;
	padding:10px 10px 0px 10px;
	margin-top:10px;
	margin-left:0px
	margin-right:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border:1px outset #000;
	}
	
#middle {
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-top: 10px;
	height: 345px;
	width: 100%;
	border-top:0px outset #000;
	background-color:;
	-moz-border-radius: 10px 10px 0px 0px;
	}

#contents {
	background-color:#fff;
	width:94%;
	height:340px;
	margin-top:1%;
	margin-left:3%;
	margin-bottom:1%;
	margin-right:3%;
	padding:5px;
	-moz-border-radius: 10px 10px 0px 0px;
		/* for IE */
	filter:alpha(opacity=65);
	/* CSS3 standard */
	opacity:0.65;
	}
	
.LgBodyText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
	
#buttons ul {
	clear:both;
	float:none;
	position:static;
	text-align:center;
	}

#buttons ul li {
	float:none;
	display:inline-block;
	padding:2px;
	margin:0px;
	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;
	}

.footerimage2 {
	float:right;
	margin-right:20px;
	}
	
#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;
	}
	
.FooterText {
	text-align:center;
	font-family: "Garamond";
	font-size: 24px;
	font-weight:strong;
	color: #ffffff;
	text-decoration: none;
}
.FooterText a {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
h2.footer {
	text-align:center;
	padding: 0px 0px 0px 0px
	}

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;
	}