@charset "UTF-8";
/* CSS Document */

/* hide from ie5 mac \*/
html {
  height: 100%;
}
#flashcontent {

}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #5A432B;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #0000ff;
	text-decoration:none;
}
a:visited {
	color: #0000ff;
	text-decoration:none;
}
a:hover {
	color: #5A432B;
	text-decoration:underline;
}
a:active {
	color: #0000ff;
	text-decoration:none;
}
h1 {
	font-size:17px;
}
td { 
	vertical-align:top;
}

.nav {
	background:url(img/nav.png) repeat-x top;
	height:20px;
	vertical-align:middle;
}
.nav td a, .nav td a:link, .nav td a:visited, .nav td a:active {
	font-weight:bold;
	font-size:13px;
	color:#333333;
}
.nav td a:hover {
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}
.main {
	background:url(img/bg.png) no-repeat top;
	padding:10px;
}
.footer {
	padding:10px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
.footer a, .footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
	color:#FFFFFF;
	text-decoration:underline;
}
.mag {
	position:absolute;
	left:0px;
	right:0px;
	display:none;
}
.homediv {
	border:solid 1px #00CC33;
	background:#ADC098;
	margin:60px 0px 0px 45px;
	padding:10px;
	color:#333333;
}
.homediv a, .homediv a:link, .homediv a:hover, .homediv a:visited, .homediv a:active {
	color:#0000FF;
	text-decoration:underline;
}
.music {
	text-align:center;
}
.directory th {
	background:url(img/nav.png) repeat-x center;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	height:18px;
	color:#333333;
}
.directory td {
	border-bottom:solid 1px #efefef;
}

div.error {
	border: solid 2px red;
	background:#FFF0F0;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
/* 
div.error div {
	background:url(../icons/red_att.gif) left top no-repeat;
	padding:2px 0px 2px 20px;
}
*/
div.success {
	border: solid 2px green;
	background:#F0FFF0;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
/*
div.success div {
	background:url(../icons/ok.gif) left top no-repeat;
	padding:2px 0px 2px 20px;
}
*/
div.warning {
	border: solid 2px yellow;
	background:#FFFFF0;
	padding: 10px 10px 10px 10px;
	margin-top:10px;
	margin-bottom:10px;
}
/*
div.warning div {
	background:url(../icons/warning.gif) left top no-repeat;
	padding:2px 0px 2px 20px;
}
*/
.adlinks, .adlinks:link {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}