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

#content {
	width: 472px;
	height: 239px;
	overflow: hidden;
	position: absolute;
	left: 230px;
	top: 204px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		display:none;
		left: -5000px;
	}
	
	#downarrow {
		display:none;
		left: -5000px;
	}
	
	#articlearrows {
		width: 271px;
		height: 13px;
		bottom: 0px;
		position:absolute;
		display:block;
	}

	.articlearrow {
		cursor: pointer;
		width: 15px;
		height: 13px;
		position: absolute;
		display:block;
	}
	#nextarrow {
		background: url(../images/layout/nextarrow.png);
		right: 0px;
		top: 0px;
	}
	#prevarrow {
		background: url(../images/layout/prevarrow.png);
		left: 0px;
		top: 0px;
	}
	#articlecounter {
		position: absolute;
		display:block;
		top: 0px;
		right: 115px;
		font-size: 12px;
		font-weight:bold;
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-news.png) no-repeat;
	position: absolute;
	left: 665px;
	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: 270px;
			height: 153px;
			left: 250px;
			bottom: 0;
			background-image: url(../images/layout/navimage-news-about.png);
		}

		#navimage-coffee {
			width: 190px;
			height: 253px;
			left: 40px;
			bottom: 60px;
			background-image: url(../images/layout/navimage-news-coffee.png);	
		}

		#navimage-homebarista {
			width: 115px;
			height: 250px;
			right: 260px;
			bottom: 55px;
			background-image: url(../images/layout/navimage-news-homebarista.png);
		}

		#navimage-cafes {
			width: 139px;
			height: 282px;
			left: 80px;
			top: 25px;
			background-image: url(../images/layout/navimage-news-cafes.png);
		}

		#navimage-news {
			width: 183px;
			height: 177px;
			left: 280px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-news-news.png);
		}

		#navimage-contact {
			width: 525px;
			height: 237px;
			right: 0;
			bottom: 10px;
			background-image: url(../images/layout/navimage-news-contact.png);
		}

/* End Custom Nav Images */
