@charset "utf-8";
/* CSS Document */

#logobar {
	height: 140px;
	width: 900px;
	background-image: url(../Images/logobar.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #333;
}
#address {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	line-height: 20px;
	color: #808080;
	text-align: center;
	padding: 0px;
}
#phone {
	font-family: "Franklin Gothic Medium";
	font-size: 20px;
	color: #DE9CBD;
	text-align: center;
	padding: 0px;
}
.links {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color: #808080;
	text-align: center;
	padding: 0px;
}



#body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	text-align: center;
}

#homeimage {
	text-align: center;
}
#image {
	padding-left: 30px;
}


#hometext {
	font-family: "Garamand Classic Book";
	font-size: 13px;
	color: #808080;
	padding-top: 5px;
	text-align: center;
	line-height: 18px;
}
.header {
	font-family: "Garamand Classic Book";
	font-size: 20px;
	color: #AD2D77;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
.smallheader {
	font-family: "Garamand Classic Book";
	font-size: 16px;
	font-weight: normal;
	color: #AD2D77;
}

.text {
	font-family: "Franklin Gothic Medium";
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}


#copyright1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: center;
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	font-family: "Franklin Gothic Medium";
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	color: #808080;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 30px;
}

