@charset "utf-8";
/* CSS Document */

body{margin:0; padding:0; font-family:Verdana; font-size:13px; color:#707070; line-height:18px; text-align:left; background-color:#FFF; }
.index{ background-image:url(../images/top-bg.jpg); background-repeat:repeat-x; }
.inner-bg{background-image:url(../images/inner-bg.jpg); height:400px; background-repeat:repeat-x;}
a {text-decoration: none; list-style: none;
}

.space{width:100%;  height:10px;}
.clear{clear:both;}

@font-face {
    font-family: 'news_cycleregular';
    src: url('..font/newscycle-regular_ik.eot');
    src: url('..font/newscycle-regular_ik.eot?#iefix') format('embedded-opentype'),
         url('..font/newscycle-regular_ik.woff') format('woff'),
         url('..font/newscycle-regular_ik.ttf') format('truetype'),
         url('..font/newscycle-regular_ik.svg#news_cycleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1{font-family:"News Cycle"; font-size:24px; padding-top:10px; text-transform:uppercase; color:#7b7b7b; font-weight:300; margin:0; padding:0; margin:12px 0 15px;}