﻿.headerusa {
				font-weight: bold;
				background-position: left;
				float: left;
				background-image: url('jeximages/american-flag.jpg');
				height: 150px;
				width: 200px;
				color: white;
				text-align: center;
				vertical-align: middle;
				background-repeat: no-repeat;
}
h1 {
				margin: 0;
				padding: 3px;
				background-color: #F5F5F5;
				color: red;
				font-style: italic;
				text-align: center;
				border-style: ridge;
				font-family: Verdana;
				font-size: large;
}
h2 {
				font-size: medium;
}

h3 {
				margin: 0;
				color: yellow;
				padding: 10px;
				font-size: small;
				text-align: center;
				text-decoration: none;
}
.headeraddress {
				background-color: black;
				height: 150px;
				width: 200px;
				float: right;
				color: white;
				text-align: left;
}
.headerlogo {
				text-align: center;
				background-color: #000000;
}
.headertable {
				background-color: black;
}
#left_photos {
				border-style: ridge;
}
#product_photos {
				border: medium outset;
}

#links_bar {
				text-align: center;
				vertical-align: middle;
}
#links_bar a {
				padding: 0;
				text-align: center;
				margin: 0;
				border-style: outset;
				background-color: red;
				border-color: #C0C0C0;
				border-width: 0pt 1pt 2pt 3pt;
				position: inherit;
				z-index: inherit;
				height: auto;
				width: 100px;
				font-family: "Times New Roman";
				font-size: small;
				font-weight: bold;
				font-style: normal;
				font-variant: normal;
				color: #FFFFFF;
				cursor: pointer;
				text-decoration: none;
}
#links_bar a:visited {
}
#links_bar a:hover {
				color: black;
				background-color: silver;
				text-decoration: none;
}
body {
				background-color: #F5F5F5;
}
