/*****************************************
  master.css (Stylesheet by One Shoe)
*****************************************/
/*Font-size is 62.5% -> 1em equal to 10px */
body {
	background: #fff url(../images/banner_bg.gif) repeat-x top left;
	font-family: Arial;
	color: #000;
	font-size: 62.5%;
  line-height:185%;
}
#wrapper{
  width:940px;
  margin:0 auto;

}
#header{
 text-align:center;
  margin: 0 auto;  
}
#header img{
  margin:10px 0px 24px;
  clear:both;
}
#grid{
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  padding:22px 0;
  margin:25px 0 5px;
  width:100%;
  float:left;
}

#grid .col1{
 float:left;
 width: 525px;
}
#grid .col2{
float:right;
width:390px;
}

#grid .block,#grid .col1 .blockleft,#grid .col1 .blockorange_top   {
  clear:both;
}
#grid .col1 .blockleft  {
  float:left;
width:523px;
}
#grid .col1 .blockorange_top {
margin-top:20px;
  float:left;
  width:521px;
  background:url(../images/orange_block_top.gif) no-repeat top left;
  padding-top:7px;
}
#grid .col1 .blockorange_text {
  background-color:#FCE0BC;
  float:left;
  clear:both;
  padding: 14px 25px 7px;
  width:471px;
}

#grid .col1 .blockorange_bottom{
  background:url(../images/orange_block_bottom.gif) no-repeat bottom left;
  height:7px;
  float:left;
  clear:both;
  width:521px;
  margin-top:-1px;
}
#grid .col1 .blockorange_text img{
  float:left;
  clear:both;
  margin-right:22px;
}
#grid .block{
  margin-bottom:12px;
  float:left;
}

#grid .blockfull{
  float:left;
  margin-top:12px;
  clear:both;
  width:100%;
}
#grid .block .text{
  width:241px;
  float:left;
}
#grid .block .content{
width:222px;
  float:left;
}
#grid .block img{
  float:right;
  margin:0px 0;

}
#grid .col1 .blockleft img{
  float:left;
  clear:both;
  margin-right:22px;
}
#grid .col1 .blockleft p{
  float:left;
  width:264px;
}


/*Footer*/
#footer{
  color:#9F9F9F;  
  float:left;
  font-size:12px;
  margin:0 0 20px;
  width:100%;
}
#footer .footer_left{
  float:left;
}
#footer .footer_right{
  float:right;
}














