﻿body
{
	margin: 0px;
	color: #330066;
	font-family: Times New Roman, 'Bodoni MT';
	font-size:large;
	background-color: #9A6CA2;
	background-image: url(/images/back.png);
	background-repeat: repeat-x;
}

a
{
	text-decoration: none;
}

.mainTable
{
	width: 800px;
	padding: 0px;
	margin: 0px;
	border: none;
}

.mainContent
{
	width: 680px;
	text-align: left;
	vertical-align: top;
}

.links
{
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
	
}

.banner
{
	height: 160px;
	width: 800px;
	text-align: left;
	vertical-align: text-top;
	font-family: 'Bodoni MT Black';
	padding-bottom: 20px;
}

.title
{
	font-size: 62px;
	color: #500025;
	text-decoration: none;
}

.subtitle
{
	font-size: 32px;
	color: #500025;
	text-decoration: none;
}

.copyright
{
	font-size: small;
	text-align: center;
}

.cartSummary
{
	width: 150px;
	vertical-align: top;
	font-size: 18px;
	padding: 10px;
	font-weight: bold;
}

.product
{
	vertical-align: top;
	font-size: 18px;
	padding: 10px;
	margin: 10px;
}

.cartButton
{
	text-align: center;
	width: 120px;
	font-weight:bold;
}

.messageLabel
{
	font-size: 16px;
	font-weight:bold;
}

.downloadLink
{
	margin: 10px;
	font-size: 16px;
	font-weight:bold;
}
