body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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-size: 12px;
}

h1 {
	font-size: 18px;
}	
a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#backgroundContainer {
	background-color:#000;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}
#navigation {
	text-align: left;
	width: 956px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
#topMenu {
	float: left;
	padding: 0px;
	margin: 0px;
}
#search {
	float: right;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}
.searchbox {
	border: 1px solid #666666;
}
#container { 
	text-align: left; /* this overrides the text-align: center on the body element. */
	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;
}
#headContainer {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#logo {
	float: left;
	margin: 0px;
	padding: 0px;
}
#checkoutLinks {
	float: right;
}
#checkoutLinks a {
	text-decoration: none;
	color: #000000;
}
#checkoutLinks a:hover {
	text-decoration: underline;
	color: #990000;
}
#mainContainer {
	margin: 10px 0px;
}
.midContent {
	padding: 0px 10px 0px 10px;
}
#footContainer {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2817;
}
#status_message {
	padding: 5px;
	border: 1px solid #2b2817;
	background-color: #f7ccc6;
}
#trail {
	padding: 6px 0;
	color: #666666;
}
#trail a {
	color: #666666;
	text-decoration: underline;
}
#trail a:hover {
	text-decoration: none;
	color: #990000;
}
.emailList_box {
	border: 1px solid #2b2817;
	height: 16px;
}
.emailList_button {
	border: 1px solid #2b2817;
	background-color: #2b2817;
	font-size: 12px;
	color: #ffffff;
	height: 20px;
}
.qwik, .qwik a, .qwik a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}
.cms, .cms a, .cms a:hover {
	font-family: "bookman old style";
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

