body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	/*	background-color: #FFD9A1;  */
	margin-top: 0px;
	background-image: url(/images/background02.gif);
}

#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 760px;
	float: left;
	background-image: url(/images/logoheader.gif);
	background-repeat: no-repeat;
/* 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;  */
}

#header #Logo {
	float: left;
	height: 80px;
	width: 535px;
}

#header #CartStats {
	float: right;
	width: 225px;
	font-size: 75%;
}

#menubar {
	width: 760px;
	background-color: #FFFFFF;
}

#Content {
	width: 740px;
	/* 	background-image: url(/images/contentTop.gif);
	background-repeat: no-repeat;  */
	padding: 10px;
	clear: both;
	background-image: url(/images/center-bg02.gif);
}
#Rotation {
	height: 200px;
	width: 760px;
	float: left;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}


#footer {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 10px;
	width: 755px;
	padding-top: 6px;
	padding-left: 5px;
	/* 	height: 18px;  */
	clear: both;
	font-weight: bold;
	padding-bottom: 6px;
}

#Content h2 {
	font-size: 150%;
	color: #000000;
	padding: 5px;
	background-image: url(/images/headerBG.gif);
	height: 34px;
	background-repeat: no-repeat;
}

.OddRow {
	background-color: #FFFFFF;
}

.EvenRow {
	background-color: #C8D0E0;
}

.NoSpaceAbove {
	margin-top: 0px;
}

.NoSpaceAboveOrBelow {
	margin-top: 0px;
	margin-bottom: 0px;
}

.NoSpaceBelow {
	margin-bottom: 0px;
}

.TableHeader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
.SmallTextFrontPage {
	font-size: 90%;
}

.ATTN_link {
	font-weight: bold;
	color: #CC0000 !important;
}

#box {
	font-style: italic;
	font-weight: bold;
	color: #7D212B;
	border: 1px solid #000000;
	margin: 10px;
	padding: 10px;
	width: 400px;
}