body {
	
}
#container {
	width: 800px;
	padding-top: 10%;
	padding-left: 10%;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 800px;
}
#ebook {
	float: left;
	height: 100px;
	width: 100px;
	position: relative;
	top: 50px;
}
#ebooktxt {
	float: left;
	height: 100px;
	width: 100px;
	position: relative;
	top: 100px;
}


#flyer {
	height: 600px;
	width: 400px;
	float: left;
}
#flytext {
	height: 600px;
	width: 300px;
	float: left;
	background-color: #FFFFFF;
}
#texta {
	height: 550px;
	width: 250px;
	float: left;
	padding: 25px;
}
#names {
	height: 300px;
	width: 200px;
}


h1 {
	font-family: "Letter Gothic MT", Verdana, "Arial Narrow", sans-serif;
	/*font-family: "Arial Narrow", Arial, Verdana;*/
	font-size: 30px;
	text-align: center;
	vertical-align: bottom;
	letter-spacing: 4px;
	word-spacing: 20px;
	line-height: normal;
	color: #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.5px;
	text-align: center;
	word-spacing: normal;
	vertical-align: bottom;
}
h3 {
	font-family: "Letter Gothic MT", Verdana, "Arial Narrow", sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #990000;
	font-style: normal;
	text-align: center;
}
h4 {
	font-family: "Letter Gothic MT", Verdana, "Arial Narrow", sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: center;
	font-weight: bolder;
	line-height: 35px;
}
h5 {
	font-family: "Letter Gothic MT", Verdana, "Arial Narrow", sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #990000;
	text-align: center;
	clear: both;
	float: right;
	height: 14px;
	text-decoration: underline;
}

hr {
	width: 600px;
	border-top: thin groove #666666;
	border-right: thin none #666666;
	border-bottom: thin none #666666;
	border-left: thin none #666666;
}


p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
	text-align: justify;
	line-height: 16px;
	letter-spacing: 1px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:active {
	background-color: #CCCCCC;
}
