   * { margin: 0; padding: 0; }
   img { border: 0; }   

   
/* MAIN LAYOUT STYLING 
---------------------------------------------------------------------------- */
   html, body {  background-color: #EEEEEE; }

   .logo { margin: 75px auto 0 auto; text-align: center; }
   .pagewrapper { width: 40%; margin: 10px auto; }
   
   .ylwboxside {
   	background: #FFFF66 url(/images/ylw_box_br.gif) no-repeat bottom right;
   	font-size: 100%; }
   .ylwboxhead {
   	background: #FFFF66 url(/images/ylw_box_tr.gif) no-repeat top right;
   	margin: 0; padding: 0; }
   .ylwboxhead h1 {
   	background: url(/images/ylw_box_tl.gif) no-repeat top left;
   	margin: 0; padding: 10px 12px 0 12px; }
   .ylwboxbody {
   	background: url(/images/ylw_box_bl.gif) no-repeat bottom left;
   	margin: 0; }

/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
   html, body { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; background-color: #FFFFFF; color: #000000; }
   
   h1 { font-weight: bold; text-align: center; font-size: 110%; }
   p { font-weight: normal; text-align: left; padding: 12px; font-size: 90%; text-align: center; } 
   
   a:link, a:visited { font-weight: bold; color: #FF6600; background-color: #FFFF66; text-decoration: underline; } 
   a:hover { color: #000000; background-color: #FFFF66; text-decoration: none; }
   

