/** HOMEPAGE STUFF */

#content{
  position: relative;
  top: 5px;
  width: 924px;
  height: 323px;
  left: 9px;
  background-image: url('../images/home_bkrnd.jpg');
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

#content .tout_container{
  position: relative;
  width: 100%;
  padding-top: 21px;
  padding-left: 20px;
}

#content .tout{
  position: relative;
  width: 198px;
  height: 272px;
  margin-right: 14px;
  float: left;
}

#content .tout .text{
  margin-top: 5px;
}

#content .tout_expanded{
  position: relative;
  width: 249px;
  height: 270px;
  border: 1px solid #641e1d;
  background-color: #fcf1e0;
  float: left;
  text-align: center;
}

#content .tout_expanded .imgcopy{
  margin: 23px 0 0 0;
}

#news{
  position: relative;
  top: 0px;
  left: 326px;
  width: 587px;
  clear: both;
  margin-top: 20px;
}

#news img{
  float: left;
}

#news .news_content{
  position: relative;
  width: 390px;
  float: left;
  font-family: arial;
  font-size: 11px;
}

#news .news_content .title{
  font-weight: bold;
}

#news .news_content a{
  font-size: 10px;
  color: #641e1c;
}

.ir{
  text-align: right;
  padding-right: 30px;
  font-size: 10px;
  color: #959595;
}

.ir a{
  color: #959595;
}


.break{
  clear: both;
  margin-bottom: 10px;
}

#link {
	position: absolute;
	height: 10px;
	width: 123px;
	top: 165px;
	left: 40px;
	cursor: pointer;
	z-index: 30;
	background-image: url('/images/blank.gif');
}
