@charset "UTF-8";
/* CSS Document */

body { border-width: 1px; font-family: Arial; background-color: white;
	margin-top: 0; }
a:link { color: white; }
a:visited { color: white; }
a:hover { color: #ecddcc; }
a:active { color: white; }
#header { height: 75px; width: 100%; border-bottom: 1px solid #a9d800; }

#headerlogo {
	background-repeat: no-repeat;
	background-image: url(images/headername.jpg);
	border-style: none;
	border-width: 0px;
	float: left;
	height: 75px;
	width: 548px;
}

#imagedisplay {
	min-height: 450px;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 5px;
	
}
#orangebutton { padding-top: 5px; margin-top: 35px; margin-left: 7px; float: right; background-color: #e97e16; width: 99px; height: 18px; border: solid 1px #c75f00; }
	
#orangebutton a:link { text-decoration: none; font-weight: bold; font-size: 11px; font-family: Arial; color: white;}

#orangebutton a:visited { text-decoration: none; font-weight: bold; font-size: 11px; font-family: Arial; color: white;}

#orangebutton a:hover { text-decoration: none; font-weight: bold; font-size: 11px; font-family: Arial; color: #b65600;}

#scroll_header { text-decoration: none; font-weight: bold; font-family: Arial; padding-bottom: 8px; font-size: 11px; color: white; border-color: #c75f00 #c75f00 #a9d800; border-style: solid; padding-top: 20px; width: 636px; height: auto; border-width: 0 0 1px; }
	
.scroll_header { background-color: #e97e16; padding: 8px 10px; border: solid 1px #c75f00; }
#footer { margin-top: 15px; width: 636px; border-color: #a9d800; border-style: solid; border-width: 1px 0 0; }
#content { padding: 30px; font-family: Arial; margin-top: 0; border-right-width: 0; border-bottom-width: 0; border-top-width: 0; top: 0; height: 500px; width: 390px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; }
.titleheader { color: #6b6b6b; font-weight: bold; font-size: 28px; }
.content { color: #7b7b7b; font-weight: bold; font-size: 13px; line-height: 28px; }
#footerinv { color: #fff; font-size: 3px; font-style: normal; background-color: transparent; margin-top: 0; width: 400px; height: 10px; float: right; }
