body {
	background-color: black;
	color: #dddddd;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
}
img {
	border: none;
}
strong {
	color: white;
}
h1, h2, h3, h4, h5, h6 {
	color: orange;
}
#container {
	width: 770px;
	margin: auto;
}
#header {
	position: relative;
	float: left;
	width: 770px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid white;
	text-align: center;
}
#logo {
	position: relative;
}
#logo_addr {
	color: white;
}
#promo {
	position: relative;
	float: left;
	width: 770px;
	border-top: 1px solid white;
	padding-top: 10px;
	text-align: center;
}
#main_column {
	position: relative;
	float: left;
	width: 750px;
	margin: 10px;
}
#logo_addr {
	font-size: 14px;
	font-weight: bold;
}
#footer {
	position: relative;
	float: left;
	width: 750px;
	margin: 10px;
	border-top: 1px solid white;
	text-align: center;
}
	
a:link, a:visited {
	color: yellow;
}
a:hover, a:active {
	color: teal;		
}
.error {
	border: 3px solid red;
	padding: 5px;
	color: red;
}

#bottom_links {
	position: relative;
	float: left;
	width: 750px;
	margin: 10px;
	text-align: center;
}
#bottom_links a {
	position: relative;
	float: left;
	display: block;
	width: 132px;
	margin: 5px;
	text-decoration: none;
}

#bottom_links a:link, #bottom_links a:visited {
	border: 3px solid #FF9900;
	color: white;
	background-color: black;
}
#bottom_links a:hover, #bottom_links a:active {
	color: #FF9900;
	background-color: black;
}
.customer {
	position: relative;
	float: left;
	margin: 5px;
}