@charset "UTF-8";
/* CSS Document */

body {
	color:#595959;
}
a {
	color:#A8B3AB;
}
#header {
	background:#80A1B6;
}
#header_nav ul li a{
	color:#D2D9D4;
}

#header_nav ul li a:Hover {
	color:#FFF;
}
h1 {
	color:#8F8F8F;
}
h2 {
	color:#7E8B7A;
}
h4 {
	color:#7E8B7A;
}
.textSpecials {
	color:#A6B05E;
}
#content_holder {
	background:url(../images/549-bg.gif) 0 0 repeat-y;
}
#sidebar {
	background:#BFD0DA;
}
#sidebar li a {
	color:#595959;
}
#sidebar li a:Hover {
	color:#FFF;
}

h2.sub_page_heading{
	display:block;
	margin:0 0 10px;
	padding:10px;
	background:#80A1B6;
	color:#FFF;
	-moz-border-radius:5px 0 5px 5px;
	-webkit-border-radius:5px 0 5px 5px;
}

