body {

}


#wrap {
	background:url(images/bg-grad-1.jpg) left top repeat-x #121212;	
}

#headerwrap {
	/*background: url(images/header-bg-1.png) center no-repeat;*/
	color:#121212;
}



#maincontent {
	background:url(images/main-bg-1.png) center repeat-y;
}

#maincontent ul {
	list-style: none;
}
#maincontent li {
	background-image: url(images/icons/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#maincontent ul li ul li {
	background-image: url(images/icons/link.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
#resources #maincontent ul li ul li {
	background-image: none;
}


#sidebar #side1, #sidebar #side2, #sidebar #side3 {
	background: url(images/post-it-1.png) left top no-repeat;
} 

#sidebar #side1 ul {
	list-style: none;
}
#sidebar #side1 li,#sidebar #side2 li {
	background-image: url(images/icons/bullet_blue.png);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}


#footerwrap {
	background: url(images/footer-bg-1.jpg) left top repeat-x #121212;
	color:#CCCCCC;
}



/* ----- LINKS ----- */

a:link, a:hover, a:active, a:visited {
	color:#0066FF;
	text-decoration:none;
}
a:hover {text-decoration:underline;}

