#slidercontainer {
	text-align: center;
	display: block;
	width:600px;
	margin:0 auto;
	margin-top: -60px;
	position:relative;
	border: 4px solid #06C;
}
.box_gradient {
  background-image: -moz-linear-gradient(top, #333333, #111111); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #333333),color-stop(1, #111111)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#333333', EndColorStr='#111111')"; /* IE8 */
		behavior: url(../ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

}
.box_round {
     -moz-border-radius: 12px; /* FF1+ */
  -webkit-border-radius: 12px; /* Saf3+, Chrome */
          border-radius: 12px; /* Opera 10.5, IE 9 */
		  behavior: url(../ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

}
.box_shadow {
     -moz-box-shadow: 0px 0px 20px #000; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 20px #000; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 20px #000; /* Opera 10.5, IE 9.0 */
		  behavior: url(../ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

}
body { font-family: 'Reenie Beanie', arial, serif; }
body { font-size: 1.5em; margin: 0px; padding: 10px; font-style:italic; text-align:center; min-height:800px; height:100%;}
/* h3 {font-family: 'IM Fell English', arial, serif; } */
h3 { font-family: 'IM Fell DW Pica', arial, serif; }
h3 { 	font-size: 1.3em;
	line-height:75%; }
a { font-weight:bold; font-size: 2em;}
#infobox {
	width: 800px;
	margin:0 auto;
}
.page_gradient {
  background-image: -moz-linear-gradient(top, #B9DCFF, #39F); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B9DCFF),color-stop(1, #39F)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#B9DCFF', EndColorStr='#39F'); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#B9DCFF', EndColorStr='#39F')"; /* IE8 */
		behavior: url(../ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */

}
#logo {
	position: relative;
	z-index: 99;
	height: 60px;
	width: 180px;
	float:left;
	margin: -30px 0px 0px;
	padding: 0px;
	clear: both;
	left: 60px;

}
#logo a img {
	border-width: 0px;
	border-style: none;
}
