body {
	background-image:url('images/background.jpg');
	margin: 0;
	}
	
#container {
	background-color: #FF9900;
	border: 1px solid black;
	height: auto;
	margin: auto;
	width: 800px;
	}

#header {
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	height: 150px;
	}

#navigation {
	background-color: #FF9900;
	float: left;
	padding-top: 10px;
	width: 20%;
	}

#navigation img {
	border: none;
	}
	
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#content {
	background-color: #FAFAFA;
	float: right;
	height: auto;
	margin: auto;
	width: 80%;
	word-wrap: break-word;
	}
	
table {
	margin: 0;
	width: 100%;
	}
	
.upper {
	background-image: url('images/newsbar.jpg');
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	font-size: 15px;
	}

.info {
	width: 25%;
	font-weight: bold;
	vertical-align: top;
	}

.product {
	width: 25%;
	}

.service {
	width: 40%;
	font-weight: bold;
	vertical-align: top;
	}

.space {
	padding-top: 5px;
	padding-bottom: 5px;
	}

.new {
	padding-left: 10px;
	}
	
#footer {
	clear: both;
	background-image: url('images/footer.jpg');
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
#footer a {
	color: #FFFFFF;
	}