body {
	font-family: 'gotham_htf_lightregular';
	font-size: 14px;
	line-height: 20px;
	color: #000;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	font-family: 'gotham_htf_light_condensedRg';
}
h1, h2, h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h1 {
	font-size: 35px;
}




body a {
	color: #222;
}

fieldset {
	background-color: transparent;
}

input[type='submit'], input[type='button'], button, .button-like {
	border: solid 1px #101f25;
	color: #fff;
	background-color: #101f25;
}

input[type='text'], textarea {
	color: #000;
}

hr {
	border-top: solid 1px #ccc;
}

