/* CSS Document */
body{margin:0; padding:0; background:url(images/bg.jpg) repeat; font-family:latoregular, Arial, Helvetica, sans-serif; font-size:17px;}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.ttf');
    src: url('fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lato-regular-webfont.woff') format('woff'),
         url('fonts/lato-regular-webfont.ttf') format('truetype'),
         url('fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clr{clear:both; margin:0; padding:0;}
img{border:none;}
#container{width:960px; margin:0 auto;}
#header{width:960px; margin:0; padding:0;}
#content{margin:0; padding:5px 35px; background:url(images/content_bg.png) repeat-y; width:890px;}
#content_bottom{margin:0 0 10px 0; padding:1px 0px; background:url(images/content_bt.png) bottom no-repeat; width:960px; height:35px;}
h1{font-size:24px; font-weight:bold; color:#cc0000; text-align:center; margin:10px 0;}
.red{color:#cc0000;}
.b{font-weight:bold;}
.i{font-style:italic;}
.u{text-decoration:underline;}
.box{width:887px; margin:15px auto;}
.box .box_top{background:url(images/box_top.png) no-repeat; height:12px; margin:0; padding:0; width:887px;}
.box .box_middle{background:url(images/box_middle.png) repeat-y; margin:0; padding:1px 25px; width:837px;}
.box .box_bottom{background:url(images/box_bottom.png) no-repeat; height:19px; margin:0; padding:0; width:887px;}
ul.li1{list-style-image:url(images/li1.png);}
ul.li1 li{margin:10px 0;}
ul.li2{list-style-image:url(images/li2.png);}
ul.li2 li{margin:10px 0;}
.alignright{float:right;}
.alignleft{float:left; margin:0 10px 10px 0;}
.footer{width:930px; padding:0 15px; font-size:12px; color:#666666; margin-bottom:20px;}
.footer a{color:#666666; text-decoration:none;}
.footer a:hover{color:#666666; text-decoration:underline;}
a{color:#000; text-decoration:none;}
a:hover{color:#000; text-decoration:underline;}
.disc{margin-top:30px; font-size:13px; color:#666666;}