body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0;
	background-image: url(../../images/background.gif);
	background-position: center;
	background-repeat:repeat-y;
}

p {
	margin-top: 0;
	text-align: justify;
}

* html p {		/* IE Hack to fix italicised text in a justified block from breaking layout */
	width: 100%;
	overflow: visible;
}

a {
	font-weight: bold;
	color: #6775A4;
	text-decoration: none;
}

a:hover {
	color: #09C;
}

h1 {
	font-size: 160%;
	font-style: italic;
	color: #3E4F89;
	margin: 0 0 12px 0;
}

h2 {
	font-size: 120%;
	color: #3E4F89;
	margin-bottom: 6px;
}

h3 {
	font-size: 110%;
	margin-bottom: 2px;
}

#container {
	width: 800px;
	height: auto;
	margin: 0 auto;
}

* html #container {		/* 1 pixel Hack for IE6 to align with background */
	padding-left: 1px;
}

*:first-child+html #container {		/* 1 pixel Hack for IE7 to align with background */
	padding-left: 1px;
}

#header {
	width: 800px;
	height: 100px;
}

#subheader {
	width: 800px;
	height: 150px;
	background-image: url(../../images/subheader_photo.jpg);
	background-repeat: no-repeat;
}

#logo {
	width: 220px;
	height: 150px;
	text-align: center;
	background-image: url(../../images/logo_bg.jpg);
	background-repeat: no-repeat;
}

#nav {		/* container for main navigation */
	width: 220px;
	height: auto;
	padding: 20px 0px;
	float: left;
	clear: right;
	background-color: #6775A4;
}

.nav_item {
	font-weight: bold;
	color: #FFF;
	width: 220px;
	height: auto;
}

.nav_item a {
	font-weight: bold;
	width: 200px;
	height: auto;
	color: #FFF;
	padding: 3px 0 4px 20px;
	text-decoration: none;
	display: block;
	line-height: 12px;
}

html .nav_item a:hover {
	width: 200px;
	height: auto;
	color: #FFF;
	background-color: #3E4F89;
	display: block;
}

#nav_towel {
	text-align: center;
	margin: 24px 0 12px 0;
}

#content {
	width: 560px;
	height: auto;
	padding: 20px 10px;
	float: left;
}

#logo_img {
	margin-top: 9px;	/* vertically center logo image in logo box */
}

#home_content {		/* content box for home page - to allow room for news scroller */
	width: 360px;
	height: auto;
	float: left;
}

/* *** Start of News Scroller styles *** */

#news_scroll {		/* News Scroller box */
	width: 168px;
	height: 238px;
	margin-left: 20px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	border: 1px solid #6775A4;
}

#news_scroll div {	/* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
	background-color: #FFF;
}

.news_item {	/* News Scroller item style */
	
}

/* *** End of News Scroller styles *** */

.intro {
	font-size: 120%;
	font-weight: bold;
}

#copyright {
	font-size: 90%;
	text-align: center;
}

/* *** Start of 'What's On At New Zealand Naturist Venues' table styles *** */

.tbl_whatson_event {
	width: 100%;
	border: 1px solid #000;
	border-bottom: 0;
	margin-bottom: 18px;
}

.tbl_date {
	width: 40%;
	font-weight: bold;
	color: #FFF;
	padding: 2px 0 2px 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #3E4F89;
}

.tbl_location {
	width: 40%;
	font-weight: bold;
	color: #000;
	padding: 2px 0 2px 5px;
	border-right: 1px solid #000;
	background-color: #BFD89A;
}

.tbl_details {
	padding: 2px 0 2px 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* *** End of 'What's On At New Zealand Naturist Venues' table styles *** */

/* *** Start of NZNF Locations styles *** */

#nznf_map_box {
	width: 251px;
	height: 339px;
	float: left;
	position: relative;
}

#nz_loc_nav_box {
	width: 280px;
	height: auto;
	float: right;
}

.nz_loc_nav_item {
	width: 280px;
	height: 25px;
	color: #FFF;
	margin-bottom: 1px;
	background-color: #6775A4;
}

.nz_loc_nav_item a {
	width: 270px;
	height: 20px;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 0 10px;
	display: block;
}

.nz_loc_nav_item a:hover {
	color: #FFF;
	display: block;
	background-image: url(../../images/nz_loc_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#pointer {
	width: 75px;
	height: 21px;
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
}

/* *** End of NZNF Locations styles *** */

#nznf_bios_img {
	width: 120px;
	height: 160px;
	margin: 0 10px 10px 0;
	float: left;
	background-color: #6775A4;	
}

.shop_home_img {
	width: auto;
	height: auto;
	float: right;
	margin: 0 0 10px 10px;
}

.red_txt {
	color: #F00;
}