body
{
	background:#50626b url('/images/bg_light.png') 50% 0 repeat-y;
}
#page
{
	background: #e5e5e5;
	color: #212121;
}

h2, blockquote .credit { color: #0a678e; }		
.section h3 { color: #ac740e; }

#sidebar, #sidebar .inner
{
	background-image: none;
}

#content ul li
{
	border-top-color: #d8d8d8;
	background-image: url('/images/bullet_light.png');
}

div.figure
{
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
}

#sidebar ul li
{
	/*padding-left: 40px;*/
	background: url('/images/sidebar_item_light.png');
}

#sidebar ul li:hover
{
	background: #313c1c url('/images/sidebar_item_on_light.png');
}
#sidebar h3
{
background: #d9d9d9;
color: #2b2b2b;
}

#sidebar ul li a
{
	color: #08738d;
	background: url('/images/small_arrow_light.gif') no-repeat 10px 20px;
}

#sidebar ul li a:hover h5
{
	color: #555555;
}

#header ul
{
	background: #444444;
}

#main h1
{
	background: #343434;
}

#header ul li
{
	border-top-color: #343434;
}
