/* PAGE WRAPPER */
#wrapper {
	width:1000px;
	margin:0px auto;
	border:none;
	background:#ffffff;
	overflow:auto;
	}
	
/* HEADER */
#header {
	border-bottom:2px solid #004c00;
	height:150px;
	width:1000px;
	padding:0px;
	vertical-align:top;
	text-align:right; 
	background:#ffffff;
	}
	
#headerlogo {
	display:inline-block;
	width:200px;
}
#headerblock {
	display:inline-block;
	width:540px;
	height:150px;
	vertical-align:top;
	font-family: 'Merriweather', serif;
	color:#005500
}
#headerblocktitle {
	margin:15px 10px 5px 0px;
	font-size:45px;
}
#headerblockdetail {
	font-size:22px;
	padding:0px 10px 0px 0px;
}
	
#headerslides {
	border-left:1px solid  #004c00;
	padding:0px;
	margin:0px;
	display:inline-block;
	vertical-align:top;
	height:150px;
	width:250px;
	overflow:hidden;
	}


/* MAIN CENTRAL BLOCK */
#content {
	padding:0px;
	display:table;
	background: #004c00 url("/images/shop.jpg") bottom left no-repeat;
	overflow:auto;
	}
	
/* LEFT MENU ITEMS */
#menu {
	width:230px;
	float:left;
	background: #ffffff;
	padding-bottom:1px;
	}
	
#menu a { /*link images*/
	display:block;
	height:25px;
	width:218px;
	padding:10px 0px 0px 10px;
	background: #004c00 url("/images/menu.jpg") repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	margin:1px 0px 0px 0px;
	border:solid 1px black;
	}
	
#menu a:hover {
	background: #006c00 url("/images/menu_h.jpg") repeat-x;
	}

#menu a.active {
	background: #ff6c00 url("/images/menu_a.jpg") repeat-x;
	}

#menu a.active:hover {
	background: #006c00 url("/images/menu_a.jpg") repeat-x;
	}

/* CONTENT BLOCK */
#content-main {
	padding:0px 10px 20px 10px;
	width:750px;
	float:left;
	background: #ffffff url("/images/background.jpg") bottom right no-repeat;
	overflow:auto;
	min-height:700px;
	}
 
 /* FOOTER */
 #footer {
	clear:both;
    width:1000px;
	border-bottom:2px solid #004c00;
	border-top:2px solid #004c00;
	background:#dde6dd;
	color:#004c00;
	overflow:auto;
	}

#footer-1 { 
	float:right;
	padding:10px;
	text-align:right;
}
#footer-2 { 
	float:right;
	padding:10px;
	text-align:right;
}

#sigline {  
	padding:5px;
	text-align:right;
	font-size:10px;
	background:#dde6dd;
	color:#7b9e7b;
}
#sigline a {
	color:#7b9e7b;
	text-decoration:underline;
}
#sigline a:hover {
	color:#415841;
}
/* SPECIAL YARRA MAGAZINE */
.yarramag {
	font-family:'Century Gothic';
	font-size:34px;
	margin-left:auto;
	margin-right:auto;
	width: 360px;
	margin-bottom:15px;
}
.yarramag img {
}
.yarramag p {
	display:inline-block;
	width:200px;
	margin:0px;
}
.yarramag p span {
	color:#262;
	font-size:20px;
}
