body{
	background-color:black;
	color:white;
}
#container{
	width:1024px;
	margin:0px auto;
}
#header{
	text-align:center;
}
#menubar{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 5px;
	border-bottom: 1px solid black;
	text-transform:uppercase;
}
#menubar a{
	color: blue;
}
#menubar a:hover{
	color:green;
}
#content{
	height:100%;
	width:100%;
}
#taskbar{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color:darkgray;
	float:right;
	width:180px;
	line-height:1.5em;
}
#taskbar a{
	color: white;
}
#taskbar a:hover{
	color:blue;
}
img{
	margin:0;
	padding:0;
}
#machine1{
	float:left;
	height:300px;
	margin-bottom:10px;
	
}
h1{
	color:blue;
}
.description{
	font-size:1.2em;
	color:white;
}
#innerfooter{
	position:relative;
	font-family:arial;
	bottom:0px;
	color:lightgreen;
	font-size:1.2em;
}
#list1{
	font-size:1.2em;
	color:white;
}
#contact{
	font-size:1.4em;
	color:blue;
	border:1px dashed red;
	text-align:center;
	width:300px;
}
.testimonial{
	font-family:arial;
	color:white;
}
.testimonial h2{
	display:inline;
}
.testimonial a{
	color:blue;
}
.testimonial blockquote{
	font-style:italic;
	color:yellow;

}