body {
      background-color: #fff;
      margin: 0;
      padding: 0;
      font: normal 11px "trebuchet ms", verdana, arial, helvetica, sans-serif;
}


#container {
      margin: 0 auto 0 auto;
      width: 825px;
      height: 100%;
      border-left: 1px solid #000;
      border-right: 1px solid #000;
      background: repeat-y url(/imgs/main_content.jpg);
}


#header {
      background-color: #000;
      height: 45px;
      text-align: right;
      border-bottom: 1px dashed #ccc;
      padding: 5px 10px 0 15px;
}

#header_logo {
      float: left;
}


#header_text {
      color: #fff;
      font-size: 10px;
}


#menu {
      text-align: center;
      height: 25px;
      padding-top: 7px;
      background-color: #333;
}

#main_content {
      padding: 5px 15px 0 20px;
      height: 850px;
}


#intro {
      padding: 0 15px 0px 12px;
      margin: 0 0 30px 0;

}


#main_content_left {
      width: 390px;
      margin-right: 5px;
      float: left;
}

#main_content_left_top {

      margin: 0;
      padding: 0;

}

#main_content_left_bot {
      border-top: 1px dashed #000;
      margin: 0;
      padding: 0;

}

#main_content_right {
      width: 390px;
      height: 580px;
      float: left;
}

#main_content_right_1 {
      height: 115px;
      border-bottom: 1px dashed #000;
}

#main_content_right_2 {
      height: 115px;
      border-bottom: 1px dashed #000;

}

#main_content_right_3 {
      height: 115px;
      border-bottom: 1px dashed #000;

}

#main_content_right_4 {
      height: 115px;
      border-bottom: 1px dashed #000;

}

#main_content_right_5 {
      height: 115px;

}

#tshirts {
       
       width: 650px;
       margin: 15px 0 20px 15px;
}


#tshirt_box {
       height: 220px;
       font-size: 11px;
       text-align: center;

       width: 120px;
       margin: 5px;
       padding: 3px;
       display: block;
       float: left;
       background-color: #fff;
       border: 1px solid #ccc;


}


#footer {
      font-size: 10px;
      text-align: center;
      padding: 5px;
      background-color: #fff;
}




/*images */


.img_home_section {
      border: none;
      margin: 0;
      padding: 0;
}

.img_tshirt {

      padding-top: 5px;
      padding-bottom: 5px;
      margin: 0px;

}


.img_designer {
      float: left;
      border: 1px dotted #333;
      padding: 2px;
      margin: 0 5px 5px 5px;
}


h1 {
   color: #f60036;
   font-size: 14px;
   margin: 0px;

}

.title {
   color: #333;
   font-size: 14px;
   border-bottom: 1px dashed #000;
   padding-bottom: 5px;
   letter-spacing: 3px;
   margin: 5px 0 10px 0;
   
}


h2 { 
   color: #000;
   font-size: 12px;
}


/* links */


a:link {
    color: #f60036;
}


a:visited {
    color: #f60036;
}


a:hover {
    text-decoration: none;

}



h1 a:link {
   color: #fff;
   text-decoration: none;

}


h1 a:visited {
   color: #fff;
   text-decoration: none;
}


h1 a:hover {
   color: #f60036;
   text-decoration: underline;

}



#footer a {
      color: #cc0000;
      text-decoration: none;
}

#footer a:hover {
      text-decoration: underline;
}

