/* -[ Layout ]- */

#wrap {
	position: relative;
	width: 740px; /* prevents Mac IE5 scrollbar */
	}

#main {
	clear: both;
	width: 740px;
	margin: 0;
	padding: 0;
	}
	
#main #nav {
	width: 155px;
	position: absolute;
	top: 135px;
	left: 20px;
	margin-top: 2em;
	}
.bigheader #nav {top: 175px !important;}

#main #content {
	width: 535px;
	position: absolute;
	top: 135px;
	left: 205px;
	}
.bigheader #content {top: 175px !important;}

#content.onecol {
	width: 515px !important;
	}

#content.widecol {
	width: 515px !important;
	}
#content.widecol * {
	width: 435px !important;
	}

#content.widecol ul,
#content.widecol ul li {
	width: auto !important;
	}

#content.widecol h2 {
	width: 515px !important;
	}

#col-one, #col-two {float: left; display: block;}
#col-one {
	width: 360px;
	margin-right: 0;
	position: absolute;
	}
#col-two {
	width: 155px;
	margin-right: 20px;
	position: absolute;
	left: 360px;
	}
	
/* Testing */

table#ruler {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	}