html, body {
	margin: 0;
	padding: 0;
	background: #D5D5B3;
}

#page-wrap {
	width: 950px;
	margin: auto;	
}


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

#header {
	width: 950px;
	height: 248px;
	background: url(../images/header.jpg) no-repeat;
}

#header2 ul {
	width: 950px; 
	height: 38px; 
	background: url(../images/header2.gif) no-repeat 0 0;
	position: relative; /** Places image at the top of the page **/
	top: 0px; /** Determines the height from the top of the page **/
	left: 0px;
	list-style: none;
	margin: 0; padding: 0;
}
#header2 li {
	display: inline;
}
#header2 li a:link, #header2 li a:visited {
	border: none;
	height: 38px; /** height of the button in active state **/
	display: block; 
	position: absolute; 
	top: 0; 
	text-indent: -7000px; /** Removes li text from the screen **/
	outline: none;
}

#header2 li.home a:link, #header2 li.home a:visited { 
	left: 0px;
	width: 612px;
}

#header2 li.home a:hover {
	background: url(../images/header2.gif) no-repeat -0px -38px; 
}

/*********** Nav ***********/

#navigation {
	margin: 0 0 0 345px;	
	width: 605px;
	border-bottom: 1px solid #000000;
}

#navigation ul {
	width: 315px; 
	height: 36px; 
	background: url(../images/nav.gif) no-repeat 0 0;
	position: relative; /** Places image at the top of the page **/
	top: 0px; /** Determines the height from the top of the page **/
	left: 0px;
	list-style: none;
	margin: 0; padding: 0;
}
#navigation li {
	display: inline;
}
#navigation li a:link, #navigation li a:visited {
	border: none;
	height: 36px; /** height of the button in active state **/
	display: block; 
	position: absolute; 
	top: 0; 
	text-indent: -7000px; /** Removes li text from the screen **/
	outline: none;
}

#navigation li.directory a:link, #navigation li.directory a:visited { 
	left: 0px;
	width: 137px;
}
#navigation li.cafe a:link, #navigation li.cafe a:visited { 
	left: 137px;
	width: 130px;
}
#navigation li.map a:link, #navigation li.map a:visited { 
	left: 267px;  /** how many px left of the first button i.e blue **/
	width: 48px;
}

#navigation li.directory a:hover {
	background: url(../images/nav.gif) no-repeat -0px -36px; /** moves image up 30px showing the rollover states **/ 
}
#navigation li.cafe a:hover {
	background: url(../images/nav.gif) no-repeat -137px -36px; /** moves image up 30px showing the rollover states **/ 
}
#navigation li.map a:hover {
	background: url(../images/nav.gif) no-repeat -267px -36px; /** moves image up 30px and right 80px showing the rollover states **/
}

/***************************************/

#the-gap {
	height: 45px;
	width: 950px;	
}

#tenant-info {
	display: block;
	float: left;
	height: 290px;
	width: 620px;	
}

#tenant-info .writeup {
	display: block;
	float: left;
	width: 260px; /*355*/
	font: 11px/20px verdana, sans-serif;
	color: #666666;
	padding: 30px 50px 0 45px; 
}

#tenant-info .writeup-cafe {
	display: block;
	float: left;
	width: 260px; /*355*/
	font: 13px/20px verdana, sans-serif;
	color: #666666;
	padding: 30px 50px 0 45px; 
}

#tenant-info .contact {
	display: block;
	float: left;
	width: 265px;
	color: #D65644;
	font: 14px/27px verdana, sans-serif;
}

#tenant-info .contact a:link, #tenant-info .contact a:visited {
	color: #D65644;
	font: 14px/27px verdana, sans-serif;
	text-decoration: none;
}

#tenant-info .contact a:hover {
	text-decoration: underline;	
}

h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: bold 14px/30px verdana, sans-serif;
	color: #D65644;
	text-transform: uppercase;
}

#tenant-list {
	display: block;
	float: left;
	height: 290px;
	width: 330px;	
}

#tenant-list #the-scroll {
	width: 295px; /*330*/
	height: 270px;
	overflow: auto;	
	padding: 0 0 0 35px;
}

#tenant-list #sandwiches {
	color: #666666;
	font: 11px/15px verdana, sans-serif;
}

#tenant-list #frontpage {
	color: #666666;
	font: 11px/15px verdana, sans-serif;
}

#tenant-list #frontpage a:link, #tenant-list #frontpage a:visited {
	color: #D65644;
	font: 11px/15px verdana, sans-serif;
	text-decoration: none;
}

#tenant-list #frontpage a:hover {
	text-decoration: underline;
}

#tenant-list #the-scroll a:link, #tenant-list #the-scroll a:visited {
	color: #666666;
	font: 12px/30px verdana, sans-serif;
	text-decoration: none;
}

#tenant-list #the-scroll a:hover {
	text-decoration: underline;	
}

#footer {
	clear: both;
	width: 950px;
	height: 24px;
	padding: 20px 0 0 0;
	background: #D5D5B3 url(../images/footer.gif) left no-repeat;
}

