/*
Design by Monica Koepfer
http://www.monicakoepfer.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/hive.jpg);
	background-repeat: repeat;
	background-color: #d89928;
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	color: #663300;
}

a:link {
 	text-decoration: none;
	color: #663300;
}
a:visited {
	text-decoration: none;
	color: #663300;
	}
	
a:hover {
	text-decoration: none;
	color: #663300;
	} 

blockquote {
	border-left-color: #663300;
	margin-left: 75px;
	}
	
#blockquote {
	border-left-color: #663300;
	margin-left: 75px;
	float: left;
	margin-top: 60px;
	}
	
#blockquote h4 {
	color: #663300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right: 180px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	}
	
#pic {
	background-image: url(images/JessPic.jpg);
	background-repeat: no-repeat;
	margin-left: 75px;
	float: left;
	margin-top: 60px;
	}

h5 {
	color: #663300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 105px;
	margin-right: 200px;
	text-align: justify;
	font-size: 12px;
	line-height: 15px;
}

h4 {
	color: #663300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right: 140px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

h3 {
	color: #663300;
	font-family: "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-left: 85px;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.marginright {
	margin-top: -10px;
	margin-right: 0px;
	text-align: right;
	font-size: smaller;
}

#homewrapper {
	margin: 0px auto;
	width: 800px;
	height: 100%;
}


/* Header */
#header {
	background-image: url(images/JETheader.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 191px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom: 0px;
}

#headerreviews {
	background-image: url(images/JETReviews.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 333px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom: 0px;
}

#headerabout {
	background-image: url(images/JETAbout.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 333px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom: 0px;
}

#headerillus {
	background-image: url(images/JETIllustrations.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 228px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top:0px;
	margin-bottom: 0px;
}

/* Navigation */

#navigation {
	text-align: center;
	width: 800px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 65px;
	padding: 0px;
	float: left;
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 26px;
	margin-bottom: 0px;
}

ul.horiz li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#navigation li a:link, #navigation li a:visited {
	font-size: 24px;
	color: #fffade;
	text-decoration: none;
	margin-bottom: 0px;
}

#navigation li a:hover {
	color: #ebcb8d;
}

#navigation2 {
	width: 800px;
	margin-bottom: 0px;
	margin-left: 435px;
	margin-top: 155px;
	padding: 0px;
	float: left;

}

#navigation2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation2 li {
	margin: 5px;
	margin-bottom: 0px;
}


#navigation2 li a:link, #navigation2 li a:visited {
	font-size: 15px;
	color: #ffff99;
	margin-bottom: 0px;
}

#navigation2 li a:hover {
	text-decoration: underline;
	color: #fffade;
}

/* Page */

#page {
	width: 800px;
	height: 471px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/JETbkg.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	
#page2 {
	width: 800px;
	height: 100%;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/JETBkg2.jpg);
	background-repeat:repeat-y;
	float: left;
	}
	
#page3 {
	width: 800px;
	height: 550px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/JETBkg2.jpg);
	background-repeat:repeat-y;
	float: left;
	}
	
/* Footer */

#footer {
	background-image: url(images/JETfooter.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
	width: 800px;
	height: 110px;
	color: #403522;
}

#footertext{
	width: 800px;
	text-align: center;
	font-size: 10px;
	margin-top:10px;
	float: left;
}
#footertext a {
	text-decoration: none;
	color: #403522;
}

#footertext a:hover {
	text-decoration: none;
	color: #675636;
}
