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

div#content {
  width:935px;
  height:560px;
}
  div#left {
    width:450px;
    height:560px;
	text-align: left;
	float: left;
  }
    div#banner {
	  width:450px;
	  height:135px;
	}
	div#links {
	  background:url(../images/template/linkbg2.jpg);
	  background-repeat:no-repeat;
	  width:450px;
	  height:35px;
	  text-align:center;
    }
	  span.link {
		color:#333;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight: bold;
		text-decoration:none;
		position:relative;
		top:8px;
		margin-right: 20px;
	  }
	div#text {
	  background:url(../images/template/textbg.gif);
	  background-repeat:no-repeat;
	  width:450px;
	  height:400px;
	}
	  div#textcontent {
	    width:400px;
		height:370px;
		overflow:auto;
	    position:relative;
		top:20px;
		left:25px;
	  }
  div#thumbs {
    width: 65px;
	height: 560px;
    float: left;
  }
  div#right {
    width: 485px;
	height: 560px;
	text-align:right;
	float: right;
  }
div#footer {
  font-weight:normal;
  height: 20px;
  position:relative;
  top: 5px;
  line-height:140%
}