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

#content {
	width: 280px;
	height: 440px;
	overflow: hidden;
	position: absolute;
	left: 106px;
	top: 66px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#333224;
}

	#uparrow {
		left: 388px;
		top: 66px;
		background: url(../images/layout/uparrow.png);
	}
	
	#downarrow {
		left: 388px;
		top: 486px;
		background: url(../images/layout/downarrow.png);
	}

#nav {
	width: 366px;
	height: 287px;
	background: transparent url(../images/layout/navbg-privacy.png) no-repeat;
	position: absolute;
	left: 450px;
	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: 152px;
			height: 260px;
			left: 400px;
			bottom: 28px;
			background-image: url(../images/layout/navimage-privacy-about.png);
		}

		#navimage-coffee {
			width: 300px;
			height: 218px;
			right: 0;
			top: 0;
			background-image: url(../images/layout/navimage-privacy-coffee.png);	
		}

		#navimage-homebarista {
			width: 263px;
			height: 186px;
			left: 0;
			bottom: 0;
			background-image: url(../images/layout/navimage-privacy-homebarista.png);
		}

		#navimage-cafes {
			width: 187px;
			height: 305px;
			left: 540px;
			bottom: 0px;
			background-image: url(../images/layout/navimage-privacy-cafes.png);
		}

		#navimage-news {
			width: 172px;
			height: 296px;
			right: 150px;
			top: 0;
			background-image: url(../images/layout/navimage-privacy-news.png);
		}

		#navimage-contact {
			width: 313px;
			height: 245px;
			right: 225px;
			top: 50px;
			background-image: url(../images/layout/navimage-privacy-contact.png);
		}

/* End Custom Nav Images */

div.bigtitle {
	text-decoration: none;
	color: #333224;
	padding: 0;
	margin: 0;
}

hr {
	visibility: hidden;
}

.titleTopCenter {
	display:none;
}

a.buttonMore:link, a.buttonMore:visited {
	font-size: 11px;
	display:none;
}
