/*
LAYOUT: Three-Column
DESCRIPTION: Three-column fluid layout with two sidebars on both sides of content
*/

#wrapper {
	background-color:#FFFFFF;
	border:#FFFFFF solid 5px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:left;
	width:994px;
}

div#container {
	float:left;
	width: 994px;
	overflow:hidden;
	}

div#content {
display:block;
margin:0px 264px 0 200px;
padding:0;
width:540px;
}

div.sidebar {
	float:left;
	overflow:hidden;
}

div#primary {
	margin:1em 0 0 -989px;
	width:180px;
}

div#secondary {
margin:1em 0 0 -254px;
width:254px;
}

div#azsitemap {
background-color:#CCCCCC;
clear:both;
display:block;
float:left;
position:relative;
width:994px;
}

div#footer {
clear:left;
width:100%;
}