#everything {
	width: 760px;
}

#headerbox {
}

#tagline {
	font-family:'Trebuchet MS';
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
/*
	color: #C6925A;
	top: 25px;
	left: 205px;
*/
	color: #FFFFFF;
	position: absolute;
	top: 42px;
	left: 190px;
	border: 0px;
	margin: 0px;
/*
	opacity:	.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
*/
}

#photo {
	width: 150px;
	height: 150px;
	border: 0px;
	margin: 0px;
	position: absolute;
	top: 125px;
	left: 480px;
	text-align: right;
}

#subhead1 {
	height: 5px;
	background-color: #C6925A;
	font-size: 0px;
}

#subhead2 {
	height: 60px;
/*	background-color: #305AA4; */
	background-image: url(/ndLayout/images/main_header_1x60.jpg);
	background-repeat: repeat-x;
	background-position: center left;
}

#subhead3 {
	height: 5px;
	background-color: #305AA4;
	font-size: 0px;
}

#subhead4 {
	height: 34px;
	background-color: #14325E;
/*
	background-image: url(/ndLayout/images/band_behind_tabs_1x40.jpg);
	background-repeat: repeat-x;
	background-position: center left;
*/
}

#subhead5 {
	height: 5px;
	background-color: #C6925A;
	font-size: 0px;
}

#content {
	margin: 0 0 0 0;
	padding: 0;
}

#col1 {
	width: 120px;
	float: left;
	margin: 0px 0 0px 0;
	/*background-color: #D8BDA3;*/
}

#col2 {
	width: 520px;
	float: left;
	border-left: 1px solid #C6925A; 
	border-right: 1px solid #C6925A;
	/*margin: 10px 0 10px 0;*/
	padding: 10px 4px 10px 4px;
}

#col3 {
	width: 120px;
	float: left;
	margin: 10px 0 10px 0;
	/*background-color: #D8BDA3;*/
}

.colcontent {
	margin: 0 5px 0 5px;
}

#footer {
	clear: both;
	margin-top: 2px;
	text-align: center;
	/*border-top: 1px solid #C6925A;*/
	color: gray;
}
#footer a {
	font-size: 13px;
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.center {text-align: center;}
.left { text-align: left; padding-left: 3px;}
.right {text-align: right; padding-right: 3px;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}

