@charset "utf-8";
/* CSS Document */

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {   
    display: block;   
}
body{
	background:url(images/bg.jpg) repeat;
}
p{
	font:12pt 'kreonlight,'Georgia, "Times New Roman", Times, serif;
	color:#bdbdbd;
}
#logo{
	width:240px;
	height:151px;
	margin:150px auto 0 auto;
}
#logo p{
	position:relative;
	top:-90px;
	left:140px;
}
footer{
	width:960px;
	margin:100px auto 0 auto;
}
footer p, footer p a{
	color:#a5cbcb;
}
footer p{
	width:50%;
	margin:0 auto;
	text-align:center;
	font-size:10pt;
}
footer p a{
	text-decoration:none;
}
footer p span{
	display:inline-block;
	width:48%;
}
@font-face {
    font-family: 'kreonlight';
    src: url('fonts/kreon-light-webfont.eot');
    src: url('fonts/kreon-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/kreon-light-webfont.woff') format('woff'),
         url('fonts/kreon-light-webfont.ttf') format('truetype'),
         url('fonts/kreon-light-webfont.svg#kreonlight') format('svg');
    font-weight: normal;
    font-style: normal;
}