@charset "utf-8";
/* CSS Document */

html { height: 100%; }
body { font: 100% Arial, Helvetica, sans-serif; padding: 0; text-align: center; margin: 0 auto; height: 100%; background-image: url(img/background-stripes.jpg); background-repeat: repeat; }

h2 { font-size: 14px; font-weight: bold; padding: 0px; margin: 0px; }
h1 {
	font-size: 16px;
}


img { border: none; }
a { text-decoration: none; }

/* Font Styles */
.text1 { font-size: 12px; padding: 0px 20px; }
.text2 { font-size: 12px; color: white; text-align: center; padding: 10px 20px; }
.text2 a { color: white; }
.image-title { font-size: 11px; font-style: italic; text-align: center; }
.image-footer { font-size: 11px; font-style: italic; color: #990000; text-align: center; }
.testimony { font-size: 11px; font-style: italic; }
/* End Font Style */

/* Main Navigation */
#navigation { width: 300px; color: white; padding-top: 140px; padding-left: 70px; }
.button { float: left; margin: 0px 10px; }
.button a { font-size: 14px; color: #fac859; }
.button a:hover { color: white; }
/* End Main Navigation */

#page-wrapper { width: 800px; margin: 0 auto; position: relative; }
#header-background { background-image: url(img/header-background.jpg); background-repeat: repeat-x; height: 166px; width: 100%; }
#header { background-image: url(img/header.jpg); background-repeat: no-repeat; width: 800px; height: 166px; margin: 0 auto; }
#content { background-color: white; }
#footer { background-color: black;  }

.left-content { float: left; width: 440px; padding: 10px; text-align: center; border-right: 2px solid black; }
.right-content { float: left; width: 340px; padding: 10px 0px; text-align: left;  }

.title { background-image: url(img/title-background.jpg); width: 187px; height: 30px; color: white; font-size: 18px; font-weight: bold; font-style: italic; }
.title-large { background-image: url(img/title-background-large.jpg); width: 250px; height: 30px; color: white; font-size: 18px; font-weight: bold; font-style: italic; }
.title-padding { padding: 4px 0px 0px 20px; }
