body
{
	font-family: "Lucida Grande" , Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(images/stripes-bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#page
{
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	width: 750px;
	border: 10px solid #5BB6EC;
	border-top: 0;
}
#header
{
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 15px;
}
#content
{
	padding: 10px;
}
h1
{
	font-size: 18px;
	font-weight: bold;
	color: #C92B2B;
	display: inline;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	color: #5BB6EC;
	display: inline;
	margin-top: 32px;
}
.book
{
	width: 230;
	padding: 5px;
	text-align: center;
	float: left;
}

a:link
{
	font-weight: bold;
	text-decoration: none;
	color: #5BB6EC;
}
a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #C92B2B;
}
a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #C92B2B;
}

#footer
{
	clear: left;
	font-size: 90%;
	padding: 5px;
	padding-top: 15px;
	text-align: right;
}

.head
{
	font-weight: bold;
	color: #C92B2B;
	background-color: #C5E8FC;
}
.half
{
	float: left;
	padding: 5px;
	width: 45%;
}

.formlabel
{
	float: left;
	width: 120px;
	font-weight: bold;
}
.formelement
{
	padding-top: 5px;
}
.cartrow
{
	border-left: 1px solid #C5E8FC;
	border-bottom: 1px solid #C5E8FC;
}
.cartrowend
{
	border: 1px solid #C5E8FC;
	border-top: 0;
}
.summary
{
	background-color: #C5E8FC;
}
