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

/* CSS Document */

/* Begin Main Structure */

#page {
	position: relative;
	top: 8px;
	width: 776px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 113px;
	z-index: 50;
	}

#main {
	position: relative;
	left: 0px;
	top: 113px;
	width: 776px;
	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:3px;
	float: left;
	width: 160px;
	height: 100%;
	margin-top:0px;
	margin-bottom:30px;
	background-color:#F1EAE0;
	}

html[xmlns] #main #col_left {
	width:160px;
	height: 100%;
	margin-left:7px;
	}

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

#main #col_centre {
	width: 595px;
	height: auto;
	margin-left: 172px;
	min-height: 550px;
	background-color:#FFFFFF;
	padding-bottom:30px;
	}

html[xmlns] #main #col_centre {
	margin-left: 176px;
	width: 593px;
	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: 70px;
	clear: both;
	margin-left:0px;
	margin-top: 0px;
	margin-bottom:20px;
	background-color: #E9E9E9;
	}
	
html[xmlns] #main #footer {
	margin-left:0px;
	margin-bottom:20px;
	}