@font-face {
font-family: "Sudbury Book";
src: url(http://www.creamtees.com/SUDBUR__.TTF) format("truetype");
}
html, body {
    color:#545454;
    font-family: "Sudbury Book";
    font-size: 13px;
    margin:0;
    padding:0;
    height:100%;
    width: 100%;
    background: url("images/creamtees.jpg") repeat-x #eeeff4;
    }
#container {
        min-height:100%;
        width: 100%;
        position:relative;
}
#content {
        margin: 0px auto;
        width: 700px; 
        min-height: 400px;   
}
a:link{
        text-decoration: none;
        color: #545454;
}
a:hover{ text-decoration: underline;}
#header {
        margin: 0px auto;        
        width: 700px;
        height: 80px; 
        background: url("images/header.png") no-repeat;
}
#footer {
        position:relative;
        bottom:0;
        width: 700px;          
        text-align: center;
}
#hr{
        background: url("images/hr.jpg") repeat-x;
        width: 700px;
        height: 2px;
}
#footer p {
        margin:0;
        padding:10px;
}
/*images*/
#slideshow #slidesContainer {
  margin:0 auto;
  width:700px; 
  height:280px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:700px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:280px;
}
.control {
  display:block;
  width:39px;
  height:39px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:130px;
  left:0;   
  background:transparent url(images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:130px;
  right:0;
  background:transparent url(images/control_right.png) no-repeat 0 0;
}
