/* ----- ROMIO'S PIZZA----- */
/* SHORTHAND */
.small {	font-size: 85%; }
.b {	font-weight: bold; }
.i {	font-style: italic; }
.centerMe {	text-align: center; }
.norap { white-space: nowrap; }
.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.snug { 	margin: 0px; }
.leftfloatIMG {
	float: left;
	margin-right: 20px;
}
.rightfloatIMG {
	float: right;
	margin-left: 20px;
}


/* ORDINARY HTML ELEMENTS */
form {	/* Safari bug fix */
	background-color: inherit;
	border: 0;
}

a {
	color: #50ac3b;
}

a:visited {
	color: wheat;
}

a:hover {
	color: #66f;
}

a img { border: 0; }

table {
	color: inherit;
	font-size: inherit;
	border: 0;
	border-collapse: collapse;
}

ul, ol, dl {
   position: relative; 
}


/* MAIN DIVs */
body {
	background: #53271a url(../graphics/) no-repeat 0 0;
	font-family: Cochin, Palatino, serif;
	color: wheat;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

#Header {
	background-color: #181118;
	border-bottom: 5px solid #f0006D;
}
#Trunk {
	padding-left: 58px;
	padding-top: 30px;
}
#InfoBox01{
	width: 420px;
	position: absolute;
	top: 15px;
	left: 58px;
}
#RightBox {
	position: absolute;
	top: 101px;
	left: 670px;
	text-align: left;
}
#Footer {
	position: absolute;
	top: 610px;
	left: 83px;
	white-space: nowrap;
}


/* CONTENT ELEMENTS */
#Header h1 {
	position: absolute;
	right: 0px;
	top: 0px;
	visibility: hidden;
}
#BigPic {
	margin-bottom: 70px;
}

#OrderOnlineBox {
	position: absolute;
	top: 285px;
	left: 85px;
}
#OrderOnlineBox a {
	text-decoration: none;
	background-color: white;
	color: #181118;
	font-family: Trebuchet, Trebuchet MS;
	font-weight: bold;
	padding: 4px 12px;
	border: 2px solid #f0006D;
}
#OrderOnlineBox a:hover {
	background-color: wheat;
	color: #53271a;
}
#PinkArrow {
	position: relative;
	right: 25px;
	top: 20px;
}

#PicsTable {
	position: absolute;
	top: 420px;
	left: 50px;
}
#PicsTable tr td {
	padding: 5px 10px;
}

#Hours {
	margin-left: 380px;
}
#Hours h4 {
	margin: 0 0 0.5em;
	font-weight: bold;
	font-size: 100%;
}
.indented { padding-left: 20px; }




