/**
 * @created on 08/02/2007
 * @author Mike Kelly
 * @contact mike@whatsthat.co.nz
 *
 **/

/* CSS Document */

/* Begin Main Structure */

#page {
	position: relative;
	top: 8px;
	width: 767px;
	height: auto;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #055451;
	background-color:#FFFFFF;
	}

#header {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 167px;
	z-index: 50;
	background: #FFFFFF url(images/bg.header.gif) no-repeat center center;
	}

#main {
	position: relative;
	left: 0px;
	top: 177px;
	width: 767px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	z-index: 25;
	}

/* Begin Sub Structure */

/* Header */

#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 118px;
	z-index: 1;

	/*background-color: yellow;*/
	}

#header #search {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 200px;
	height: 180px;
	z-index: 1;

	/*background-color: red;*/
	}

#header #nav_alpha {
	position: absolute;
	left: 0px;
	top: 240px;
	width: 100%;
	height: auto;
	z-index: 100;

	/*background-color: black;*/
	}

#header #auth {
	position: absolute;
	right: 0px;
	top: 20px;
	width: 400px;
	height: 50px;
	z-index: 50;

	/*background-color: black;*/
	}

/* Main */

#main #col_left {
	margin-left:10px;
	float: left;
	width: 190px;
	height: 100%;
	margin-top:0px;
	margin-bottom:30px;
	background-color:#CCCCCC;
	}

html[xmlns] #main #col_left {
padding-bottom:20px;
width:190px;
height: 100%;
margin-left:20px;
}

#col_left_top
	{
	height:12px;
	}

#main #col_left .content{
	margin-left:0px;
	margin-bottom:25px;
	}

#main #col_centre {
	padding-top:10px;
	width: 512px;
	height: auto;
	margin-left: 230px;
	min-height: 400px;
	padding-bottom:30px;
	}

html[xmlns] #main #col_centre {
	padding-top:30px;
	margin-left: 230px;
	width: 515px;
	height: auto;
	margin-right: auto;
	margin-bottom:30px;
	}

#main #col_right {
	float: right;
	width: 224px;
	height: 400px;
	min-height: 400px;
	margin-top:0px;
	margin-right:6px;
	/* background: #E0E0E0 url(images/bg.rightbox.gif) repeat-y 0px 0px; */
	}

html[xmlns] #main #col_right {
	background-color:#E0E0E0;
	height: auto;
	width: 223px;
	margin-right:13px;
	}

#main #footer {
	width: auto;
	height: 45px;
	clear: both;
	margin-left:0px;
	margin-top: 0px;
	background: #015545 url(images/bg.footer.gif) no-repeat;
	background-position:right top;
	}
	
html[xmlns] #main #footer {
	margin-left:0px;
	}