body {
	font: .8em/1.8em verdana, "trebuchet MS", helvetica, sans-serif;
	background-color: #eee;
	color: #00587a;
	margin: 0;
	font-size: 1.0em;
	}
#header{
    width:980px;
	margin-left: auto;
	margin-right: auto;
-moz-box-shadow: 0px 0px 15px #888888; /* Firefox */
	-webkit-box-shadow: 0px 0px 15px #888888; /* Safari and Chrome */
	box-shadow: 0px 0px 15px #888888;
	background-color: #fff;
	
}
h1{
  padding:10px 20px;
  font-family: 'Reenie Beanie', serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
  background:url('xslt.png');
	background-repeat:no-repeat;
	background-position:center bottom;
  }

#main_content{
	background-color: #fff;
	width:960px;
	padding:10px;
	margin-left: auto;
	margin-right: auto;
-moz-box-shadow: 0px 0px 15px #888888; /* Firefox */
	-webkit-box-shadow: 0px 0px 15px #888888; /* Safari and Chrome */
	box-shadow: 0px 0px 15px #888888;
	
	}
.clearboth {
	margin-top:0px;
	clear: both;
}	
span a{
   font-size:80%;
   color:#777;
}
.column {
float:left;
width:300px;
margin:0 10px 0 0;
}

