/* ------------------------------------------------------------------------------------------
Based on:
YUI Base CSS - http://developer.yahoo.com/yui/base/
YUI Fonts CSS - http://developer.yahoo.com/yui/fonts/
Richard Rutter's: How to Size Text in CSS - http://www.alistapart.com/articles/howtosizetextincss
------------------------------------------------------------------------------------------ */

body {background: #9f98c6 url("../images/purple/body.jpg") center top no-repeat;}
#wrapper {background: url("../images/purple/wrap.jpg") center repeat-y;}
#center {background: url("../images/purple/center.jpg") left top no-repeat;}
#masthead {background: url("../images/purple/masthead.jpg") center top no-repeat;}
#header {background: url("../images/purple/header.jpg");}
	#header h1 a, #header p {color:#1c1351;}
	#header h2 {color: #33302d;}
#main {background: url("../images/purple/bottom-wrap.jpg") center bottom no-repeat;}
#footer	{background: url("../images/purple/footer.jpg") repeat-y;}
	#optional-footer-container-1 {background: url("../images/purple/footer-bottom.jpg") center bottom no-repeat;}
#navigation-container-upper #main-navigation li a {color: #1c1351;}

#left {background: url("../images/purple/left.jpg") center top no-repeat;}
	#left ul#sidebar-navigation li {background: url("../images/purple/bullet.jpg") 0 4px no-repeat; padding-left: 12px;}
	#left ul#sidebar-navigation li a {text-decoration: none;}
	
	#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {color: #414141;}
	
#center h1, #center h2, #center h3, #center h4, #center h5, #center h6 {color: #1c1351;}
#center a:link,#center a:visited	{ color:#1c1351; text-decoration:underline; outline:none; }
#center a:hover,#center a:active	{ color:#1c1351; text-decoration:none; outline:none; }

