#wrapper {
text-align:left;
overflow:hidden;
width:700px;
margin-left:20px;
}

img.logo {
margin:110px 100px 30px 0px;



}


body{
margin-left:140px;
padding-left:140px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:left;
font-size: 78%;
color:#666;
background:url(img/bowl4.jpg) fixed left top no-repeat;
min-width:700px;
max-width:1000px;

}


#testimony {
color:#CC6600;
float:left;
width:150px;
margin-top:15px;
padding-left:40px;

}

p.testimony {
color:#CC6600;}

#copy {
float:left;
padding:0px;
margin:0px 0px 20px 0px;
width:350px;
	
}

p.small {
font-size:92%;
font-style:italic;}


#copy a:hover {
background-color:#cc3300;
color:#fff;
}


ul {
	margin-left:5px;
}


h1{

font-size:1.4em;
font-weight:normal;
border-bottom:1px solid #666;

}

h2{
font-size:1.2em;
font-weight:normal;

margin-bottom:-10px;}


#navigation {
	width: 120px;
	padding:0px;
	float:left;
margin-top:10px;
	

}
#navigation ul {
	margin: 0;
	padding: 0;
	text-decoration:none;
	list-style:none;
	line-height:1.5em;
	
}

#navigation li a:link, #navigation li a:visited  {
	
display: block;
	text-decoration: none;
	margin:0px;
	background-image:url(img/bullet_orange.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:0px 6px;
	color:#666;
	padding-bottom:0px;
}

* html #navigation a     /* IE 6 navigation spacing issues between button fix*/
{ 
 height: 1px;
}



#navigation li a:hover {
	background-image:url(img/bullet_gray.gif);
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:0px 6px;
text-decoration: underline;
padding-bottom:0px;

}
