html {
background-image: url(images/rightside.jpg);
background-repeat: repeat-y;
background-position: top right;
}

body {
margin: 0;
font-family: ;
background-image: url(images/leftside.jpg);
background-repeat: repeat-y;
color: #000000;
}
#container {
	width: 800px;
	display: inline;
}
#main-title {
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
font-size: .6em;
font-family: Constantia;
letter-spacing: 5px;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
padding-right: 50px;
background-color: #F0F7FF;
color: #000000;
border-top: 1px;
border-bottom: 1px ;
}


#header-image {
background-color: #FFFFEE;
background-image: url(images/Hallie_Peyton4.jpg);
background-repeat: no-repeat;
background-position: center;
height: 300px;
border-top: 2px;
border-bottom: 2px;
margin-left: 110px;
margin-right: 110px;
}

#navbar {
font-family: Satin, serif;
margin-bottom: 0;
margin-top: 10px;
margin-left: 110px;
margin-right: 110px;
font-size: 1.2em;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
padding-top: 20px;
font-weight: bold;
background-color: #F0F7FF;
color: #000000;
word-spacing: 8px;
border-bottom: 2px;
}

#navbar a:link, #navbar a:visited {
font-family: Satin, serif;
color: #000000;
word-spacing: none;
}

#navbar a.current {
font-family: Satin, serif;
color: #B3B3FF;
}

#navbar a:hover {
font-family: Satin, serif;
text-decoration:underline;
}


#headline {
font-family: Satin, serif;
font-size: 2em;
padding-top: 30px;
text-align: justify;
background-color: #F0F7FF;
padding-left: 100px;
padding-right: 100px;
margin-left: 110px;
margin-right: 110px;
margin-bottom: 0;
line-height: 1.5em;
border-bottom: 3px #FFF0F0 solid;}


p.byline {
text-align: right;
margin-bottom: 0;
}

h1 {
font-family: Constantia;
margin-left: 110px;
margin-right: 110px;
font-size: 2.5em;
padding-bottom: 3px;
padding-top: 23px;
padding-left: 50px;
padding-right: 0;
color: #000000;
border-bottom: 1px #FFF0F0 solid;
letter-spacing: 5px;
font-weight: bold;
background-color: #FFFFEE;
margin-top: 0;
margin-bottom: 0;
}


#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 110px;
margin-right: 110px;
font-size: 1em;
line-height: 1.8em;
background-color: #ffffff;
}

#main-text p {
text-align: justify;
margin-left: 50px;
margin-right: 50px;
}

h2 {
font-family: Constantia;
padding-bottom: 3px;
padding-right: 0;
color: #000000;
border-bottom: 1px #000000 solid;
letter-spacing: 5px;
margin-left: 50px;
margin-right: 50px;
font-size: 2em;
margin-top: 0;
padding-top: 10px;
}

p, ul, ol, table {
font-family: Constantia;
margin-top: 17px;
margin-bottom: 0;
}

ol, ul {
font-family: Constantia;
margin-left: 75px;
margin-right: 75px;
}

a:link, a:visited {
font-family: Constantia;
text-decoration: none;
font-weight: bold;
color: #ff0000;
}

a:hover {
font-family: Constantia;
text-decoration: underline;
}


input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label {
	margin-left: 10px;
	color: #999999;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #7575ff;
	border: 0;
	font-size: 14px;
	color: #F0F7FF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}


#footer {
font-family: Constantia;
text-align: center;
margin-bottom: 0;
padding-top: 8px;
padding-bottom: 8px;
font-size: 11px;
margin-top: 20px;
padding-right: 50px;
background-color: #f0f7ff;
color: #000000;
font-weight: bold;
border-top: 1px #000000 solid;
border-bottom: 1px #000000 solid;
}

#footer a:link, #footer a:visited {
color: #000000;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
color: #000000;
}
.right {
float: right;
text-align: right;
width: 50%;
}
.left {
float: left;
text-align: left;
padding-left: 50px;
}
.right h3 {
margin-top: 0px;
font-size: 90%;   
}
