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

/* CSS Document */

/* Begin Main Structure */

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

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

	/*background-color: green;*/
	}

#main {
	position: relative;
	left: 0px;
	top: 155px;
	width: 743px;
	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: 180px;
	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 {
	float: left;
	width: 128px;
	height: 400px;
	margin-top:0px;
	background-color:#FFFFFF;
    /*
	background-image:url(images/page.leftboxbg.gif);
    background-position:left top;
    background-repeat:repeat-y;
	*/
	}

html[xmlns] #main #col_left {
	/* background-image:url(images/page.leftboxbg.firefox.gif); */
	width:128px;
	height: auto;
	min-height: 400px;
	}

#main #col_left .content{
	margin-left:12px;
	}

#main #col_centre {
	width: auto;
	height: 400px;
	margin-left: 120px;
	margin-right: 0px;
	min-height: 400px;
	background-color:#FFFFFF;
    /*
	background-image:url(images/bg.main.gif);
    background-position:right top;
    background-repeat:repeat-y;
	*/
	}

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

#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: 115px;
	clear: both;
	margin-left:0px;
	margin-top: 0px;
	margin-bottom:50px;
	/*background-color: black;*/
	}
	
html[xmlns] #main #footer {
	margin-left:0px;
	margin-bottom:20px;
	}
