@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Miscelleneous */

h1 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
	color: #361415;
}
h2 {
    font-family: 'BebasNeueRegular', Arial, sans-serif !important;
	font-size: 35px !important;
	font-weight: normal !important;
	margin: 0 !important;
	color: #361415 !important;
}
h3 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	color: #361415;
}
h4 {
    font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	color: #361415;
}

p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.3;
	color: #373535;
}
li {
	font-size: 14px;
	line-height: 1.3;
	color: #373535;
}
a {
	text-decoration: none;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

input::-moz-focus-inner 
{ 
    border: 0;
    padding: 0;
}

.framed {
	border: 1px solid #c5c0b6;
	padding: 3px;
	margin-right: 7px;
	margin-bottom: 7px;
}

.pullLeft {
	float: left;
}

form {
	margin: 0;
	padding: 0;
}