body {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	background-color: #760015;
}

#containertoo {
	width: 500px;
	margin: 0px auto;
	height: inherit;
}

#container {
	float:left;
	width: 500px;
	border-left: 1px solid #ac4d4e;
	border-bottom: 1px solid #ac4d4e;
	border-right: 1px solid #ac4d4e;
	border-top: 1px solid #ac4d4e;
}

/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:FFF;
}

#header{
	height: 103px;
	width: 500px;
}

/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	line-height:1.75em;
	margin-bottom:0.3em;
}
h2 {margin-top:1em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}

#cat{
	background-image:url(../images/colbg.jpg);
	width: 200px;
	padding: 10px 18px 0 15px;
	margin-top: 0px;
	color: #FFF;
}

#catwide {
	background-image:url(../images/colwide_mid.jpg);
	width: 460px;
	margin-top: 0px;
	color: #FFF;
	padding-left: 25px;
}

#cat2{
	background-image:url(../images/colbg.jpg);
	width: 200px;
	padding: 10px 18px 0 15px;
	margin-top: 0px;
	color: #FFF;
}

#main{
	background-repeat: no-repeat;
	width:500px;
	min-height: 400px;
	height: auto;
}

#mainlunch{
	background-image:url(../images/lunchBG.jpg);
	background-repeat: no-repeat;
	width:500px;
	min-height: 580px;
	height: auto;
}


#center {
	width:240px;
	height: auto;
	margin-left: 0px;
	margin-top: 30px;
	left: 545px;
	top: 105px;
	float: left;
}
#centerwide {
	width:485px;
	height: auto;
	margin-left: 7px;
	margin-top: 30px;
	left: 545px;
	top: 105px;
}
#centerLunch {
	width:240px;
	height: auto;
	margin-left: 0px;
	float: left;
	margin-top: 15px;
}

#click {
	width:320px;
	height: auto;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 18px;
	margin-right: 10px;
}

#click3 {
	width:420px;
	height: 250px;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 45px;
	margin-right: 10px;
}

#click2 {
	width:227px;
	height: 57px;
	display: block;
	float: right;
	position: absolute;
	left: 785px;
	top: 428px;
}
#txt {
	width:285px;
	height: 57px;
	display: block;
	font-size: 90%;
	float: left;
}
/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	background:#aaa;
	padding:.7em 1em;
	margin-bottom:0;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
	margin-bottom:1em;
}
blockquote {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.2em;
	padding-left:1em;
	border-left:4px solid #ccc;
}
blockquote cite {
	font-size:.9em;
}
ul, ol {
	padding-top:0;
}
