@charset "utf-8";
#nav  {
	width: 780px;
	font-size: medium;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pic {
	text-align: center;
	width: 780px;
	margin: 0px;
	padding: 0px;
}





#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 

#footer {
	width: 770px;
	background-color: #FFFF00;
	font-size: 80%;
	text-align: center;
	font-weight: bolder;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	padding: 5px;
}
#footer li {
	text-decoration: none;
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#footer ul {
	text-decoration: none;
	list-style-type: none;
	text-transform: capitalize;
	white-space: nowrap;
	display: inline;
	font-size: 70%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#footer a:link {
	color: #0000FF;
	text-decoration: none;
}
#footer a:visited {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #0000FF;
	font-size: large;
	text-decoration: none;
}
#footer a:active {
	color: #0000FF;
	text-decoration: none;
}



#buyindex p {
	color: #0000FF;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
#buyindex {
	text-align: center;
}
#buyindex form {
	text-align: center;
}
