/*CSS DOCUMENT */
body	{
	background: rgb(164,200,225) url('../images/bg.jpg') fixed center no-repeat;
	font-family: Helvetica, sans-serif;
	font-size: .85em;
	color: white;
	margin: 0;
	padding: 0;
}
p	{
	line-height: 18px;
}
span	{
	display: none;
}
a	{
	text-decoration: none;
	color: rgb(255,255,255);
}
a:visited	{
	color: rgb(240,240,240);
}
a:hover	{
	color: rgb(225,225,225);
}
a:active	{
	color: white;
}
	#wrapper	{
		width: 800px;
		margin: auto;
		padding: 0;
	}
		#header	{
			background: transparent url('../images/headerBG.jpg') top center no-repeat;
			width: 800px;
			height: 409px;
		}
			#header h1	{
				margin: 0;
				padding: 0;
				display: none;
			}
			#header h2	{
				margin: 0;
				padding: 0;
				display: none;
			}
		#nav	{
			background: transparent url('../images/navBG.jpg') top center no-repeat;
			width: 800px;
			height: 40px;
		}
			#nav ul	{
				margin: 0 0 0 130px;
				padding: 0;
				list-style: none;
				display: block;
			}
				#nav li	{
					margin: 0 20px 0 0;
					padding: 0;
					list-style: none;
					display: inline;
					line-height: 50px;
					font-size: 1.8em;
				}
		#contentRepeat	{
			background: transparent url('../images/contentBGRepeat.gif') top center repeat-y;
			width: 800px;
		}	
			#content	{
				background: transparent url('../images/contentBG.jpg') top center no-repeat;
				width: 800px;
				min-height: 109px;
			}
		/*INDEX PAGE */
				#leftContent	{
					float: left;
					width: 247px;
					margin: 0;
					padding: 66px 0 0 130px;
				}
					#leftContent h3	{
						font-style: italic;
						margin: 5px 0 5px 0;
						padding: 0;
					}
					#leftContent p	{
						margin: 0 0 15px 0;
						padding: 0;
					}
					#leftContent ul	{
						margin: 0;
						padding: 0;
						list-style: none;
					}
						#leftContent li	{
							min-height: 25px;
							margin: 0;
							padding: 0 0 0 23px;
							list-style: none;
							line-height: 22px;
							background: transparent url('../images/droplet.jpg') top left no-repeat;
						}
				#rightContent	{
					float: left;
					background: transparent url('../images/mainIMG.jpg') top right no-repeat;
					width: 320px;
					height: 380px;
					margin-top: 58px;
				}
					#rightContent img	{
						display: none;
					}
				#warning {
						font-size: .8em;
						width: 280px;
						margin-top: 330px;
						margin-left: 10px;
						}
			/*TESTIMONIAL PAGE */
				#testLeft	{
					float: left;
					width: 247px;
					margin: 0;
					padding: 66px 0 0 130px;
				}
					#testLeft h4 {
						padding: 30px 0 0 0;
						margin: 0;
						font-size: 1.05em;
					}
					#testLeft li {
						min-height: 25px;
						margin: 0;
						padding: 0 0 0 23px;
						list-style: none;
						line-height: 22px;
						background: transparent url('../images/droplet.jpg') top left no-repeat;
					}
					#testLeft p	{
						margin: 5px 0 0 0;
						padding: 0;
					}
				#testRight {
					float: left;
					width: 320px;
					height: 380px;
					margin-top: 170px;
					}
						#testRight img{
							padding-left: 25px;
							padding-bottom: 25px;
							}
			/*VIDEO DISPLAY WINDOWS*/
				.movMain{
					margin: 0;
					padding: 66px 0 0 130px;	
				}
					.movMain h3	{
						margin-left: 10px;
					}
					.movMain p	{
						margin-left: 10px;
					}
			/*BACKUP PAGE */
				#html_backup	{
					width: 300px;
					margin: 0;
					padding: 66px 0 0 130px;
				}
					#html_backup h3	{
						font-style: italic;
						margin: 0 0 5px 0;
						padding: 0;
					}
					#html_backup p	{
						margin: 0;
						padding: 0;
					}
			/*VIDEO PAGE */
				#vidTitle	{
					float: left;
					width: 247px;
					margin: 0;
					padding: 66px 0 0 130px;
				}
					#vidTitle h3	{
						font-style: italic;
					}
					#vidTitle p	{
						font-style: italic;
						margin: 0 0 5px 0;
						padding: 0;
					}
						#vidTitle li	{
							margin: 0;
							padding: 0 0 0 23px;
							list-style: none;
							line-height: 22px;
							background: transparent url('../images/droplet.jpg') top left no-repeat;
						}
				#rightScreen	{
					float: left;
					width: 320px;
						margin-top: 80px;
					}
						#rightScreen img{
							padding-left: 25px;
							padding-bottom: 25px;
							}
			#content br	{
				clear: both;
			}
		#footer	{
			background: transparent url('../images/footerBG.gif') top center no-repeat;
			width: 800px;
			height: 67px;
		}
			#footer img	{
				display: none;
			}