/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }



/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

body { font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333; }
.sosumi { 
        position: fixed;
        width: 100%;
        height: 20px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;

font-size: 10px !important; color:#76797c; }


/* PIPED LINKS */
.piped { display: block; zoom: 1; }
.piped:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.piped li { float: left; display: inline; }
.piped a { border-left: 1px solid #797c80; padding: 0 0 0 0.75em; margin-left: 0.75em; }
.piped a.first { border-left: 0 !important; padding-left: 0; margin-left: 0 !important; }



html,body {height: 100%;}
body {min-width: 770px;} /*** Content Minmum Width, not used by IE5/6, or early versions of Safari ***/


#container {
  position: relative; /*** Let's be nice to IE ***/
  width: 100%; /*** Content Width ***/
  display: table; /*** For non-IE browsers ***/
  height: 100%;

  /*background-color: #f6f6f6;
	*/
}

#central {
	margin: 0 auto 0 auto;
	width: 707px;
	height: 100%;
	text-align: center;

/*	
  background-color: white;
  border: 1px solid #919191;
  border-top: 0;
*/
	padding-top: 4%;
}



h1 {
        margin: 0 0 50px 0;
        padding: 22px 30px 5px;
        color: orange;
        font-weight: bold;
        font-size: 2.5em;
        line-height: 1em;
        text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}


a {
	color: #333;
}

a:hover {
	color: orange;
}

