.textbody {
	position: relative;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
}
.h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #990000;
	text-align: center;
	background-position: center;
}
.buynowbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #FF0000;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #090;
}
.signatrue {
	font-family: "Lucida Handwriting", Verdana, Helvetica;
	font-size: 16px;
	font-weight: bolder;
}
.pledge {
	list-style-type: disc;
	text-align: left;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bolder;
	color: #990000;
	text-align: center;
	background-position: center;
}
.subtitles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bolder;
	color: #990000;
	text-align: center;
	background-position: center;
}
.links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}
.textfirstword {
	font-size: 18px;
	color: #FF0000;
	font-weight: bolder;
	font-style: normal;
}
.designby {
	font-size: 10px;
	text-align: center;
}
.infosmall {
	font-size: 16px;
	color: #FF0000;
}
.infolarge {
	font-size: 20px;
	color: #FF0000;
	font-weight: bold;
}

/* CSS Menu background postion and color*/
.menu {
	position: fixed;
	width: 100%;
	background-color: #036;
	height: 70px;
	top: 0px;
	left: 0px;
	z-index: 1;
}
/* CSS Menu display no hover*/
.menu ul {
	margin:0;
	list-style-type:none;
}
.menu li {
	display:inline;
}
/* CSS Menu display no hover position, font, link position and style*/
.menu a {
	display:block;
	height:30px;
	float:left;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-align: center;
	color:#FF0;
	text-decoration:none;
	width: 150px;
	padding-top: 5px;
}
/* CSS Menu display type, button and font color on hover*/
.menu a:hover {
	background-image: url(Images/navmenu150X35.gif);
	background-repeat: no-repeat;
	color:#F00;
	text-align: center;
	background-position: center;
}
.menu .sub_item {
	display:none;
}

/* show subitems on hover of menu item */
.menu .item :hover .sub_item {
	display:block;
	position:absolute;
	width:450px;
	top:35px;
	left:150px;
	background-color: #036;
}
/* CSS Keeps main menu item display of hover button*/
.menu .item :hover > a {
	color:#F00;
	background-image: url(Images/navmenu150X35.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	text-align: center;
	background-position: center;
}
