/* Style sheet basic */
a:focus,a:active,a:hover{outline: none;}
#left{position:fixed;}
html *{margin:0px;padding:0px;font-family: Arial;letter-spacing: 0.4pt;font-size: 13px;color: #666666;}
body{margin:0px 5px 0px 0px;background-color:#ffffff;min-height:1500px;padding:0px;}
#main{padding-bottom:40px;}
#header{width:100%;height:30px;left:0;top:0;position:fixed;float:left;clear:both;display:block;background-color:#ffffff;border-bottom:1px dotted #bbbbbb;z-index:9999;-moz-box-shadow: 1px 1px 3px #BFBFBF;-webkit-box-shadow: 1px 1px 3px #BFBFBF;box-shadow: 1px 1px 3px #BFBFBF;}
#wrapper{padding-top:50px;}

