body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #e1e1e1;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	color:#C064DF;
}
#headContainer {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background-image: url(../images/head-bg.jpg);
	background-repeat: repeat-y;
}
#logo {
	padding: 0px 0px 0px 0px;	
}
#grey_bar {
	border-top: 1px solid #000;	
}
#checkoutLinks {
	padding-right:15px;
	text-align:right;
}
#checkoutLinks, #checkoutLinks a {
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#checkoutLinks a:hover {
	text-decoration:underline;
}
#fadeContainer {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	background-image:url(../images/site-bg.jpg);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#siteContainer {
	padding: 0 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 1.7em;
}
#footContainer {
	padding: 0 10px;
	text-align:center;
}
#search {
	margin: 0;
	padding: 16px 0px 0px 10px;
	color: #000;
	font-size:12px;
	font-weight: bold;
}
#search input {
	border:1px solid #999999;
	font-size:11px;
}
#search button {
	border:1px solid #666666;
	background-color:#666666;
	font-size:11px;
	height:16px;
}
#status_message {
	padding:5px;
	border:1px solid #C064DF;
	background-color:#F5F5F5;
}
#trail {
	font-size:12px;
	padding:6px 0;
}