/* master layout css */
body {
	margin: 0px;
	padding: 0px;
	background-color: #C56A23;
	font-size: 75%;
}

/* page */
#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	background-color: #F1EEDB;
}

/* head */
#head {
	display: block;
	height: 148px;
	background-color: #E9E6D5;
	background-image: url(/down/header_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	min-width: 990px;
}
#head #logo {
	height: 148px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 254px;
	background-image: url(/down/header_logo.gif);
}
#head #global {
	height: 148px;
	text-align: right;
	background-image: url(/down/header_madfish.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	display: block;
}

/* navigation */
#navigation {
	display: block;
	height: 30px;
	background-color: #D1BE96;
	border-top: solid 7px #000000;
	padding-left: 5px;
}
#subnav {
	display: block;
	height: 30px;
	background-color: #F1EEDB;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin: 0px;
}
#subnav #breadcrumbs {
	display: block;
	width: auto;
	float: left;
	height: 30px;
	margin: 0px;
}
#subnav #sitetools {
	height: 30px;
	text-align: right;
	padding-right: 10px;
	margin: 0px;
}



/* billboard */
#billboard {
	display: none;
	background-color: #000000;
	height: 250px;
}
#billboard #swf {
	display: block;
	height: 250px;
	width: 1000px;
	background-color: #333333;
}
#billboard #swf object {
}
#billboard #alt {
	background-color: #C56A23;
	height: 250px;
	width: auto;
	display: none;
}




/* content */
#content {
	display: block;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#content #left {
	background-color: #F3F1DF;
	width: 20%;
	float: left;
	padding-bottom: 220px;
	min-height: 800px;
	background-image: url(/sites/madfishcomau/assets/gfx/sidenav_watermark.gif);
	background-repeat: no-repeat;
	background-position: center 98%;
	margin-bottom: 20px;
}

#content #middle {
	width: 80%;
	float: left;
	margin-left: -1px;
	margin-right: -1px;
	background-color: #FFFFFF;
}
#content #mid-left {
	border-right: solid 1px #E5E3CE;
	min-height: 530px;
	padding: 10px;
	width: auto;
}
#content #mid-right {
	width: 300px;
	min-height: 530px;
	padding-bottom: 20px;
}
#mid-left, #mid-right {
	display: none;
}



#content #right {
	float: left;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	border-left: solid 1px #E5E3CE;
	min-height: 530px;
	background-color: #F1EEDB;
	display: none;
}
#content #spotlight {
	width: 25%;
	border-right: solid 1px #E4E1D0;
}

/*
#content #footnav {
	height: 60px;
}
*/
/* foot */
#foot {
	display: block;
	background-color: #C56A23;
	/* height: 38px; */
	border-top: solid 7px #000000;
}
#foot #footer {
	float: left;
	/* height: 25px; */
	display: none;
}
#foot #copyright {
	float: left;
	/* height: 38px; */
}
#foot #access {
	text-align: right;
	float: right;
	/* height: 38px; */
}
#page #foot #regulation {
	clear: both;
}

_____custom {
}
#subscribe {
	background-color: #D1BE96;
	border: solid 1px #CCCCC4;
	margin: 0px 10px;
	padding: 0px 10px;
	background-image: url(/sites/madfishcomau/assets/gfx/homepg_fishbowl-img.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

