/* PNG fix */

* html #logo h1 { /* for IE<6 */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo-yellow.gif'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}


/* page structure 
--------------------------------------------- */

#header {
	background: url(/images/header-bg-yellow.jpg) no-repeat top center;
	}


/* main styles 
--------------------------------------------- */
/* link effects */

#content a {
	/*font-weight: bold;*/
	text-decoration: underline;
	}
	
#content a:hover {
	text-decoration: none;
	}

/* headings */
h1 { /* any skin-specific overrides go here */
	}

h2 {
	color: rgb(80,80,80);
	}

h3 {
	margin-top: 1em;
	color: rgb(100,100,100);
	}

h4 { /* any skin-specific overrides go here */
	}

h5 { /* any skin-specific overrides go here */
	}

h6 { /* any skin-specific overrides go here */
	}


/* secondary styles 
--------------------------------------------- */


