
	body {
		margin: 0;
		padding: 0;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 100%;
		background: #230D0F url(../images/Content_bgstrip.jpg) repeat-x top;
		color: #fff;
	}
	#wrapper {
		padding: 0px;
		width:100%;
		margin: 0;
		float: left;
		
		background: url(../images/Content_bg.jpg) no-repeat top left;
		padding-bottom:100px;
		
		/*border: 3px solid green*/
		}
	/* MAIN PAGE NAVIGATION */
	
	#mainNav {
		width: 190px;
		position: relative;
		top: 110px;
		left:660px;
		/*float: right;*/
		/*border: 1px solid yellow;*/
	}
	#mainNav ul {
		list-style: none;
		margin-left: 0;
		padding-left:0;
	}
	#mainNav li {
		padding-bottom:16px;
		}
	#mainNav ul li h2 {
		font-size: 80%;
		color: white;
	/*border: 1px solid white;*/
		margin-bottom: 0;
		font-weight: normal;
		text-transform: uppercase;
		margin-top:10px;
	}
	#mainNav ul li p {
		margin-top: 0;
		margin-bottom: 0px;
		padding-left:6px;
		/*border: 1px solid white;*/
		font-size: 95%
	}
	#mainNav a {
		text-decoration: none;
		color: #fff;
		

	}
	#mainNav a:hover {
		color: #fff;
		text-decoration:underline;

	}

/* CONTENT PAGE NAVIGATION */
	
	#conNav {
		width: 200px;
		position: relative;
		top: 180px;
		right: 80px;
		float: right;
		/*border: 1px solid yellow;*/
	}
	#conNav ul {
		list-style: none;
		margin-left: 0;
		padding-left:0;
	}
	#conNav li {
		padding-bottom:16px;
		}
	#conNav ul li h2 {
		font-size: 80%;
		color: white;
	/*border: 1px solid white;*/
		margin-bottom: 0;
		font-weight: normal;
		text-transform: uppercase;
		margin-top:10px;
	}
	#conNav ul li p {
		margin-top: 0;
		margin-bottom: 0px;
		padding-left:6px;
		/*border: 1px solid white;*/
		font-size: 95%
	}
	#conNav a {
		text-decoration: none;
		color: #fff;
		

	}
	#conNav a:hover {
		color: #fff;
		text-decoration:underline;

	}

	#title h1, #title h2 {
		
		/*display:none;*/
	}
	#title h1 {
	font-size: 300%;
	/*border: 3px solid yellow;*/
	position: relative;
	top: 80px;
	left:600px;
	
	float:left;
	
	font-family: Impact, sans-serif;
	color: #fff;
	font-weight: normal;
	}
	
	#content {
		margin: 240px  0px 0 100px;
		width: 680px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 80%;
		color: #fff;
		/*border: thin solid Fuchsia;*/
}
	#content h2 {
		font-size: 120%;
		margin-bottom: 5px;
	}
	#content p {
		margin-top: 2px;
	}
	#content ul li {
		margin-bottom: 6px;
		}
	
	.firstSubLI {margin-top:6px;}

	.sample {
				float:left;
				margin-bottom:40px;
				padding-left:10px;
		/*border: 1px solid green;*/
		width:90%;

	}
	.sample h2 {
		font-size: 120%;
		margin-bottom: 5px;
	}
	.sample p {
	
	margin-top: 2px;
}
	.sample img {
		margin-right: 20px;
     border:0;
	  float: left;
		margin-left: 30px;
	}
	
	
	.imgLeft {
		float: left;
	}
	.imgRight {
		float: right;
	}
	
	#content a {color:#fff; text-decoration:none;}
	#content a:hover {text-decoration:underline;}
