﻿/*** Header ***/
#headerWrap h1 a#sagaLogo
{
	background:		url(images/layout/logo.gif) 0% 0% no-repeat;
}

/*body {
    background: url(images/layout/body_bg.gif) repeat-x scroll 0 0 #87D5EC;
}*/

/*** Footer ***/
#footer
{
	/*background:		#1E92CB url(images/layout/footer_logo.png) 100% 50% no-repeat;*/
}

/*** Containers for the section heads on the editorial pages ***/
div.sectionHeadOuter
{
	/* background:		url(images/layout/pageHeader.png) 100% 0% no-repeat; */
}
div.sectionHeadInner
{
	/* background:		url(images/layout/pageHeader.png) 0% 0% no-repeat; */
}


#content div.module p.bli a
{
	background:		url(images/layout/bullet_normal.png) 0% 0.5em no-repeat; 
}
/* uls */
ul.list
{
	margin-bottom:		10px;
}
li.listItem
{
	list-style-type:	none;
}
li.listItem a
{
	background:		url(images/layout/bullet_normal.png) 0% 0.5em no-repeat;
}
