/* CSS Document */
body {
	margin:0;
	background:#000000;
}
#container {
	width: 780px;
	margin:0 auto;
}
#logo {
	float:inherit;
	position:relative;
	margin: 0px 0px 0px 180px;
}
#main {
	background:url(images/background.gif);
	background-repeat:repeat-y;
}
#text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#FFFFFF;
	line-height:20px;
	padding: 0px 140px;
	text-align:center;
}
#text h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:32px;
	color:#FFFFFF;
	text-align:center;
}
#text h2 {
	color:#F7ADCE;
	font-size:22px;
}
#button {
	float:inherit;
	position:relative;
	border: thin solid #F7ADCE;
	width:200px;
	margin: -20px 0px 0px 150px;
	padding: 5px;
}
#button a {
	color:#FFFFFF;
	text-decoration:none;
}
#button a:hover {
	color:F7ADCE;
}
#bottom {
	margin-top: -15px;
}
#container_top {
	margin:0 auto;
	width: 777px;
	height: 587px;
	background-image:url(images/index_top.jpg);
	background-repeat:no-repeat;
	border-left:solid thin #000000;
	border-right:solid thin #000000;
	border-top:solid thin #000000;
}
#container_bottom {
	margin:0 auto;
	width: 777px;
	height: 190px;
	background-image:url(images/index_bottom.jpg);
	background-repeat:no-repeat;
	border-left:solid thin #000000;
	border-right:solid thin #000000;
	border-bottom:solid thin #000000;
}

/* Content */

#top_text {
	padding-top:330px;
	width:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#000000;
	text-align:center;
	line-height:27px;
}

#bottom_text {
	padding-top:120px;
	width:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:15px;
}
body>#container_top> #bottom_text {
	padding-top:75px;
	width:500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	line-height:15px;
}
#bottom_text a:link {
	color:#FF0099;
}
#bottom_text a:visited {
	color:#FF0099;
}
#bottom_text a:hover {
	color:#FF66CC;
}

/* bottom content */

#hours_text {
	width:220px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:63px;
	padding-left:20px;
}
#specials {
	width:240px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF0099;
	padding-top:63px;
}
#location {
	width:200px;
	margin-left:285px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-top:63px;
}
#location a:link {
	color:#FF0099;
	text-decoration:underline;
}
#location a:visited {
	color:#FF0099;
	text-decoration:underline;
}
#location a:hover {
	color:#FF66CC;
	text-decoration:underline;
}
/* footer section */
#footer {
	margin:0 auto;
	width:777px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding-left:5px;
}
/* contact for css */
#form_container {
	border:solid thin #000000;
	margin:0 auto;
	width:777px;
	height: 585px;
	background-image:url(images/contact_bkgrnd.jpg);
	background-repeat:no-repeat;
}
#form_header {
	height:178px;
}
#new_text {
	width: 250px;
	float: left;
	position:absolute;
	margin-left: 50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:30px;
	text-align:center;
}
#new_text2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:30px;
	text-align:center;
	padding: 0px 150px 0px 150px;
}
#form_inside {
	float: left;
	position:absolute;
	margin-left: 275px;
	width: 500px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
/*#form_inside {
	margin-left:220px;
	margin-right:auto;
	width: 750px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}*/
.servererror {
	font-size:24px;
	color:#990000;
}
.headline {
	font-size:16px;
	font-weight:bold;
}