@charset "utf-8";
/* CSS Document */


@import url("reset.css");
@import url("text.css");
body {
	background-image: url(images/background.jpg);
}
#outer-container {
	background-image: url(images/nc-cap.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 540px;
	width: 1406px;
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 0px;
	margin-left: -703px;
}
#content-horiz-tile {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/content-horiz-tile.png);
	z-index: 1;
	position: relative;
}
#header {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 297px;
	background-image: url(images/header.png);
}
#inner-content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/vert-tile.png);
	background-repeat: repeat-x;
}
#inner-inner-content {
	background-image: url(images/nav-tan.png);
	background-repeat: repeat-y;
	background-position: left;
}
#footer-bottom {
	height: 107px;
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.png);
	position: relative;
	z-index: 1;
}
#nav-bar {
	float: left;
	width: 140px;
	height: 700px;
	background-image: url(images/nav-back.jpg);
}
#content-area {
	float: right;
	width: 780px;
	padding: 20px;
}
#nav-bar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav-bar ul li a {
	color: #000;
}

#nav-bar ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 100%;
}

.clear-both {
	clear: both;
}
