/************************
***** Home Page CSS *****
************************/

* { margin: 0; padding: 0; }

body { background: url("../images/bkgrnd.jpg") repeat-x #600; font-family: Arial, sans-serif; }

.clear { clear: both; }

#container { background: url("../images/home_page_bkgrnd.jpg") no-repeat; margin: auto; width: 1000px; }
	#shadow { background: url("../images/home_page_shadow_bkgrnd.jpg") repeat-y center; margin: auto; }

#navigation { height: 60px; margin: auto; width: 800px; }
	#nav { margin: 0 0 0 100px; padding-top: 55px; }
		#nav p { border-right: 1px solid #FFF; color: #FFF; display: inline; font-size: 30px; padding: 0 15px 0 15px; }
		#nav p.lastLink { border: 0; }
		#nav a { color: #FFF; text-decoration: underline; }
		#nav a:hover { text-decoration: underline; }
		#nav a.active { border-bottom: 1px dotted #FFF; }

#content { margin: auto; width: 860px; }
	#text { padding: 50px 10px 0 250px; }
		#text h1 { margin-bottom: 10px; }
		#text p { margin-bottom: 10px; margin-left: 60px; width: 500px; }
		#text a { color: #900; font-weight: bold; text-decoration: underline; }
		#text img { border: 1px solid #000; }
		#text .foodPic { float: left; margin: 0 10px 10px 0; }

#footer { background: url("../images/bkgrnd_footer_shadow_02.jpg") no-repeat center; height: 40px; margin: auto; width: 860px; }
	#footer p { color: #DDD; float: left; font-size: 12px; font-weight: bold; margin-left: 30px; padding: 5px 0 0 5px; }
	#footer .webdesigner { float: right; margin-right: 35px; }
	#footer .webdesigner a { color: #FFF; text-decoration: none; }
	#footer .webdesigner a:hover { border-bottom: 1px dotted #FFF; }