﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color:  black;
		background-attachment: scroll;
		}
#container {
	width: 700px;
	margin: 5px auto;
	background-image: url('../logo.png');
		background-repeat:no-repeat;
}
#masthead {
	text-align: left;
	width: 700px;
	background-color:  transparent;
	background-attachment: scroll;
}
#navigation {
	position: relative;
	float:  left;
	width: 132px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: black;
		}
#content {
	float: right;
	width: 530px;
	margin-top: -3px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 9px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: x-small;
}
#footer {
	text-align: left;
	clear: both;
	width: 698px;
	padding: 0px;
	border: medium  #919191 ridge;
	background-color: #CE0000;
	color:white;
}

#imgFHB {
	cursor:Hand;
	height:38px;
	width:38px;
	
}

#linkEmail {
		cursor:Hand;
	}
	
#linkHome {
		cursor:Hand;
	}


/* Masthead Styles */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color:black;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid  black;
	background-color: black;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid black;
	background-color: black;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #CE0000;
	background-color:  #CE0000;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: white;
	margin-bottom: 1px;
}
#content img {
	float: right;
	margin-left: 0;
	padding-top: 10;
	vertical-align: middle;
}
Styles */
#footer p {
	color:  white;
	margin-top: 0px;
	margin-left:5px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer p {
	color:  white;
	margin-top: 0px;
	margin-left:5px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#priceListA{
	color:white;
	font-size:medium;
	text-decoration:underline;
}