/*
      The Posh Box
      Pamela Lopez
      Error Page
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 13px;
}

#wrapper { 
 margin: 0 auto;
 width: 980px;
 }

div.boxtest { 
  border:10px solid;
  padding:0px;
  align: center;
  margin: 0px 0px 0px -10px;	/* top, right, bottom, left */
  background: #ffffff;
  width: 980px;
}

#top {
 color: #333;
 width: 980px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 45px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 background-image: url(images/bg17.jpg);
}

#middle {
 color: #333;
 width: 980px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 450px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 background-image: url(images/.jpg);
}

#bottom {
 color: #333;
 width: 980px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 45px;
 margin: 0px 0px 0px 0px;
 background: #ffffff;
 background-image: url(images/bg17.jpg);
}

#footer { 
 width: 980px;
 clear: both;
 color: #000;
 text-align:center;
 font-size: 10px;
 border: 0px solid #ccc;
 background: #ffffff;
 background-image: url(images/.jpg);
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 100px;
}

#footer a:link
      {
      color:#000000;
      background-color:transparent;
      text-decoration:underline;
      }

#footer a:visited
      {
      color:#000000;
      background-color:transparent;
      text-decoration:underline;
      }

#footer a:hover
     {
      color:#ffffff;
      background-color:#d16fac;
      text-decoration:underline;
      }