body {
	text-align: center;
	margin: 0;
	background: url(images/harley-back.gif);
	padding: 0;
	font-family: Arial;
	}

.content {
	width: 740px;
	height: auto;
	border: 1px #000 solid;
	margin: 0 auto;
	background: #E3E4E8;
	}

h1 {
	font-size: 43px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	}

#header, #undertext {
	width: 740px;
	height: 30px;
	background: #000;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	}

.textarea {
	width: 680px;
	height: auto;
	margin-top: 25px;
	text-align: left;
	margin: 0 auto;
	}
		
#indent {
	color: purple; 
	font-size: 18px; 
	font-family: Verdana; 
	margin-left: 50px;
	font-weight: 600;
	}

#indentblk { 
	color: #000000;
	}

#cartoon {
	width: 500px;
	height: auto;
	float: left;
	border: 1px #000 solid;
	}

ul li {
	margin-top: 3px;
	list-style-type: url(images/bullet1.gif);
	}

.footer {
	margin-top: 15px;
	width: 740px;
	height: auto;
	font-size: 11px;
	}

#netweb {
	border: 1px #34cafd solid;
	background: #FFF;
	font-size: 9px;
	width: 250px;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
	}
	
/*=====Bottom Links=====*/

#linkbar {
	width: 599px;
	height: 30px;
	background: url(images/bottomlinkbar.png);
	margin: 0px; 
	padding: 0;
	position: relative;
	}

#linkbar li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#linkbar li, #linkbar a {height: 30px; display: block;}
#email {left: 0; width: 200px;}
#contents {left: 200; width: 200px;}
#home {left: 400px; width: 199px;}

#email a:hover {background: transparent url(images/bottomlinkbar.png) 0px -30px no-repeat;}
#contents a:hover {background: transparent url(images/bottomlinkbar.png) -200px -30px no-repeat;}
#home a:hover {background: transparent url(images/bottomlinkbar.png) -400px -30px no-repeat;}

