html * {
	padding: 0;
	margin: 0;		
}

html {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #000000;
	text-align: center;
	}

body {
	width: 90%;
	margin: 0px auto 20px auto;
	padding: 0;
	text-align: left;
	background: #999999 url(../images/bg1.png) repeat;
	}
/*---------------------------------------------------------------------------------------*/


#header {
	width:90%;
	margin: 10px 0 0px 0;
	}

#wrapper {
	width:90%;
	border: #000000 solid 1px;
	background: #FFFFFF url(../images/splash.png) no-repeat bottom right;
	}


#header2 {
	background: url(../images/tile_top.png) repeat;
	height: 23px;
	text-indent: -9999px;
	}


/*---------------------------------------------------------------------------------------*/

ul#navigation {
	list-style-type: none;
	padding: 0;
	margin-top: 1px;
	width: 260px;
	height: 17px;
	float: right;
	background: #FFFFFF url(../images/nav_over.png) no-repeat;
	}
ul#navigation li {
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	text-indent: -9999px;	
	}
ul#navigation li a {
	border: 0;
	display: block;
	text-decoration: none;
	background: url(../images/nav.png) no-repeat;
	}
ul#navigation li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/nav_over.png);
	}

li#home a {
	width: 45px;
	height: 17px;
	}
li#home a:link, li#home a:visited, li#home a:hover {	
	background-position: 0px 0px;
	}
li#testimonials a {
	width: 74px;
	height: 17px;
	}
li#testimonials a:link, li#testimonials a:visited, li#testimonials a:hover {	
	background-position: -45px 0px;
	}
li#explanation a {
	width: 141px;
	height: 17px;
	}
li#explanation a:link, li#explanation a:visited, li#explanation a:hover {
	background-position: -119px 0px;
	}


/*---------------------------------------------------------------------------------------*/

	
#content {
	width: 100%;
	margin:auto;
	}
	
#content h1 {
	text-indent: -9999px;
	width: 500px;
	height: 60px;
	float: left;
	}
#content h2 {
	margin: 0 0 7px 30px;
	padding: 0 0 0 0;
	font-size: 1.1em;
	color: #110875;
	text-indent: -14px;
	}

#content h3 {
	margin: 0 0 7px 30px;
	padding: 0 0 0 0;
	font-size: 1.1em;
	color: #110875;
	text-indent: -14px;
	}

#content p {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	line-height: 1.5em;
	}

#content li {
	font-size: 0.9em;
	margin: 0 0 0 20px;
	line-height: 1.5em;
	}

#content blockquote {
	margin: 0 50px 0 50px;
	}



.alignleft{
	float: left;
	margin-right: 10px;
	bottom: auto;
	}
.alignright{
	float: right;
	margin-left: 10px;

	bottom: ;
	bottom: auto;
	}
.center {
	clear: both;
	margin: 0 20px 0 200px;
	padding: 0px 0px 0px 0;
	text-align: center;
	bottom: auto;
	}




#footer {
	clear: both;
	background: #FFFFFF url(../images/tile_bottom.png) repeat-x bottom;
	height: 22px;
	}

#cr {
	font-size:10pt;
	width: 90%;
	}




.clearfix:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	font-size: 0px;
	visibility: hidden;
}
