body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.63em;
	background-color: #303030;
	background-image: url('../img/header-bg.gif');
	background-repeat: repeat-x;
	margin: 0px;
}
#wrapper {
	width: 933px;
	margin: 0px auto;
}
#header {
	height: 138px;
	position: relative;
}
	#header h1 {
		margin: 0px;
	}
		#header h1 a {
			background-image: url('../img/logo.gif');
			display: block;
			width: 178px;
			height: 102px;
			outline: none;
		}
			#header h1 a span {
				display: none;
			}
	#header .certified {
		background-image: url('../img/nlcsa-certified.gif');
		width: 107px;
		height: 78px;
		position: absolute;
		top: 10px;
		right: 8px;
	}
		#header .certified span {
			display: none;
		}
#nav {
	background-image: url('../img/nav-right.gif');
	list-style: none;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	position: absolute;
	right: 1px;
	bottom: 0px;
}
	#nav li {
		float: left;
	}
		#nav li a {
			font-size: 1.5em;
			color: #fff;
			text-decoration: none;
			line-height: 36px;
			background-image: url('../img/nav-button.gif');
			display: inline-block;
			height: 36px;
			padding: 0px 30px;
			outline: none;
		}
		#nav li a.active {
			background-position: bottom;
			font-weight: bold;
			color: #dcd654;
		}
		#nav li a:hover {
			text-decoration: underline;
		}
#main {
	background-image: url('../img/main-bg.gif');
	margin: 40px 0px 0px 0px;
	position: relative;
}
	#main > .top {
		background-image: url('../img/main-top.gif');
		height: 33px;
	}
	#main > .clear {
		clear: both;
	}
#right {
	background-image: url('../img/main-side.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 250px;
	position: absolute;
	top: 33px;
	right: 2px;
	bottom: 0px;
}
	#right .inner {
		padding: 0px 19px 0px 18px;
	}
	#right .box {
		background-image: url('../img/box-bg.gif');
		padding: 0px 0px 0px 25px;
	}
		#right .box > .bottom {
			background-image: url('../img/box-bottom.gif');
			width: 213px;
			height: 20px;
			margin: 0px -25px;
		}
		#right .box h2 {
			font-size: 1.4em;
			font-style: italic;
			font-weight: normal;
			color: #303030;
			margin: 0px;
		}
		#right .box ul {
			line-height: 1.8em;
			list-style-image: url('../img/bullet.gif');
			padding: 0px 0px 0px 10px;
		}
			#right .box ul a {
				font-size: 1.3em;
				font-weight: bold;
				color: #991c06;
				text-decoration: none;
			}
			#right .box ul a:hover {
				text-decoration: underline;
			}
	#right .head {
		font-size: 1.8em;
		color: #303030;
		background-color: #e5e5e5;
		margin: 20px 0px 0px 0px;
		padding: 5px 0px 5px 10px;
	}
	#right .padding {
		font-size: 1.4em;
		color: #303030;
		margin: 0px;
		padding: 10px 15px;
	}
		#right .padding a {
			color: #d2230d;
			text-decoration: none;
		}
		#right .padding a:hover {
			text-decoration: underline;
		}
#footer {
	font-size: 1.1em;
	color: #f2f3f3;
	background-image: url('../img/footer.gif');
	height: 45px;
	margin: 0px 0px 40px 0px;
	padding: 30px 30px 0px 30px;
}
	#footer .left {
		line-height: 15px;
		float: left;
	}
	#footer .right {
		font-style: italic;
		line-height: 30px;
		float: right;
	}
#left {
	float: left;
	width: 609px;
	margin: 0px 0px 0px 31px;
}
	#left h2 {
		font-size: 2.5em;
		color: #303030;
		background-image: url('../img/heading-bottom.gif');
		background-position: bottom;
		background-repeat: repeat-x;
		margin: 0px;
		padding: 0px 0px 15px 0px;
	}
	#left .read-more {
		background-image: url('../img/read-more.gif');
		display: block;
		float: right;
		width: 124px;
		height: 28px;
	}
		#left .read-more span {
			display: none;
		}
	#left .image {
		float: left;
		margin: 15px 10px 10px 0px;
		border: 8px solid #c9c9c9;
	}
	#left p {
		font-size: 1.4em;
		color: #303030;
		line-height: 1.7em;
		text-align: justify;
		margin: 15px 0px 0px 0px;
	}
#slider {
	height: 85px;
	margin: 15px 0px 30px 0px;
}
	#slider a {
		margin: 0px 9px;
	}
		#slider a img {
			padding: 5px;
			border: 1px solid #c9c9c9;
		}
	#slider .left {
		background-image: url('../img/slider-left.gif');
		display: inline-block;
		width: 29px;
		height: 85px;
		margin: 0px 9px 0px 0px;
	}
	#slider .right {
		background-image: url('../img/slider-right.gif');
		display: inline-block;
		width: 29px;
		height: 85px;
		margin: 0px 0px 0px 9px;
	}