body {
	color: #123;
	background: #fff url(../images/background.gif) top left repeat-x;
}
a:link {
	color: #567;
	border-color: #567;
	background-color: transparent;
}
a:visited {
	color: #456;
	border-color: #456;
	background-color: transparent;
}
a:hover {
	color: #966;
	border-color: #966;
	background-color: transparent;
}
a:active {
	color: #876;
	border-color: #876;
	background-color: transparent;
}
h1 {
	color: #633;
	border-bottom-color: #cba;
}
fieldset {
	border-color: #ccc;
}
hr {
	border-color: #fff;
	background: #fff url(../images/divider.gif) 50% 0 no-repeat;
}
del {
	background-color: #fcc;
}
ins {
	background-color: #fc0;
}
thead th {
	color: #456;
	background: #dde url(../images/gradient.gif) top left repeat-x;
}
tbody th {
	color: #fff;
	background-color: #789;
}
th,td {
	border-color: #bcc;
}
tr td {
	background-color: #ffd;
}
tr.odd td {
	background-color: #fff;
}

#container {
	background-color: #fff;
	border-color: #bcc;
}
#navigation {
	border-color: #bcc;
}
#navigation a.here,#navigation a.here:hover {
	color: #567;
	background-color: #eef;
}
#navigation a:hover {
	background-color: #eee;
}

#subnavigation,#subnavigation a {
	border-color: #bcc;
}
#subnavigation a.here,#subnavigation a.here:hover {
	color: #567;
	background-color: #eef;
}
#subnavigation a:hover {
	background-color: #eee;
}

.blogroll,.blogroll a,.blogroll a:hover {
	border-color: #bcc;
}

#footer {
	border-top-color: #ccc;
}

.error {
	background-color: #c36;
}
.feedback {
	background-color: #9c0;
}

div.comment {
	background-color: #ded;
	border-color: #cdc;
}
div.comment p.attribution {
	background-color: #cdc;
}
div.odd {
	background-color: #dee;
	border-color: #cdd;
}
div.odd p.attribution {
	background-color: #cdd;
}
div.author {
	background-color: #ffd;
	border-color: #eec;
}
div.author p.attribution {
	background-color: #eec;
}

.promo {
	color: #654;
	background: #cde url(../images/rays.gif) bottom no-repeat;
	border-bottom-color: #abc;
}
.promo dt {
	background: transparent url(../images/corner_northeast.gif) top right no-repeat;
}
div.east {
	background: #cde url(../images/rays_east.gif) bottom right no-repeat;
}
div.west {
	background: #cde url(../images/rays_west.gif) bottom left no-repeat;
}
div.east dl {
	background: transparent url(../images/corner_southwest.gif) bottom left no-repeat;
}
div.west dl {
	background: transparent url(../images/corner_southeast.gif) bottom right no-repeat;
}