#header {
 height:85px;
 background:#E2E2E2;
 color: #333333;
 }

 #footer {
 height:30px;
 background: #000040;
 color: white;
 }
 #navigation {
 
 }
 #wrapper {
 float: none;
 width: 800px;
 }
 
 #ad {
 background: #ffffff;
 }
 
 #amazon {
 float: left;
 }
 
 #content {
 background: #ffffff;
 padding-right:20px;
 padding-left:20px;
 padding-top: 20px;
 padding-bottom: 20px;
 }
 
 #search {
 height:22px;
 background: #E2E2E2;
 }

 EM { 
         font-family : Comic Sans MS;
         font-size : 10pt;
         font-weight : bold;
         font-style : normal;
         color : #008800;
}
H5 { 
         font-family : verdana, arial, trebuchet ms, helvetica, sans serif;
         font-size : 14pt;
         font-weight : bold;
         color : white;
         background : #000040;
}
B { 
        
         font-family : verdana, arial, trebuchet ms, helvetica, sans serif;
         font-size : 9pt;
         font-weight : bold;
}
 A:LINK { 
         font-family : verdana, arial, trebuchet ms, helvetica, sans serif;
         font-size : 9pt;
         font-weight : bold;
         text-decoration : none;
         color : blue;
}
  A:VISITED { 
         font-family : verdana, arial, trebuchet ms, helvetica, sans serif;
         font-size : 9pt;
         font-weight : bold;
         text-decoration : none;
         color : #BF00BF;
}
  A:HOVER {
	font-family : verdana, arial, trebuchet ms, helvetica, sans serif;
    font-size : 9pt;
	font-weight : bold;
	font-style : normal;
	color : Red;
}
.title { 
         font-family : verdana, arial, trebuchet ms, helvetica, sans serif;
         font-size : 18pt;
         font-weight : bold;
         color : #FFFFFF;
		 background : #000040;
		 width : 80%;
		 margin-left: 10%; 
		 margin-right: 10%;
		 width : 80%;
		 border: 8px #E2E2E2 double;
		 padding: 5px;
}
