html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body{
	background: #FFF ;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	text-align: left;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#wrapper {
    height: auto;
}

#banner {
     height: 30px;
     background: #a6a7a9 ;
	 width: 1100px;	 
}

.lightergray {
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #c0c2c4;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #FF0000;
 margin: 40px;
 padding: 20px;
}

h2{
  margin: 0 0 0 40px;
 padding: 20px 0 0 0px;
 font-family: Verdana,Arial,sans-serif;
 font-size: 110%;
 color: #666666;
}

h3{
  margin: 0 0 0 40px;
 padding: 20px 0 20px 0px;
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #666666;
}

/* SCROLLER CODE BEGINS */

#scroller {width: 760px; /* I guess this sets position and size and color of largest box */
height: 560px; 
position: relative;
padding: 5px 0; 
background: none; 
margin: 0 auto 20px 40px;}

#scroller em {display: block; /* defines upper right box */
width: 320px; 
height: 135px; 
position: absolute; 
top: 6px; 
background:#fff url(../images/picframe.jpg);
right: 0; 
border: 1px solid #ddd;} /* ddd is some grey */

#scroller span {display: block; /* defines large left box */
width: 460px; 
height: 465px; 
position: absolute; 
top: 0; 
left: 0; 
border: 0px solid #ddd;}

#scroller b#thumbs {display: block; /* defines lower right box */
width: 310px; 
height: 235px; 
overflow: auto; /* this gives us the scroll bar */
float: right; /* makes box go the right edge */
margin-top: 140px;  
border: 0px solid #ccc; /* ddd is lighter grey */
border-width: 1px 1px 1px 1px; 
padding: 5px;}

#scroller b#thumbs a {display: block; /* note the a */
float: left; 
margin: 0 10px 10px 0; 
background: #f8f8ff; 
width: 50px; 
height: 50px; 
border: 1px solid #000;}

#scroller b#thumbs a img 
{width: 50px; 
height: 50px; 
border: 0;}

#scroller b#thumbs a:hover /* give the hover click on */
{border: 1px dotted #ccc; 
background:#fff url(../photos/click_on.gif);}

#scroller b#thumbs a:active, #scroller b#thumbs a:focus  /* what does focus do? */
{border:1px solid #fff; 
background:#fff; outline: 0;}

#scroller b#thumbs a:hover img 
{display: block; 
position: absolute; 
background: #aaa; 
z-index: 500;}

#scroller b#thumbs a:active img, #scroller b#thumbs a:focus img 
{display: block; 
position: absolute; 
background: #aaa; 
z-index: 100;}

#scroller b#thumbs a:hover img.hr 
{width: 160px; 
height: 120px; 
right: 85px; 
top: 12px; 
border: 1px solid #333;}

/* size and position of large left image box - horizontal */
#scroller b#thumbs a:active img.hr, #scroller b#thumbs a:focus img.hr 
{width: 349px; 
height: 240px; 
left: 20px; top: 7px; 
border: 1px solid #333;}

#info h2 {font-size: 10px; 
color:#888;  
font-family: georgia, verdana, arial, sans-serif; 
font-weight: normal;}