@charset "utf-8";
/* CSS Document */

body {
/*	7. Background Image	*/
/*	background-image:url("images/bg.gif"); */
/*	8. Font Color (currently applies to #header, .location h1 and #footer)	*/
	color:#FFFFFF/*#ffffff*/;
	margin:0;
	position:relative;
	text-align:center;
}

img, img a {
	border: none;
}

#logo {
/*	Substitute the Logo file in /images and 
	Change the name of the file below if necessary	*/
	background-image:url("images/logo.png");
	background-repeat:no-repeat;
	float:left;
	height:300px;
	position:absolute;
	top:18px;
	width:500px;
}

#quote {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:2%;
	position:relative;
	width:1000px;

}

#wrapper {
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	position:relative;
	width:1000px;
}

#header, #footer {
	height:auto;
	position:relative;
	width:1000px;
}

#main {
	height:500px;
	width:1000px;
}

#header h1, #footer h1{
/*	10. Background Color, Font, Border Color and Style	*/
	background-color:#394599/*#8FA344*/;
	border-color:#000000/*#394599*/;
	border-style:outset;
	font-family:"Lucida Sans Unicode",sans-serif;
	font-size:20px;
	margin:0;
	padding-bottom:30px;
	padding-top:30px;
}
	
#imageholder {
/*	11. Main Picture	*/
	background-image:url("images/pizza.jpg");
	float:left;
	height:452px;
	position:relative;
	top:5%;
	width:650px;
}

#sidebar {
	float:right;
	height:auto;
	position:relative;
	top:5%;
	width:350px;
}

.location {
/*	12. .location Background and Border Color and Style	
	For Width, Subtract from 350 the total px for Border-Left and Border-Right*/
	background:#FFFFFF;
	border-bottom:1px solid #394599;
	border-left:1px solid #394599;
	border-right:1px solid #394599;
	display:block;
	height:225px;
	width:348px; 
}

.location h1 {
/*	13. .location h1 Background, Font Family and Size
	Set Border Color and Style Same as above	*/
	background:#6CCDF4/*#8FA344*/;
	border-bottom:1px solid #394599;
	border-top:1px solid #394599;
	font-family:"Verdana",Verdana,sans-serif;
	font-size:17px;
	margin:0;
	padding:7px 15px;
	text-transform:uppercase;
}

.location div {
	margin:0;
	padding-bottom:5px;
	padding-top:10px;
}

.address{
/*	14. Address Font Color, Family and Size*/
	color:#394599;
	font-family:Georgia,serif;
	font-size:16px;
}

.telephone{
/*	15. Telephone Font Color, Family and Size*/
	color:#6CCDF4;
	font-family:monospace;
	font-size:23px;
	font-weight:bold;
	position:relative;
}

.options{
	position:relative;
}

.options a {
	text-decoration:none;
	color:#394599;
	font-family:Georgia,serif;
	font-size:12px;
}



#foodtec{
	position:relative;
	width:1000px;
}
