body {
	background-color: #f7f7f7;
	color: #fff;
}
a, a:link, a:active, a:visited {
	color: #2082b8;
	text-decoration: none;
}
a:hover {
	color: #000;
}

#bar {
	background-color: #ccc;
}
/* Banner and its children */
#navigation ul { /* all lists */
	background-color: #c8c8c1;
}

/* Content box */
#content {
	background-color: #454545;
}
/* INDEX ONLY */
.enter_site {
	background-color: #f7f7f7;
	color: #000;
}
/* END INDEX ONLY */

.border, #sticky {
	background-color: #595757;
	border: 1px solid #353434;
}

/* Listings Table */
#listings td {
	background-color: #fff;
	border-bottom: 1px solid #000;
}
#listings .mouseover td {
	background-color: #d9e7f1;
}

/* Footer container and its children */
#footer {
	padding: 10px;
}

/* Site headers */
h1 {
	color: #2082b8;
}
h2, h3 {
	color: #fff;
}
h4 {
	color: #000;
}
h5 {
	color: #c8c8c1;
}
h6 {
	color: #2082b8;
}
hr {
	background-color: #2082b8;
	color: #2082b8;
}

