@charset "utf-8";
@font-face {
  font-family: 'News Cycle', sans-serif;
  src: url('News Cycle.eot'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
        url('News Cycle.svg#font') format('svg'); /* iOS */
}
@font-face {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  src: url('Yanone Kaffeesatz'); /* IE 5-8 */ 
  src: local('☺'),             /* sneakily trick IE */
        url('Yanone Kaffeesatz') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
        url('Yanone Kaffeesatz') format('truetype'), /* Opera, Safari */
        url('Yanone Kaffeesatz.svg#font') format('svg'); /* iOS */
}

body {
	background-image: url(../img/bkg.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	font-family: font-family: 'News Cycle', sans-serif;
	font-size: 16px;
}
.page{
	max-width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
}
content a {
	text-decoration:none;
	color:#e33b26;
}
content a:hover{
	color: #333;
}
.ot {
	float:left;
	margin:10px 5px 10px 5px;
	
	}

.Se {
	float:left;
	margin:10px 5px 10px 5px;}
about h3 { text-align: left; text-decoration:none; margin: 0 0 .5em 0;;}


#copyright {
	font-size: .8em; 
	text-align: center; 
	padding-top:20px;
	font-family: 'News Cycle', sans-serif;
    src: url('News Cycle.eot'); /* IE 5-8 */ 
    src: local('☺'),             /* sneakily trick IE */
    url('News Cycle.woff') format('woff'),    /* FF 3.6, Chrome 5, IE9 */
    url('News Cycle.ttf') format('truetype'), /* Opera, Safari */
    url('News Cycle.svg#font') format('svg'); /* iOS */
}
	
h1 {
	font-family: 'News Cycle', sans-serif; font-size: 1.8em; font-weight: none; margin: 0 0 .5em o; color: #464646; }
	
h2 {font-family: 'News Cycle', sans-serif; font-size: 1.5em; margin: 0 0 1em 0; color: #464646;
	font-weight: none; }

h3 {font-family: 'News Cycle', sans-serif; font-size: 1.3em; margin: 0 0 1em 0; color: #464646;
	font-weight: none; }
h3 a{
	text-decoration:none;
	color:#464646;
	}

h4 {font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 1.1em; margin: 0 0 1em 0; color: #464646; font-weight: none; }

p {margin: 0 0 1em 0; }
a { color:#e1e1e1;}
a:hover { color:#fff; }


a.cta {
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/sprite.png) no-repeat center 0px;
	margin: 50px 0 0 0;
	padding: 12px 35px 15px 45px; 
	letter-spacing: 0.06em;	
}

a.cta:hover { background-position: center -54px; }

.promo h3 {
	font-size: 1em;
	text-align: center;
	margin: .1em 0 6.3em 0;
	padding: 5px;
	color: #e1e1e1;
	letter-spacing: 0.05em;
}
.promo p { line-height: 1.2em; font-size: .9em; margin-bottom: 1.5em; text-align:center; padding: 0 20px 0 20px;}

.promo p a: {text-decoration:none; color:#333;}

.promo { background-repeat: no-repeat; width: 180px; height: 237px;}
.promo.one { background:url(../img/promo-bkg-1.png) no-repeat center 0px; display:block; text-align:center;}
.promo.two { background:url(../img/promo-bkg-2.png) no-repeat center 0px; display:block; text-align:center;}
.promo.three { background:url(../img/promo-bkg-3.png) no-repeat center 0px; display:block; text-align:center;}
.promo.four { background:url(../img/promo-bkg-4.png) no-repeat center 0px; display:block; text-align:center;}

.clear-fix { clear:both; line-height:1px;}