* 
{
	padding: 0;
	margin: 0;
}
body
{
	color : #000000;
	font: 11px arial, verdana, sans-serif;
	background-color: #ffffff;
	padding-bottom: 40px;
	text-align: center;
}
img
{
	border: none;
}
div
{
	font: 13px arial, verdana, sans-serif;
	font-weight: normal;
	text-align: left;
}
#main
{
	width: 824px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
}
#banner
{
	clear: both;
	position: relative;
	height: 200px;
}
#content
{
	float: right;
	width: 640px;
	min-height: 360px;
	color: #000050;
	font-family: Papyrus, Arial;
}
#content p
{
	margin: 8px 0px 8px 0px;
}
#content p.title
{
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}
#content p.subtitle
{
	font-weight: bold;
	margin-bottom: 16px;
}
#content p.quote
{
	font-style: italic;
	margin-bottom: 8px;
	margin-left: 50px;
}
#content p.name
{
	margin-bottom: 8px;
	margin-left: 60px;
}
#content a
{
	color: #b47677;
	text-decoration: none;
}
#content a:hover
{
	color: #81806c;
	text-decoration: underline;
}
#content div.left
{
	float: left;
	margin-right: 10px;
}
#content div.right
{
	float: right;
	margin-left: 10px;
}
#content div.pattern
{
	width: 120px;
	height: 150px;
	float: left;
	margin: 10px;
	text-align: center;
}
#content div.action
{
	border-top: solid 1px #e3e3e3;
	padding: 10px;
}
#content div.action input
{
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
}
#content div.lineitem
{
    overflow: auto;
	clear: both;
	width: 100%;
}
#content div.itemdescription
{
	float: left;
	width: 50%;
}
#content div.itemorder
{
	float: right;
	width: 45%;
}
#content div.center
{
	width: 100%;
	text-align: center;
}
#content table.order
{
    width: 100%;
}
#content table.order td.caption
{
    width: 30%;
    vertical-align: top;
}
#content table.order td.value
{
    width: 70%;
}
#content textarea
{
	width: 100%;
}
#content .notice
{
	background-color: #ffffce;
	font-weight: bold;
}
#content ul, #content ol
{
    margin-left: 16px;
}
#menu
{
	position: absolute;
	left: 0px;
	top: 200px;
	width: 130px;
	border: solid 1px #000000;
	padding: 40px 20px;
}
#menu ul
{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	border: none;
}
#menu li
{
	font-family: Papyrus, Arial;
	padding-top: 4px;
	padding-left: 4px;
	height: 19px;
}
#menu li a
{
	color: #000000;
	text-decoration: none;
}
#menu li a:hover
{
	color: #000000;
	text-decoration: none;
}
#copyright
{
	float: right;
	width: 640px;
	font-size: smaller;
	text-align: right;
	padding: 10px;
}