* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #F8F4EC;
	text-align: center;
	color: #000000;
}

body {

}


h1 {
	font-size: 36px;
	position: absolute;
	top: 30px;
	font-weight: bold;
	color: #C72121;
	font-family: "Trebuchet MS", "Lucida Sans";
}

h2, h2 a, h2 a:hover {
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
	color: #C72121;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", "Lucida Sans";
}

h3, h3 a, h3 a:hover {
	font-size: 18px;
	font-weight: bold;
	line-height: 100%;
	color: #C72121;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", "Lucida Sans";
}

h4, h4 a, h4 a:hover {
	font-size: 15px;
	font-weight: bold;
	line-height: 100%;
	color: #000;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", "Lucida Sans";
}

h5, h5 a, h5 a:hover {
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
	color: #C72121;
	font-family: "Trebuchet MS", "Lucida Sans";
}




p, li, a, td, th, dd, address, blockquote, label {
	font-size: 13px;
	line-height: 130%;
	font-style: normal;
	font-family: "Trebuchet MS", "Lucida Sans";
}

p, ul, dl, ol, address, blockqoute {
	margin-bottom: 18px;
}



img {
	border: 0px;
	display: block;
}

img.inline {
	display: inline;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
}

input, textarea, option, select {
	font-size: 12px;
}

option {
	padding-right: 5px;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	margin-left: 8px;
	padding-left: 8px;
}




/* custom styles ================== */


.header {
	height: 142px;
	background-color: #000000;
	position: relative;
	background-image: url(images/header_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.tag_line {
	font-size: 15px;
	position: absolute;
	top: 75px;
	color: #fff;
	font-style:italic;
}

.torso {
	text-align: left;
	margin: 0 auto;
	width: 700px;
	position: relative;
}

.torso_padding {
	padding: 0 15px;
}

.footer {
	border-top: 1px solid #000000;
	padding: 20px 0;
	clear: both;
}

.photo_text {
	float: right;
	margin: 0 0 15px 15px;
}
