body {
	background-image: url(../img/background.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
	margin: 0 auto;
	text-align: center;
	width: 400px;
	}
	
#container {
	width: 410px;
	padding: 3px;
}

.banner {
	border: none;
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}

h1 {
	font-family: Courier New, Courier, mono;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	letter-spacing: 1px;
	}

h2 {
	font-family: Courier New, Courier, mono;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: 1px;
	}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #999966;
	width: 320px;
	height: 120px;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	background-color: #FFFFFF;
	}
	
.text_input  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #999966;
	padding: 3px;
	width: 180px;
	height: 25px;
	vertical-align: middle;
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	background-color: #FFFFFF;
	}

#boxes_compilation {
	margin: 15px 0 15px 0;
}

.boxes {
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #999966;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	display: inline-block;
}

.masthead {
	margin-left: 0 auto;
	margin-right: 0 auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.contact {
	margin: 15px 0 20px 0;
	}
	
#Contact_Form {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}
	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #FF0000;
	}

.img_inner, .programming, .notary, .defensive_driving {
	border: none;
	margin: 0 auto;
	text-align: center;
}
	
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #333333;
}

.todays_date {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	text-align: right;
	margin-bottom: 2px;
}

.thank_you_header {
	font-family: Georgia;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 1px;
	font-style: italic;
	color: #000000;
}

.thank_you_text {
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	font-style: normal;
	color: #000000;
}

#thank_you_box {
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
	border: 1px solid #999966;
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.basic_button {
	font-size: 14px;
	margin-bottom:15px;
	padding: 4px;
	width: 80px;
}

hr {
	color: #999966;
	background-color: #999966;
	height: 1px;
	border: 0;
}

a, a:visited, at:hover {
	color: #0000FF;
}

