@charset "UTF-8";

/* GENERAL
-------------------------------------------*/

html {
	height: auto;
	}
body {
	margin: 20px 30px 30px 30px;
	}
	
	h1 {
		margin: 0 0 10px -15px;
		}
	h2 {
		margin-bottom: 4px;
		font: bold 18px/23px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #F68B1F;
		}
	p {
		margin-bottom: 13px;
		font-size: 16px;
		}