@font-face {
         font-family: 'Kievit';
                        src: url('../fonts/KieviBoo.eot');
						}

@font-face {
                        font-family: 'Kievit';
                        src: url('../fonts/KieviBoo.woff') format('woff'),
                        url('../fonts/KieviBoo.svg#Kievit-Book') format('svg');
       }





body {
  	background-color: #ffffff;
	font-size: 16pt;
	font-family: 'Kievit', sans-serif;
  	color:#000000;  
  	padding: 0;
  	margin: 0;
  	}


a {color: #FFFFFF; text-decoration: none; }
a:visited {color:#FFF;}
a:hover {color: #999;}
a:active { color:#FFF; }


h1 { font-size : 34pt; font-weight: normal; paddin: 0; margin: 0 }
h3 { font-size : 1.3em; }
pre, code{ font-size: 1.3em;}

.button { width: 135px; height: 18px; color: white; background: #000; text-transform: uppercase; font-size: 10pt; text-align: left; margin: 0 0 0 10px; padding: 0 0 0 5px; float: left;}


#banner {
	width: 100%; 
	position: fixed;
	left: 0;
	top: 0;
}

#banner-inner {
	width: 1120px;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	background: white;
	text-align: right;
}

#banner-inner2 {
	height: 20px;
	margin: 15px 0 0 0;
	padding: 0;
	float: right;
}

#banner p{
	width: 600px;
	margin: 0 auto;
	padding: 15px 0 ;
}

#content {
	width: 980px;
	margin: 0 auto;
	padding:250px 0 0 0;
	text-align: center;
}

#content p{
	line-height: 1.6em;
	padding:  0;
	margin:0 0 15px;
}

#footer {
	background:;
	width: 100%; 
	position: fixed;
	left: 0;
	bottom: 0;
}

#footer p{
	background: #000;
	width: 1120px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	
}
