#main {
	width: 1024px;
	height: 768px;
	background: #fff url(../images/layout/bg-home.jpg) no-repeat;
	margin: 0 auto;
	position:relative;
}

#content {
	width: 320px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 75px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		left: 377px;
		top: 35px;
	}
	
	#downarrow {
		left: 377px;
		top: 625px;
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-home.png) no-repeat;
	position: absolute;
	left: 457px;
	top: 1px;
	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: 304px;
			height: 256px;
			left: 635px;
			top: 110px;
			background-image: url(../images/layout/navimage-home-about.png);
		}

		#navimage-coffee {
			width: 125px;
			height: 174px;
			left: 530px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-home-coffee.png);	
		}

		#navimage-homebarista {
			width: 208px;
			height: 211px;
			left: 415px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-home-homebarista.png);
		}

		#navimage-cafes {
			width: 187px;
			height: 370px;
			left: 657px;
			top: 0px;
			background-image: url(../images/layout/navimage-home-cafes.png);
		}

		#navimage-news {
			width: 194px;
			height: 342px;
			left: 764px;
			top: 8px;
			background-image: url(../images/layout/navimage-home-news.png);
		}

		#navimage-contact {
			width: 158px;
			height: 173px;
			left: 648px;
			bottom: 28px;
			background-image: url(../images/layout/navimage-home-contact.png);
		}

/* End Custom Nav Images */

.home_news_title {
	font-size:14px;
	text-decoration: underline;
	padding-top: 15px;
	font-weight:bold;
	display:block;
}
.home_news_title:hover {
	text-decoration: none;
}

.home_news_desc {
	
}