@charset "utf-8";
body {
	font-size: .89em;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
}
#homePageContent p {
	text-align: justify;
}
#content2 p {
	text-align: justify;
}

* {
	margin: 0px;
	padding: 0px;
}
#page {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#content h1,h2, h3 {
	font-family: "Lucida Calligraphy";
	margin-top: -10px;
}
#content4 {
	margin-top: -30px;
}

#content4 p {
	line-height: 25px;
}


#top {
	height: 150px;
	width: 1200px;
	background-image: url(assets/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#Tnav {
	height: 50px;
	width: 750px;
	padding-top: 100px;
	text-align: center;
	margin-left: 450px;
}
#Tnav a {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	height: 10px;
	width: 90px;
	padding-top: 10px;
	display: block;
	float: left;
	padding-right: 10px;
	font-family: "Lucida Calligraphy";
}
#nav {
	background-image: url(assets/nav.jpg);
	height: 27px;
	width: 1150px;
	padding-left: 49px;
}
#nav a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	width: 110px;
	padding-top: 7px;
	font-family: "Lucida Calligraphy";
	height: 20px;
}
#break {
	clear: both;
}
#footer {
	height: 107px;
	width: 1200px;
	background-image: url(assets/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
