/* Styles for yellow template */

@import "body.css";
@import "text.css";
@import "menu.css";
@import "footer.css";

a { 
	color: #fede00;
	font-weight: bold;
}

a:hover {
	background: #fede00;
	color: #000;
}

h1 {
	display: block;
	background: #fede00;
	color: #000;
	padding: 10px;
	margin: 5px 0 5px 0;
	font-size: 200%;
	line-height: 125%;
}

h1#title {
	font-weight: normal;
	letter-spacing: -5%;
}

h2 { 
	color: #fede00;
	font-size: 125%;
}

div#wrap {
	background: #fede00 url(../images/yellow/top_bg.jpg) repeat-x;
}

div#content {
	background: #fede00 url(../images/yellow/content_bg.jpg) repeat-y;
}

div#footer {
	background: #4e4d57 url(../images/yellow/bot_bg.jpg) repeat-x;
}

div#copyright {
	background: url(../images/yellow/footer.jpg) no-repeat;
}
