/*	-------------------------------------------------------------
	Fonts
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@font-face {
    font-family: 'RotisSansSerifRegular';
    src: url('../fonts/rotissas.eot');
    src: url('../fonts/rotissas.eot') format('embedded-opentype'),
         url('../fonts/rotissas.woff') format('woff'),
         url('../fonts/rotissas.ttf') format('truetype'),
         url('../fonts/rotissas.svg#RotisSansSerifRegular') format('svg');
		 font-weight: normal;
		 font-style:normal;
}
@font-face {
    font-family: 'NewcastleRegular';
    src: url('../fonts/newcastle-regular.eot');
    src: url('../fonts/newcastle-regular.eot') format('embedded-opentype'),
         url('../fonts/newcastle-regular.woff') format('woff'),
         url('../fonts/newcastle-regular.ttf') format('truetype'),
         url('../fonts/newcastle-regular.svg#NewcastleRegular') format('svg');
		 font-weight: normal;
		 font-style:normal;
}

/*	-------------------------------------------------------------
	Basics
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

* {
	margin:0;
	padding:0;
	border:0;
}

html {
	height:100.2%;
	padding-bottom:0.1%;
}

html, body {
	overflow-x:hidden;
}

body {
	width:100%;
	top:0;
	margin:0;
	padding:0;
	font-family:'RotisSansSerifRegular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	color:#1c4590;
	background:#fefdec;
}

p {
	font-size: 1.1em !important;
	font-style: italic !important;
	text-align: justify !important;
	line-height: 24px !important;
	margin: 0 0 18px 0 !important;
	padding: 0 !important;
}
h1 {
	font-size: 1.8em !important;
	color: #e53233 !important;
	font-style: italic !important;
	line-height: 34px !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
h1 {line-height:33px !important;}
}

a {
	color:#e53233;
	text-decoration:underline;
}
a:hover {
	color:#1c4590;
	text-decoration:underline;
}
a:active, a:focus {
	outline:none;
	border:0;
}

*:focus {
	outline:0;
	border:0;
}

.blue {
	color:#1c4590;
}
.red {
	color:#e53233;
}

#header {
  margin: 60px 0 80px 0;
}
.logo {
	float: right;
}