body {
	background: #cc0000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

a {
	color:red;
}

a:hover {
	color:black;
}

#wrapper {
	width: 909px;
	margin: 0 auto;
	background: #ffffff url(../images/line.png) repeat-y;
	position: relative;
}

#container {
  /*background: url(images/content.png) no-repeat right top;*/
  padding-left: 245px;   /* LC fullwidth */
  padding-right: 230px;  /* RC fullwidth + CC padding */
  overflow: hidden;
}
#container .column {
  position: relative;
  float: left;
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
}
#left {
  width: 200px;          /* LC width */
  padding: 0 10px;       /* LC padding */
  padding-top: 15px;
  padding-left: 25px;
  right: 260px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
}
#left ul {
	list-style: none;
	padding: 0;
	padding-top: 10px;
	margin: 0;
}
#left li {
	background: url(../images/dot.png) no-repeat top left;
	padding-left: 30px;
	padding-top: 1px;
	font-size: 1em;
	margin-top: 4px;
}
#left li a {
	color: red;
	font-family: "Courier New";
	font-weight: bold;
	text-decoration: none;
}
#left li a:hover {
	text-decoration: underline;
}
#right {
  width: 180px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  padding-top: 60px;
  margin-right: -230px;  /* RC fullwidth + CC padding */
}

/*** IE Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}

#footer {
	background: url(../images/footer.png) no-repeat;
	height: 73px;
	clear: both;
	position: relative;
}

img {
	border: 0;
}

fieldset {
	border: 0;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
}

textarea {
	width: 500px;
	height: 350px;
}

h1 {
	color: #4096EE;
	text-transform: uppercase;
	font-size: 1.6em;
	font-family: "Courier New";
	padding-top: 6px;
}
h2 {
	color: #ff0000;
	font-size: 0.8em;
	text-transform: uppercase;
}

p {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.4px;
	padding-left: 6px;
}
li {
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 0.4px;
}


.hidden-highlights {
	display:none
}


.hiddenPic {
	display:none;
}

#about_us,#whats_on,#nz_comm {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	top: 247px;
}

#about_us {
	left: 155px;
}

#whats_on {
	left: 305px;
}

#nz_comm {
	left: 605px;
}
