body {
	font: normal normal .8em/1.25em "Myriad Pro","Myriad","Trebuchet MS", sans-serif;
	padding:0px;
	border:0px;
	margin:0px;
	text-align:center;
	background:#BDEFC2;
}




/***************************************
									ID'S
***************************************/

#header{
	text-align:center;
	background: #60ACDC url(../img/headerBg.gif) top center no-repeat;
	width:100%;
	height:103px;
	padding:0px;
	margin:0px;
	float:left;
}
#container{
	width:100%;
	float:left;
	text-align:center;
	background:#BDEFC2 url(../img/bg.gif) top left repeat-x;
	padding:0px;
	margin:0px;
}
	#containerCenter{
		width:722px;
		text-align:center;
		margin:0px auto;
		padding:0px auto;
	}
	#content, #footer{
		width:678px;
		background:#FDFDFD;
		padding:0px 20px;
		text-align:left;
		float:left;
		border-left:2px solid #7E7E7E;
		border-right:2px solid #7E7E7E;
	}
		#topLinks{
			list-style:none;
			padding:0px;
			margin:0px 0px 0px 100px;			
		}
			#topLinks li{
				display:inline;
				padding:0px;
				margin:0px;
				list-style:none;
			}
			#topLinks a{
				font-size:90%;
				text-decoration:none;
				padding:0px 8px;
				margin:0px;
				color:#727B73;
			}
			#topLinks a:hover, #topLinks a:active{
				background:#727B73;
				color:#FDFDFD;
			}
			#topLinks #links{
				border-left:1px solid #727B73;
				border-right:1px solid #727B73;
			}
			#topLinks #links2{
				border-right:1px solid #727B73;
			}
		#topBanner{
			float:left;
			width:100%;
			text-align:center;
			margin:10px 0px;
		}
			#fakeBanner{
				width:80%;
				margin:0px 10%;
				background:#8E8E8E;
				height:72px;
			}
		#ourProducts, #ourMission, #ourLinks, #contactingWNF, #freeDVD, #ourInfo, #ourUri{
			clear:both;
			width:100%;
			height:24px;
			margin:10px 0px;
			background:url(../img/featuredProductsHeader.gif) top center no-repeat;
		}
		#ourUri{
			background:url(../img/uriInternationalHeader.gif) top center no-repeat;
		}
		#ourInfo{
			background:url(../img/ourInfoHeader.gif) top center no-repeat;
		}
		#ourMission{
			background:url(../img/ourMissionHeader.gif) top center no-repeat;
		}
		#ourLinks{
			background:url(../img/ourLinksHeader.gif) top center no-repeat;
		}
		#contactingWNF{
			background:url(../img/contactingWNFHeader.gif) top center no-repeat;
		}
		#freeDVD{
			background:url(../img/freeDVDHeader.gif) top center no-repeat;
		}
		#footer{
			background:#8E8E8E;
			clear:both;
			float:left;
			text-align:center;
		}
			#bottomLinks{
				list-style:none;
				margin:10px 0px;
			}
			#bottomLinks li{
				display:inline;
			}
			#bottomLinks a{
				color:#fff;
			}
			#bottomLinks a:hover{
				color:#ccc;
			}
			#footer p{
				color:#ffffff;
				font-size:90%;
				padding:20px 0px 6px 0px;
				margin:0px;
			}
		img{
			border:0px;
		}	
			
			
/***************************************
								CLASS'S
***************************************/
.invisible{
	display:none;
}

.product, .productRight, .centerBanner{
	clear:left;
	width:558px;
	float:left;
	padding: 10px 0px;
	margin:0px;
	background:url(../img/dots.gif) bottom left repeat-x;
}
	.productImg{
		float:left;
		width:25%;
		padding:15px 5%;
		margin:0px;
		text-align:center;
	}
	.productDesc{
		float:right;
		width:64%;
		padding:0px;
		margin:0px;
		text-align:left;
	}
	.productLink{
		float:right;
		text-decoration:underline;
		color:#58A9DA;
		margin:0px;
		padding:0px 0px;
	}
	.productLink:hover{
		color:#727B73;
	}
		.productRight p, .product p{
			font-size:90%;
			margin:0px;
			padding:5px 0px;
		}
	.productRight .productImg{
		float:right;
	}
	.productRight .productDesc{
		text-align:right;
	}
	.productRight .productLink{
		float:left;
	}
	
.rightBanner{
	float:right;
	margin-left:20px;
	width:100px;
	text-align:center;
}
.centerBanner{
	text-align:center;	
}
	.fakeCenter{
		margin:0px 10%;
		width:80%;
		background:#9E9E9E;
		height:72px;
	}
.mission{
	clear:both;
	width:90%;
	margin:0px 5%;
	font-size:85%;
	font-weight:bold;
}