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

a {color: #fff; text-decoration: underline; }
a:hover {color: #fff; text-decoration: underline; }

#content {
	width: 360px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	left: 577px;
	top: 130px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}

	#uparrow {
		left: 942px;
		top: 132px;
		background: url(../images/layout/uparrow-white.png);
	}
	
	#downarrow {
		left: 942px;
		top: 305px;
		background: url(../images/layout/downarrow-white.png);
	}

.titleTopCenter div {
	display:none;
}

h1 {
	margin: 0;
}
	
#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-about.png) no-repeat;
	position: absolute;
	left: -39px;
	top: 17px;
	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: 224px;
			height: 176px;
			bottom: 0;
			left: 215px;
			background-image: url(../images/layout/navimage-about-about.png);
		}

		#navimage-coffee {
			width: 378px;
			height: 235px;
			left: 160px;
			top: 120px;
			background-image: url(../images/layout/navimage-about-coffee.png);	
		}

		#navimage-homebarista {
			width: 331px;
			height: 365px;
			left: 15px;
			top: 25px;
			background-image: url(../images/layout/navimage-about-homebarista.png);
		}

		#navimage-cafes {
			width: 324px;
			height:  124px;
			left: 180px;
			top: 115px;
			background-image: url(../images/layout/navimage-about-cafes.png);
		}

		#navimage-news {
			width: 210px;
			height: 119px;
			left: 290px;
			top: 235px;
			background-image: url(../images/layout/navimage-about-news.png);
		}

		#navimage-contact {
			width: 159px;
			height: 163px;
			left: 50px;
			bottom: 65px;
			background-image: url(../images/layout/navimage-about-contact.png);
		}

/* End Custom Nav Images */
