html, body
{
      margin: 0;
	  background-color: #C2BAA3;
}

#gridMasterContainer
{
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: visible;
      height: auto;
      background-color: #C2BAA3;
}

#gridContainer
{
      background-color: #C2BAA3;
      display: block;
      position: relative;
      height: auto;
      width: 100%;
}

#gridTop
{
      background-color: #C2BAA3;
      display: block;
      position: absolute;
      float: left;
      top: 0;
      left: 0;
      right: 0;
      height: 121px;
      clear: both;
}

#gridTopLeft
{
      background-color: #C2BAA3;
      background-image: url(../img/top_left_corner.jpg);      
      display: block;
      position: absolute;
      float: left;
      top: 0;
      left: 0;
      width: 365px;
      height: 91px;
      z-index: 5;
}

#gridTopMiddle
{
      background-color: #C2BAA3;
      background-image: url(../img/top_repeater.jpg);      
      display: block;
      height: 91px;
      z-index: 5;
}

#gridTopRight
{
      background-color: #C2BAA3;
      background-image: url(../img/top_right_corner.jpg);      
      display: block;
      position: absolute;
      float: right;
      top: 0;
      right: 0;
      width: 65px;
      height: 91px;
      z-index: 5;
}

#gridMiddle
{
      background-color: #C2BAA3;
      display: block;
      position: absolute;
      float: left;
      top: 91px;
      left: 0;
      right: 0;
      bottom: 50px; 
      clear: both;  
      width: 100%;
      height: 400px;     
}

#gridMiddleLeft
{
      background-color: #C2BAA3;
      background-image:url(../img/far_left_repeater.jpg);      
      display: block;
      position: absolute;
      float: left;
      top: 0px;
      bottom: 0px;
      left: 0;
      width: 365px;
      z-index: 5;
}

#gridMiddleMiddle
{
      background-color: #FEECBA;
      display: block;
      position: absolute;
      float: left;         
      top: 0px;
      bottom: 0px;
      left: 365px;
      right: 62px;
      z-index: 5;
}

#gridMiddleRight
{
      background-color: #C2BAA3;
      background-image:url(../img/far_right_repeater.jpg);      
      display: block;
      position: absolute;
      float: right;
      top: 0px;
      bottom: 0px;
      right: 0px;
      z-index: 5;
      width: 65px;
}

#gridBottom
{
      background-color: #C2BAA3;
      display: block;
      position: absolute;
      float: left;
      top: 491px;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      clear: both;    
}

#gridBottomLeft
{
      background-color: #C2BAA3;
      display: block;
      position: absolute;
      float: left;
      height: 50px;
      top: 0px;
      bottom: 0px;
      left: 0px;
      width: 365px;
      background-image: url(../img/bottom_left_corner.jpg);                  
}

#gridBottomMiddle
{
      background-color: #C2BAA3;
      display: block;
      position: absolute;
      float: left;
      height: 50px;
      top: 0px;
      bottom: 0px;
      left: 365px;
      right: 62px;
      background-image: url(../img/bottom_repeater.jpg);            

}

#gridBottomRight
{
      background-color: #C2BAA3;
      display: block;
      position: absolute;
      height: 50px;
      top: 0px;
      bottom: 0px;
      right: 0px;
      width: 62px;
      float: right;
      z-index: 5;
      background-image: url(../img/bottom_right_corner.jpg);                  
}

div#brown_box{
	border:solid 1px #CBAE7D;
	margin-right:40px;
	padding:10px;
	color:#3F200D;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:16px;
}

div#brown_box_title{
	background-color:#72522A;
	left:10px;
	padding:5px;
	position:absolute;
	right:50px;
	top:10px;
	color:white;
}

div#links{
	position:absolute;
	top:325px;
}