html
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	font-size: 13px;
	text-align: center;
	display: block;
	border: 0;
}
a
{
	color: #09F;
	text-decoration: none;
}
a:hover
{
	color: #fff;
	background-color: #09F;
	text-decoration: none;
}
.footer
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
}
.nav_menu
{
	text-align: left;
}
#price_link
{
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #09f;
	color: #fff;
	float: right;
	text-decoration: none;
}
#price_link:hover
	{
		background-color: #fff;
		color: #09f;
		text-decoration: none;
		cursor: pointer;
	}
.nav_bg
{
	font-family: 'Courier New' , Courier, monospace;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	background-color: #fff;
	color: #ccc;
}
.bottom_container
{
	width: 100%;
}
.app_title
{
	font-weight: bold;
	color: #09F;
	font-size: 36px;
}
.app_tagline
{
	font-style: italic;
	font-size: 90%;
}
.width
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.content
{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.main_page
{
	text-align: center;
}
.header
{
}
.product_desc
{
	/* padding-left: 10px; */
}
.rightImage
{
	clear: right;
}
.content_body
{
	border: 1px solid #ccc;
	line-height: 1.75;
	background-color: #fff;
	padding: 9px;
	margin-top: 10px;
	margin-bottom: auto;
}
