#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-cafes.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

#content {
	width: 290px;
	height: 475px;
	overflow: hidden;
	position: absolute;
	left: 645px;
	top: 63px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		left: 938px;
		top: 63px;
		background: url(../images/layout/uparrow.png);
	}
	
	#downarrow {
		left: 938px;
		top: 521px;
		background: url(../images/layout/downarrow.png);
	}

.titleTop {
	display:none;
}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-cafes.png) no-repeat;
	position: absolute;
	left: 137px;
	top: 2px;
	z-index: 100;
	display:block;
}

	#nav ul {
		position:relative;
		display:block;
		padding:0;
		margin:0;
	}
	#nav ul li {
		display:block;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		margin:0;
		padding:0;
		position:absolute;
	}
	#nav ul li a {
		display:block;
		text-decoration:none;
		text-indent:-9999px;
		background-image: url(../images/layout/nav-text.png);
	}
	#nav ul li a:hover {
		background-image: url(../images/layout/nav-active.png);
	}

	.navimage {
		position:absolute;
		display:none;
		background-repeat: no-repeat;
	}

/* Custom Nav Images */

		#navimage-about {
			width: 341px;
			height: 155px;
			left: 0;
			bottom: 0;
			background-image: url(../images/layout/navimage-cafes-about.png);
		}

		#navimage-coffee {
			width: 233px;
			height: 228px;
			left: 0;
			top: 0;
			background-image: url(../images/layout/navimage-cafes-coffee.png);	
		}

		#navimage-homebarista {
			width: 182px;
			height: 167px;
			left: 220px;
			top: 320px;
			background-image: url(../images/layout/navimage-cafes-homebarista.png);
		}

		#navimage-cafes {
			width: 263px;
			height: 199px;
			bottom: 0;
			right: 15px;
			background-image: url(../images/layout/navimage-cafes-cafes.png);
		}

		#navimage-news {
			width: 95px;
			height: 103px;
			left: 120px;
			top: 183px;
			background-image: url(../images/layout/navimage-cafes-news.png);
		}

		#navimage-contact {
			width: 149px;
			height: 119px;
			right: 170px;
			bottom: 8px;
			background-image: url(../images/layout/navimage-cafes-contact.png);
		}

/* End Custom Nav Images */
