body {
    background:#eef3f7
}

h1 {
    color:#86b200
}

h2 {
    color:#e48e39
}

#container {
	background:#fff url('../img/container_bg.gif') repeat-y
}

#content {
	color:#646464
}

#sidebar {
	background:#fff url('../img/sidebar_bg.gif') repeat-x;
}

#header {
	background:#0d62a0 url('../img/header_bg.gif') repeat-x;
	border-top:6px solid #0f1d37;
	color:#fff
}

#site-info {
	background:#0f1d37;
	color:#fff
}

#site-info a {
	color:#fff;
	text-decoration:none
}

#site-info #credit a {
	color:#e48e39;
}

.yui-module.yui-panel .hd {
    background:#fff;
    color:#CF1919;
}