@charset "utf-8";
body {
	margin-right: auto;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #990000;
	text-decoration: none;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	color: #003300;
	text-decoration: none;
	margin: 0;
	background-image: url(../images/backgrounds/ashley%27s-beautiful-smile.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 110px;
	height: 126px;
	padding-bottom: 10px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	color: #000099;
	text-decoration: none;
	margin: 0;
	background-image: url(../images/backgrounds/joel%27s-smile.jpg);
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 110px;
	height: 127px;
}


p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #0000CC;
	margin: 0px;
	padding: 0;
	font-weight: bold;
}
a {
	color: #0000CE;
	text-decoration: underline;
}
a:hover {
	color: #0000CE;
	text-decoration: none;
}

br {
	clear: both;
}

input:focus {
	border: 2px solid #CC0000;
}
textarea:focus {
	border: 2px solid #CC0000;
}
.submit {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #3E1000;
	text-decoration: none;
}
.floatright {
	float: right;
}

.clearbutton {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #3E1000;
	text-decoration: none;
}


.bold {
	font-weight: bold;
	font-size: 28px;
}
.rightalign {
	text-align: right;
	color: #EBF6BE;
	font-weight: bold;
}
.formpadding {
	padding-left: 8px;
	color: #EBF6BE;
}



#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#main #intro {
	text-align: center;

}
#main #intro #banner {
	height: 150px;
	background-image: url(../images/backgrounds/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main #intro #nav {
	height: 40px;
	background-image: url(../images/backgrounds/nav.jpg);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


#main #intro ul {
	list-style-type: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
}
#main #intro ul li {
	display: block;
	width: 80px;
	padding: 10px;
	text-align: center;
	float: left;
}

#main #content {
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 150px;
	padding-bottom: 30px;
	background-image: url(../images/backgrounds/pattern.jpg);
	background-repeat: repeat;
	height: auto;
}
#main #footer {
	height: 150px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 30px;
}

