/* Style sheet basic */
*{margin: 0px;padding: 0px;list-style: none;}
html{background: #fff;}
body{background: #F0F0CC url(files/images/bg.jpg) repeat-x top left;line-height: 1.3;font-family: Verdana, Arial, sans-serif;font-size: 13px;color: #333;}
#header,#container,#footer .inside{width:880px;  margin:0 auto;}
a{color: #366DAF;}
h1,h2,h3,h4,h5,h6{font-family: Arial, Helvetica, sans-serif;font-weight: normal;}
h1{font-size: 28px;margin-bottom: 10px;}
h2{font-size: 14px;margin-bottom: 5px;font-weight: bold;letter-spacing: 1px;}
h3{font-size: 15px;font-weight: bold;margin-top: 6px;margin-bottom: 10px;text-transform: uppercase;padding: 3px 3px 1px 5px;background: #EFEA77;}
