/* name - style3 
	 description - wood
	 ************************************************
	 color1 - #ffcc00
	 color2 - #fcff00
	 color3 - #999
	 ************************************************
	
	to update this style, first replace the header/footer image, then search and replace the 3 colors listed above.
	
*/

/* header */

#bg-top {
	background: #000 url(../images/backgrounds/texture-1.jpg) 50% 0 no-repeat;
}

/* footer */

#bg-bottom, #bg-bottom-ie {
	background: url(../images/backgrounds/texture-1.jpg) 50% 100% no-repeat;
}



a img.album {
	border-color: #ffcc00;
}

.contentheading, .maincol .accent, #horiz-menu li.active span span.selector, a#active_menu, ul.menuside li.active a, a.readon,
div.moduletable-hilite1 a.readon, div.module-hilite1 a.readon, ul.arrow-1 li, ul.triangle-1 li, ul.bullet-1 li, ul.bullet-5 li, ul.plus-1 li {
	background-color: #ffcc00;
}

/* color 2 */


.secondcol .accent, #horiz-menu li:hover span span.selector, #horiz-menu li.sfHover span span.selector, a.mainlevel:hover, ul.menuside a:hover, ul.menuside li.active li a:hover, ul.arrow-2 li, ul.triangle-2 li, ul.bullet-2 li, ul.bullet-6 li, ul.plus-2 li,.moduletable-hilite1 ul.arrow-2 li {
	background-color: #fcff00;
}

/* color 3 */

#thirdcol .moduletable h3, .moduletable-hilite1 h3, .moduletable-hilite4 h3, .module-hilite1 h3, .module-hilite4 h3 {
	color: #999;
}

.thirdcol .accent {
	background-color: #999;
}

/* color overrides */

/* end */