body {
     background: repeat-x url(imgs/body_bg.gif);
     font-size: 16px;
     color: #333;
     margin: 0;
     padding: 0;
}


#container {
      margin: 0 auto 0 auto;
      padding-bottom 50px;
      width: 1020px;
      min-height: 1200px;
      height: 100%;
      border-left: 1px dashed #ccc;
      border-right: 1px dashed #ccc;
}

#header {
      background: no-repeat url(imgs/designer-clothing-header.gif);
      margin: 7px 0 0 0;
      height: 112px;
      width: 1020px;
}


#header_title {
      padding: 20px 0 0 20px;
}

#mainbody {
     text-align: middle;
     padding: 0 10px 0 10px;
     font-family: verdana;
     font-size: 12px;
     color: #333;
     line-height: 20px;
}


.box {
     width: 150px;
     float: left;
     margin: 5px 3px 5px 3px;
}


.box_head {
     background: no-repeat url(imgs/box_top.gif);
     width: 150px;
     height: 27px;
     margin: 0;
     padding: 0;
}



.box_mid {
     background: repeat-y url(imgs/box_mid.gif);
     width: 150px;
     height: 230px;
     padding: 5px;
     font-size: 12px;
}

.box_bot {
     background: no-repeat url(imgs/box_bot.gif);
     width: 150px;
     height: 13px;
}



h1 {
     font: normal 26px  "Trebuchet MS", Georgia, "Times New Roman";
     letter-spacing: 4px;
     color: #8fb057;
     text-transform: uppercase;
     margin: 0;
}


.designer {
     font: normal 14px  "Trebuchet MS", Georgia, "Times New Roman";
     padding: 5px 0 0 7px;
     letter-spacing: 2px;
     color: #333;
     text-transform: uppercase;
     margin: 0;
}


h2 {
     font: bold 14px  "Trebuchet MS", Georgia, "Times New Roman";
     letter-spacing: 2px;
     color: #ed6165;
}

h3 {
     font: normal 14px  "Trebuchet MS", Georgia, "Times New Roman";
     font-size: 12px;
     letter-spacing: 1px;
     color: #333;
     font-weight: bold;
     padding-bottom: 10px;
     border-bottom: 1px solid #ccc;
}



a:link, a:visited {
     color: #1053ae;
     line-height: 20px;

}


a:hover {
     color: #8fb057;
     text-decoration: none;

}