
@font-face {
	font-family: 'ChickenButtRegular';
	src: url('fonts/chicken_butt-webfont.ttf');
	src: local('?'), url('chicken_butt-webfont.woff') format('woff'), url('chicken_butt-webfont.ttf') format('truetype'), url('chicken_butt-webfont.svg#webfontodEpiKNn') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
  margin:0;padding:0;
	font-family:'ChickenButtRegular', Arial, Helvetica, sans-serif;
	color: #333333;
}
		h1.ChickenButt {
			font-weight: normal;
			font-style: normal;
			line-height:normal;
			font-family: 'ChickenButtRegular', sans-serif;
			font-size-adjust: 0.56;
		}
body {
	margin:0 15px;
	background-color: #f3f3f3;
  background-image: url(../graphics/b4tn-bg.png);
  background-repeat: repeat-x
}
 .wrapper {  width:1000px;border:1px solid white;
  margin:0px auto 15px auto;
  background-color: white;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
/* 	box-shadow:1px 0px 10px  #919187;*/
box-shadow: 2px 2px 5px #ddd; 

  padding: 18px;
  position:relative;
/*   -moz-box-shadow: -2px -2px 10px #aaaaaa inset, 2px 2px 10px #EEEEEE inset;*/


}
.top {   height:150px; width:1000px;
background-image: url(../graphics/b4tn-top2.jpg);
margin:0px;
-moz-border-radius-topleft:5px;
-webkit-border-top-left-radius:5px;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
position:relative;
/*-moz-box-shadow:0px 1px 5px #AAAAAA;
-webkit-box-shadow:3px 3px 3px #AAAAAA;*/

}

a {color:#D24400;font-weight:bold}
a:hover {color:#0066FF}
p {font-size:12px}


H1 {
color:#a90101;
font-size:20px;
border:0px solid #cccccc;

text-shadow:1px 1px 4px #ccc;
margin-bottom:17px;
text-align: center;
}
H2{font-size:18px;color:#0066CC}


small {
  font-size:14px;
  font-weight:normal;
  color:#990033;

 }
/* COPYRIGHT */
div#copyright { position: absolute;bottom:2px;width:998px;margin:0px auto;text-align:center;  }
div#copyright a { font-size:11px;color:#777777;text-decoration:none;border:none; padding:2px 0px;font-weight:normal    }
div#copyright a:hover { font-size:11px;color:#0099FF }



.main {
  background-color: #e9e9e9;
  padding:13px;padding-bottom:18px;border:0px solid #cccccc;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
box-shadow: -1px -1px 10px #ccc inset;
}
.wide {   background-color:white;
  -moz-border-radius:5px; -webkit-border-radius:5px;
  padding:12px;margin:4px 7px 10px 7px;
box-shadow: 2px 2px 5px #ddd; }


.column {
  width: 316px;
  float:left;
  background-color:white;
  -moz-border-radius:5px; -webkit-border-radius:5px;
  padding:5px;
  min-height: 100px;

  margin-left:6px;
  position: relative;
box-shadow: 2px 2px 5px #ddd; 

}
.list_column {
  width: 612px;
  float:left;
  background-color:white;
  -moz-border-radius:5px; -webkit-border-radius:5px;
  padding:5px;
  min-height: 100px;
  margin:0px 6px;
  position: relative;box-shadow: 2px 2px 5px #ddd; 

}

