@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
#headline {
	background-color: #FFF;
	height: 190px;
	width: auto;
	background-image: url(../graphics/bpLogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}

body {
	background-color: #FFF;
	margin: 0px;
	height: auto;
	width: auto;
}
#nav {
	float: right;
}



a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
#container {
	background-color: #FFF;
	width: 999px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	margin-bottom: 0px;
}
#content {
	background-color: #FFF;
	width: 960px;
	margin-bottom: 0px;
	padding: 5px;
	margin-right: 25px;
	margin-left: 25px;
	background-position: center;
	text-align: left;
	font-size: 16px;
}
#productLogo {
	background-color: #FFF;
	padding: 5px;
	height: 95px;
	width: 700px;
	margin-right: 120px;
	margin-left: 120px;
}

.images_right {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 600px;
}
#address {
	text-align: center;
	font-size: 14px;
}



#footer {
	background-color: #FFF;
	height: 100px;
	width: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	clear: both;
}
.images_left {
	margin: 5px;
	float: left;
	border: thin solid #000;
}
