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

/* CSS Document */

/* Begin Main Structure */

#page {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 770px;
	height: auto;
	margin-left: -385px;

	/*background-color: pink;*/
	}

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

	/*background-color: green;*/
	}

#main {
	position: absolute;
	left: 0px;
	top: 280px;
	width: 100%;
	height: auto;
	z-index: 25;

	/*background-color: blue;*/
	}

/* Begin Sub Structure */

/* Header */

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

	/*background-color: yellow;*/
	}

#header #search {
	position: absolute;
	left: 10px;
	top: 120px;
	width: 200px;
	height: 101px;
	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 {
	float: left;
	width: 210px;
	height: 400px;

	/*background-color: red;*/
	}

html[xmlns] #main #col_left {
	height: auto;
	min-height: 400px;
	}

#main #col_centre {
	width: 325px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	/*8background-color: yellow;*/
	}

html[xmlns] #main #col_centre {
	height: auto;
	margin-right: auto;
	}

#main #col_right {
	float: right;
	width: 215px;
	height: 400px;
	min-height: 400px;
	/*background-color: red;*/
	}

html[xmlns] #main #col_right {
	height: auto;
	width: 220px;
	}

#main #footer {
	width: auto;
	height: auto;
	clear: both;
	margin-top: 20px;

	/*background-color: black;*/
	}