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

/* created by Steve Hargis - JRT Web Design */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-image: url(../images/master-background.jpg);
	background-repeat: no-repeat;
}

a:link {
	color: #00F;
}

a:visited {
	color: #00F;
}

a:hover {
	color: #09C;
}

a:active {
	color: #F00;
}



#wrapper {
	width: 1020px;
	border: 2px solid #202020;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/page-back-1.jpg);
}
.header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: 224px;
}
h2 {
	text-transform: uppercase;
	text-align: center;
	border-bottom: thin solid #930;
	padding-bottom: 4px;
	margin-right: 50px;
	margin-left: 50px;
}

h3 {
	text-transform: none;
	text-align: right;
	border-bottom: 1px solid #b11f27;
	padding-bottom: 2px;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: -5px;
	width: 100%;
	padding-left: -10px;
	padding-top: 20px;
}

#menu {
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	color: #FDF3EE;
	font-weight: bolder;
	font-size: 12px;
	letter-spacing: 2px;
	height: 27px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/menu-nav-bak-1.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#addressBar {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 5px;
}
#menu a:link {
	color: #FDF3EE;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}   /* unvisited links */
#menu a:visited {
	color: #FDF3EE;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	}
/* visited links   */

#menu a:hover {
	color: #FFC;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: underline;
	}  /* user hovers     */
#menu a:active {
	color: #F00;
	font-weight: bold;
	text-transform: lowercase;
	}

/* active links    */




#bodyMain {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#bodyMain img {

}


.image1 {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	display: block;
}

#bodyMain .mainContent {


}


#bodyMain .mainContent img {
	padding-left: 0px;
	padding-top: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#bottomBox {
	background: #FFFFEC;
	width: 450px;
	border: thin solid #333;
	text-align: left;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#contactBox {
	width: 500px;
	font-size: 16px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#nav2bottom {
	text-align: center;
	color: #2747DC;
	padding-bottom: 5px;
	padding-top: 5px;
}
#footer {
	border-top: 2px solid #930;
	height: 30px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 0em;
	color: #CCC;
	background-image: url(../images/footer-background.gif);
	background-repeat: repeat;
	padding-top: 10px;
}

#footer a:link {
	color: #CCC;
}

#footer a:visited {
	color: #CCC;
}

#footer a:hover {
	color: #FF0;
}

#footer a:active {
	color: #F00;
}
#centerTextBox {
	background-color: #0F6;
	text-align: center;
	height: 150px;
	width: 300px;
}


  .centeredImage
    {
	text-align:center;
	padding:0px;
	margin: 0px;
    }
</style>

