/* CSS Document */

#main {
	width: 850px;
	height: 100%;
	margin:0 auto;
}#copyright {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
h1 {
	text-align: center;
}
#about {
	line-height: 15px;
}
#products {
	margin: 2px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#about p {
	text-indent: 2em;
}
#nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}
#nav li{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}