* {
   margin:0;
   padding:0;
   zoom:100%;
}
img, form {
	border:0;
}

span.title {
   visibility: hidden;
   padding:0px;
   margin:0px;
   height:12px;
   line-height:12px;
   float:left;
}

body {
   background-repeat: repeat-y;
   background-position: top center;
   background-color: #ffffff;
   color: #000;
   font-family: Verdana, Arial, Helv, Helvetiva, Geneva, sans-serif;
   font-size: 10px;
   text-align: center;
}

/* layout container */

#page_wrapper {
   width: 800px;
   margin: 0px auto;
   text-align: left;
}

#head {        
   height:270px;
   text-align: center;
   padding-top:25px;
}

#head a {        
   position: relative;
   top: 200px;
   left: 255px;
}

#boxes {
   overflow: visible;
   float: right;
   display: block;
   width: 170px;
   padding: 0px;
   margin: 0px;
   margin-right:10px;
   margin-bottom:10px;
}

div.box-top {
   width: 170px;
   height: 10px;
   font-size: 5px;
   line-height: 5px;
   background-image: url(gfx/box-top.gif);
}

div.box-middle {
   width: 140px;
   padding-left: 14px;
   padding-right: 14px;
   border-left: 1px solid black;
   border-right: 1px solid black;
}

div.box-middle img {
   padding-bottom: 8px;
   padding-top: 8px;
}

div.box-bottom {
   width: 170px;
   height: 10px;
   font-size: 5px;
   line-height: 5px;
   background-image: url(gfx/box-bottom.gif);
}

#footer {
   border-top: 1px solid black;
   display: block;
   clear:both;
   height:25px;
   width:780px;
   text-align: left;
   font-size: 11px;
   line-height: 13px;
	color: #7e2533;
   padding-top: 8px;
   margin-left: 10px;
   color:black;
}
#footer a {
   color: black;
	text-decoration: none;
}
