/*

Version 1.0
5 June, 2006

*/

body { background-color:#9a9a9a; color:#000000; }
a { color:#000000; }
a:hover { color:#FFFFFF; }
#tagline h2 { color:#000000; }
#menu {
	background-image: url(../images/bg-menu.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-decoration: none;
}
#menu a {
	color:#000000;
	background-color:#9A9A9A;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#menu a:hover { color:#ffffff; background-color:#9A9A9A; border-color:#ffffff; }
#content h1 { color:#000000; }
#subcontent {
	color:#ffffff;
	background-color: transparent;
	background-image: url(../images/bg-subcontent.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#extra1 {
	background-color: transparent;
	background-image: url(../images/bg-extra1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#extra1 h4 { color:#FFFFFF; }
div.hr { background:url(../images/star.gif) no-repeat scroll center; }
