/* CSS Document */

#main {
	width: 850px;
	height: 100%;
	background-color: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #eee;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
.other {
	background-color: #f0e600;
	height: 25px;
	width: 100%;
	border: 1px solid #eee;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 180%;
	text-indent: 1.2em;
	font-weight: bolder;
}
#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;
}
body {
	background-color: #1a69b4;
}
