a {
	color:#EC79BA;
}	

a:hover {
	color:#9D7170;
}

* {
	margin:0;
	padding:0;
}

body {
	background:#D7D3C0 url(/clubinghamNZ/imgs/bg_bot.jpg) repeat;
	padding:0;
	margin:0;
	margin-bottom:45px;
	text-align:center;
	min-width:920px;
}

td, th, div, blockquote, dl, ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#9D7170;
	line-height:16px;
}

p {
	margin-top:5px;
}	

img {
	border:0px;
}

td, th {
	vertical-align:top;
	text-align:left;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#FFF;
	line-height:17px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#3399CC;
	line-height:16px;
	margin-top:-1px;
}

/* used within recipe detail mostly */
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#3399CC;
	line-height:16px;
	margin-top:10px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FF7000;
	line-height:16px;
	margin-top:-1px;
}

/* page layout
-----------------------------------------------------------------------------------*/
#headerContainer {
	background:#7DA13A url(/clubinghamNZ/imgs/bg_top.jpg) repeat-x;
}

#header,#main {
	width:880px;
	text-align:left;
	border-left:10px solid #FFF;
	border-right:10px solid #FFF;
}

#header {
	background-color:#8E6E53;
}

#headerMember {
	width:230px;
	background:url(/clubinghamNZ/media/header/logo_ci.jpg) no-repeat;
}

#mainContainer {
	background:#D7D3C0;
}

#main {
	border-top:9px solid #FFF;
	background:#C1BDB1 url(/clubinghamNZ/imgs/bg_main.gif) top center repeat-y;
	margin:0;
	padding:0;
}

#footer {
	width:418px;
	height:18px;
	padding-right:5px;
	color:#ECE9DA;
	background:#4B4945 url(/clubinghamNZ/imgs/footer_right.gif) top right no-repeat;
}

/* content columns
-----------------------------------------------------------------------------------*/
#column1Container {
	float:left;
	width:178px;
	padding-bottom:33px;
}

#column1 {
	margin-left:13px;
	background:#FFF;
}

#logoContainer {
	height:321px;
}

#column2Container {
	float:right;
	width:677px;
	padding-top:13px;
	padding-bottom:11px;
}

#column2ContainerHome {
	float:right;
	width:687px;
	padding-top:13px;
	padding-bottom:11px;
}

/* content columns login page */
#contentContainerPublic {
	width:664px;
	background:#3A3835 url(/clubinghamNZ/imgs/bg_contentHome.gif) bottom left no-repeat;
}

#contentContainer {
	width:664px;
	background:#FFF url(/clubinghamNZ/imgs/bg_content.gif) bottom left no-repeat;
}

#contentContainerHome {
	float:right;
	width:674px;
	padding-top:13px;
	padding-bottom:13px;
	border-right:13px solid #C1BDB1;
}

#column2 {
	padding:22px;
	padding-top:15px;
	padding-bottom:24px;
}

#column2public {
	padding:22px;
	padding-top:0px;
	padding-bottom:24px;
}

#column2home {
	float:left;
	width:327px;
}

#column3home {
	float:right;
	width:327px;
}

#hContainer {
	width:664px;
	padding-bottom:19px;
	background:#3A3835 url(/clubinghamNZ/imgs/bg_h.gif) top left no-repeat;
}

#hContainer h1 {
	padding:16px 22px 0px 22px;
}

/* common image etc elements
------------------------------------------------------------------------- */
.contentI td {
	color:#C3C2A9;
	padding-left:22px;
	padding-right:22px;
}

.contentLpublic td {
	color:#C3C2A9;
}	

.contentLpublic a {
	color:#FFCC00;
}	

.contentLpublic a:hover {
	color:#FFF;
}	

.contentLhome a, .contentRhome a {
	color:#FFCC00;
}	

.contentLhome a:hover, .contentRhome a:hover {
	color:#FFF;
}	

.contentLhome {
	border-left:11px solid #C1BDB1;
}

.contentL ul {
	padding:0px;
	padding-left:24px;
	padding-top:0px;
	padding-bottom:16px;
	margin:0;
	list-style-image:url(/imgs/icon_UL_arrow.gif);
}

.contentL li {
	padding-bottom:1px;
}


.spacerL {
	font-size:6px;
	height:26px;
}

.spacerR {
	font-size:2px;
	line-height:4px;
	height:6px;
}

/* used only on the members homepage*/
.spacerH {
	font-size:2px;
	line-height:4px;
	height:10px;
}

.clearThis {
	clear:both;
}

/* error handling
-----------------------------------------------------------------------------------*/
.errorMsgTxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#7391C7;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

#errorMsg {
	color:#CC0000;
	font-size:10px;
	line-height:11px;
	margin-top:-2px;
	margin-bottom:3px;
}

