	/* '#' syntax: these are component id's, e.g <div id="topbar"> ; generally one per page. */
	#topbar{
	position:absolute; 
	margin:0px;
	padding:0px;
	left:179px; 
	top:-1px; 
	background:url(images/navigation/topbar.jpg);
	width:1024px;
	height:153px;
	}

	#sidebar
	{
	position:absolute;
	margin:0px;
	padding:0px;
	left:0px; 
	top:0px; 
	width:179px; 
	height:989px;
	}

	#container{
	position:absolute;
	left:179px; 
	top:167px; 
	width:1024px; 
	height:866px; 
	background-color:#FFFAEF;
	}
	
	#rightbar{
	float:right;
	width:320px;
	height:819px;
	background-image:url(images/elements/bootbar.jpg);
 	background-repeat:no-repeat;
	/* -moz-opacity:0.5; */
	}
	
	#rightbartrim{
	float:right;
	width:5px;
	height:819px;
	background-color:#C5962C;
	}
	
	#nav{
	position:absolute;
	top:152px;
	left:179px;	
	width:1024px;
	z-index:2;
	}
	
	/* '.' syntax: these are component classes, e.g <div class="navbox"> ; several per page. */
	.navbox{
	margin:0px;
	padding:0px;
	float:left;
	}
	
	#threecol1{
	position:relative;
	height:900px;
	top:0px;
	float:left;
	width:35%;
	background-color:#33FF00;
	}
	#threecol2{
	position:relative;
	height:900px;
	top:0px;
	float:left;
	width:35%;
	background-color:#3366CC;
	filter:alpha(opacity:30);
	opacity:.3;
	z-index:2;
}
	#threecol3{
	position:relative;
	height:900px;
	top:0px;
	float:left;
	margin-left:-6%;
	width:36%;
	background-color:#FF0066;
	background-image:url(images/elements/bootbar.jpg);
 	background-repeat:no-repeat;
}

