
@import url("nav-horizontal.css");

/* NAV BAR ON TOP, LOCAL NAV ON THE LEFT AND TWO COLUMNS OF CONTENT */
div#content {
	position: relative;
	width: 956px;
	margin: 0 auto;
	padding: 0 0 20px;
	text-align: left;
	}
div#intro {
	padding: 55px 20px 0;
	background: #fddf7c url(../img/background/intro_shade.gif) repeat-x 0 32px;
	}

/* 3-col layout */
div#main {
	float: left;
	width: 540px;
	padding: 20px 20px 0;
	display: inline;
	/* margin-right: -180px; */
	background: transparent url(../img/background/content_shade.gif) repeat-x 0 0;
	}
div#col1 {
	float: left; 
	width: 255px;
	display: inline;
	}
div#col2 {
	float: left; 
	width: 255px;
	margin-left: 30px;
	display: inline;
	}
div#sidebar {
	float: right;
	width: 170px;
	padding: 20px 10px 0 0;
	display: inline;
	background: transparent url(../img/background/content_shade.gif) repeat-x 0 0;
	}
div#local {
	display: none;
}

/* global navbar */
div#nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 956px; /*800px*/
	/* margin: 0 -20px; */
	margin:0;
	text-align: left;
	}
/* END CONTENT */