@charset "utf-8";
/* CSS Document */

div#container {
  width:940px;
  text-align:left;
}
div#banner{
  width:940px;
  height:45px;
}
  div#title{
    background-image:url(../../images/title.gif);
	background-repeat:no-repeat;
    width:468px;
	height:45px;
	float:left;
  }
  div#links{
    width:450px;
    text-align:left;
    float:left;
	position:relative;
	top:23px;
	left:22px;
  }
div#content{
  width:940px;
  position:relative;
  top:20px;
}
  div#left{
    width:468px;
	height:445px;
	text-align:center;
	float:left;
  }
  div#right{
    width:450px;
	float:left;
	position:relative;
	left:22px;
  }
    div#thumbnails{
	  position:relative;
	  left:25px;
	}
div#footer{
  width:940px;
  text-align:center;
  float:left;
  position:relative;
  top:28px;
}