@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #ffffff;
	background-image: url(artwork/background-blend.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

p {
	margin: 0px;
}

#container {
	width: 960px; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	height: 600px;
	background-repeat: no-repeat;
	padding-top: 14px;
	margin-top: 16px;
}

#header {
	height: 218px;
	width: 960px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-bottom: auto;
}

#main-body {
	width: 960px;
	text-align: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#column-left {
	width: 170px;
	padding-top: 52px;
	height: auto;
	padding-right: 0px;
	padding-left: 56px;
	padding-bottom: 0px;
}

#column-center {
	width: 462px;
	padding-top: 0px;
	height: auto;
	padding-right: 42px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#column-right {
	height: auto;
	width: 190px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.body-text {
	font-family: 'Open Sans', verdana, sans-serif, geneva;
	font-size:16px;
	color: #3D422A;
	line-height: 27px;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}

.body-text-small {
	font-family: 'Open Sans', verdana, sans-serif, geneva;
	color: #3D422A;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
}

.name-header {
	font-family: 'kotta one', Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	color: #984454;
}

.name-header-small {
	font-family: 'kotta one', Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #864046;
}

.name-header-green {
	font-family: 'kotta one', Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #7F6B46;
}


.links {
	font-family: 'kotta one', georgia, times;
	font-size: 19px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	letter-spacing: 0px;
}



.quote {
	font-family: 'kotta one', Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #416A7A;
	line-height: 28px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul {
	font-family: 'Open Sans', verdana, sans-serif, geneva;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
	list-style-type: circle;
}


blockquote {
	font-family: 'Open Sans', verdana, sans-serif, geneva;
	font-size: 15px;
	color: #333;
	line-height: 21px;
	font-weight: 400;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}


h1 {
	font-family: 'kotta one', verdana, sans-serif, geneva;
	font-size: 24px;
	color: #416A7A;
	line-height: 31px;
	margin-bottom: 18px;
	margin-top: 0px;
	font-weight: 400;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: normal;
	text-transform: none;
}


h2 {
	font-family: 'Open Sans', verdana, sans-serif, geneva;
	font-size: 17px;
	line-height: 22px;
	font-weight: 400;
	text-transform: none;
	color: #9B0B19;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	font-family: 'kotta one', verdana, sans-serif, geneva;
	font-size: 18px;
	line-height: 28px;
	text-transform: none;
	color: #416A7A;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	font-weight: 400;
}

.image_float_rt {
	float: right;
	margin-left: 18px;
	margin-bottom: 6px;
}
.image_float_left {
	float: left;
	margin-right: 18px;
	margin-bottom: 24px;
}

a:link {
	color: #B02634;
	text-decoration: none;
}

a:visited {
	color: #B02634;
	text-decoration: none;
}
a:hover {
	color: #E58A2D;
	text-decoration: none;
}
a:active {
}
