* {
	margin: 0;
	padding: 0;
}
body {
	background: #ad793d url(../images/backgroundX.png) repeat-x left top;
}
#bigContainer {
	position: relative;
	display: block;
	width: 917px;
	margin: 20px auto 0 auto;
}
#headerContainer {
	position: relative;
	display: block;
	padding-left: 15px;
	height: 171px;
}
	#headerContainer .NW {
		position: absolute;
		display: block;
		height: 17px;
		width: 15px;
		top: 0;
		left: 0;
		background: url(../images/sprites.png) no-repeat -89px -24px;
	}
	#headerContainer .W {
		position: absolute;
		display: block;
		height: 154px;
		width: 15px;
		top: 17px;
		left: 0px;
		background: url(../images/spritesY.png) repeat-y 0px 0px;
	}
	#header {
		position: relative;
		display: block;
		height: 171px;
		background: url(../images/header.jpg) no-repeat 0px 0px;
	}
#navContainer {
	position: relative;
	display: block;
	padding-left: 15px;
	height: 24px;
}
	#navContainer .W {
		position: absolute;
		display: block;
		height: 24px;
		width: 15px;
		top: 0px;
		left: 0px;
		background: url(../images/spritesY.png) repeat-y 0px 0px;
	}
	#nav {
		position: relative;
		display: block;
		height: 24px;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		background:  url(../images/spritesX.png) repeat-x 0px 0px;
		list-style: none;
	}
		#nav li {
			position: relative;
			float: left;
			height: 24px;
			width: 89px;
		}
		#nav li a {
			position: relative;
			display: block;
			height: 21px;
			width: 89px;
			background: url(../images/sprites.png) no-repeat -90px 0px;
			text-align: center;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			padding-top: 3px;
			font: 12px/18px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
		}
		#nav li.current a {
			height: 24px;
			padding-top: 8px;
			margin-top: -5px;
			background: url(../images/sprites.png) no-repeat 0px 0px;
			border-right: 1px solid #fff;
		}
		#nav li a:hover, #nav li a:active {
			height: 24px;
			padding-top: 8px;
			margin-top: -5px;
			background: url(../images/sprites.png) no-repeat 0px -30px;
			border-right: 1px solid #fff;
		}
#contentContainer {
	position: relative;
	display: block;
	padding-left: 15px;
	background: url(../images/spritesY.png) repeat-y 0px 0px;
}
	#content {
		padding: 20px 0;
		
	}
#footerContainer {
	position: relative;
	display: block;
	height: 25px;
}
	#footerContainer .SW {
		position: absolute;
		display: block;
		height: 25px;
		width: 24px;
		top: 0px;
		left: 0px;
		background: url(../images/sprites.png) no-repeat -104px -24px;
	}
	#footerContainer .S {
		position: absolute;
		display: block;
		height: 25px;
		width: 873px;
		top: 0px;
		left: 24px;
		background: url(../images/spritesX.png) repeat-x 0px -25px;
	}
	#footerContainer .SE {
		position: absolute;
		display: block;
		height: 25px;
		width: 20px;
		top: 0px;
		left: 897px;
		background: url(../images/sprites.png) no-repeat -129px -24px;
	}
#siteBy {
	position: relative;
	display: block;
	margin-left: 15px;
	background: url(../images/sprites.png) no-repeat 0px -60px;
}
	#siteBy p {
		padding-top: 5px;
		font: 12px/18px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	}
	#siteBy a {
	}
	#siteBy a:link, #siteBy a:visited {
		color: #000;
	}
	#siteBy a:hover, #siteBy a:active {
		color: #2d96be;
	}
	
	
	

/* 3-Column layouts */
.A {
	position: relative;
	display: inline;
	float: left;
	width: 253px;
	padding-left: 51px;
	padding-right: 10px;
}
.B {
	position: relative;
	display: inline;
	float: left;
	width: 252px;
	padding: 0 10px;
}
.C {
	position: relative;
	display: inline;
	float: left;
	width: 255px;
	padding-left: 10px;
	padding-right: 51px;
}
.C:after, .BC:after, .E:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.AB {
	position: relative;
	display: inline;
	float: left;
	width: 525px;
	padding-left: 51px;
	padding-right: 10px;
}
.BC {
	position: relative;
	display: inline;
	float: left;
	width: 525px;
	padding-left: 10px;
	padding-right: 51px;
}
.ABC {
	position: relative;
	display: block;
	padding-left: 51px;
	padding-right: 51px;
	clear: both;
}
.AB .A {
	margin-left: 0px;
	padding-left: 0px;
}
.AB .B {
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}
.BC .C {
	margin-right: 0px;
	float: right;
	padding-right: 0px;
}
.ABC .A {
	margin-left: 0px;
	margin-right: 0px;
}
.ABC .C, .ABC .E {
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	padding-right: 0px;
}
.ABC .AB {
}
.ABC .BC {
	float: right;
}

/* 2-Column Layouts */
.D {
	position: relative;
	display: inline;
	float: left;
	width: 390px;
	padding-left: 51px;
	padding-right: 10px;
}
.E {
	position: relative;
	display: inline;
	float: left;
	width: 390px;
	padding-left: 10px;
	padding-right: 51px;
}








.hide {
	display: none !important;
}
.clear {
	position: relative;
	display: block;
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.floatRight {
	display: inline;
	float: right;
	margin-left: 20px;
}
.floatLeft {
	display: inline;
	float: left;
	margin-right: 20px;
}


.NW {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}
.NE {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
}
.SE {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}
.SW {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
}
