p {
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
}

h1 {
font-size:1.3em;
}

h2 {
font-size:.7em;
}

body {
margin:0px;
}

#shell {
width:800px;
font-family:Arial, Helvetica, sans-serif;
}

#header {
height:92px;
clear:both;
}

	#headerL {
	height:92px;
	float:left;
	width:569px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	}
	

	#navbar {
	}
	
	ul#nav {
	list-style-type:none;
	padding:0px;
	margin:0px;
	float:left;
	width:569px;
	height:30px;
	background-color:gray;
	background-image:url(../images/navbarBG.gif);
	}
	
		ul#nav li {
		display:inline;
		float:left;
		font-family:arial;
		font-weight:bold;
		font-size:small;
		margin:1px 0px 1px 0px;
		}
		
			ul#nav a {
			margin-right:1px;
			margin-left:1px;
			margin-top:1px;
			padding:0 0 0 0;
			display:block;
			width:120px;
			height:26px;
			}
		
			ul#nav a:hover {
			background-color:#D55015;
			}
			
				#navHome {
				background-image:url(../images/buttons/home.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navHome a:hover {
				background-image:url(../images/buttons/home.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navHowItWorks {
				background-image:url(../images/buttons/howItWorks.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navHowItWorks a:hover {
				background-image:url(../images/buttons/howItWorks.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navTestimonials {
				background-image:url(../images/buttons/testimonials.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navTestimonials a:hover {
				background-image:url(../images/buttons/testimonials.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navContact {
				background-image:url(../images/buttons/contact.png);
				background-repeat:no-repeat;
				background-position:center;
				}
				
				#navContact a:hover {
				background-image:url(../images/buttons/contact.png);
				background-repeat:no-repeat;
				background-position:center;
				}

<!--how it works-->	
	#hiw {
	list-style-type:none;
	padding:0px;
	margin:0px;
	}
	
		#hiw li {
		display:inline;
		font-family:arial;
		font-size:small;
		margin-right:10px;
		}
		
	
		
#prices {
list-style:none;
float:right;
margin-right:300px;
}

#footer {
margin-top:10px;
clear:both;
height:20px;
background-color:#000000;
color:#999999;
text-align:center;
font-size:.8em;
}