
/******************** GENERAL ********************/

body {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
}
img {
	border: 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	color: #CC0033;
}
li {
	margin-bottom: 10px;
}
a {
	color: #CC0033;
}
a:hover {
	text-decoration: none;
}

/******************** FRAMES ********************/

	/* HEADER */

body#header {
	background-image: url(graphics/bg_header.gif);
	margin: 0;
}
body#header object {
	position: absolute;
	top: 0;
	right: 0;
}

	/* MENU */
	
body#menu {
	background: #FFFFFF url(graphics/bg_menu.gif) repeat-y;
	margin: 0;
}
div#nav a {
	display: block;
	width: 158px;
	height: 20px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-indent: 30px;
	line-height: 19px;
	background: #B9B9B9 url(graphics/bg_btn_off.gif) center left no-repeat;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #E6E6E6;
}
div#nav a:hover {
	color: #FFFFFF;
	background: #CC0033 url(graphics/bg_btn_on.gif) center left no-repeat;
	border-top: 1px solid #FF9999;
	border-right: 1px solid #660033;
	border-bottom: 1px solid #660033;
	border-left: 1px solid #FF9999;
}
div#nav div {
	background-color: #D9D7D7;
	width: 160px;
	display: none;
	padding-top: 5px;
}
div#nav div a {
	width: 130px;
	height: 0;
	text-indent: 0;
	line-height: 0;
	background: none;
	border: none;
	font-size: 9px;
	padding: 6px 0 6px 30px;
}
div#nav div a:hover {
	color: #000000;
	background: none;
	border: none;
}
div#nav a.hide {
	position: absolute;
	text-indent: 0;
	line-height: 0;
	background: url(graphics/arrow_down.gif) center no-repeat;
	border: none;
	width: 20px;
	left: 140px;
}
div#nav a.hide:hover {
	background: url(graphics/arrow_up.gif) center no-repeat;
	border: none;
}

	/* FOOTER */
	
div#content {
	float: left;
	width: 75%;
}

div#link {
    position: absolute;
	float: left;
	width: 75%;
	top: 198px;
}

div#weeknews {
	position: absolute;
	float: left;
	width: 170px;
	background-color: #CCCCCC;
}
div#weeknews img#pow {
	border: 1px solid #000000;
	margin: 8px 8px 0 8px;
}
div#weeknews p {
	margin: 8px;
}
	
	/* FOOTER */

body#footer {
	background: #CC0033;
	margin: 0;
	text-align: center;
	color: #CCCCCC;
	font-weight: bold;
	border-top: 2px solid #000000;
}
body#footer a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
}
