/* Gourmet CSS */
body { background: #1b1b1b; }
strong { font-weight: bold; }

/* Structure */
#outerContainer { width: 100%; background: #1b1b1b url(../images/bg.jpg) no-repeat top center; height: 800px; }
body.contact #outerContainer { width: 100%; background: #1b1b1b url(../images/bg2.jpg) no-repeat top center; height: 800px; }
	#innerContainer { width: 850px; margin: 0 auto; }
		#menu, #restaurants, #order { float: left; width: 250px; margin-top: 250px; margin-left: 20px; }
	
/* Headers */
h1 { text-indent: -1000em; background: url(../images/logo.png) no-repeat; width: 274px; height: 131px; position: absolute; top: 470px; margin-left: 285px; }
h2 { font: bold 22px arial; color: #ffffff; position: absolute; top: 90px; margin-left: 20px; }
	
/* Lists */

/* Paragraphs */
p { font: 14px arial; color: #ffffff; }
#menu p, #restaurants p, #order p { width: 200px; margin-left: 20px; }
p#address { position: absolute; top: 535px; margin-left: 640px; font: 14px arial; color: #999999; text-align: right; }
p#address strong { font: 27px arial; line-height: 40px; }
p#copyright { position: absolute; top: 535px; font: 9px arial; color: #999999; }
p#star { position: absolute; top: 15px; margin-left: -50px; }
p#seeOurAds { position: absolute; top: 492px; margin-left: 32px; }
p#seeOurCateringMenu { position: absolute; top: 492px; margin-left: 32px; }
p#orderIntro { position: absolute; top: 120px; margin-left: 20px; width: 400px; }

p#getDirections { position: relative; align: center; top: 190px; left: 580px; }

p.error, p.success { color: #ffffff; font: 14px arial; position: absolute; }

/* links */

/* Images */

/* forms */
form { position: absolute; top: 180px; margin-left: 20px; }
label { color: #ffffff; display: block; font: 12px arial; }
legend { font-weight: bold; font-size: 1.2em; }
input.text { width: 250px; margin: 0; border: 1px solid #ffffff; background: #ffffff; padding: 2px; }
textarea { width: 250px; height: 100px; border: 1px solid #ffffff; background: #ffffff; padding: 2px; }
fieldset p { margin-bottom: 10px; }
select { font: 12px arial; }
form a { color: #ffffff; text-decoration: underline; position: relative; top: -4px; left: 6px; }



