/*
 * css: stylsheet for Seven Hills Symphony page
 * (c) 2006 Anthony Pereira
 * 
 */

body {
 	position: fixed; 
	height: 100%;
	background: #ffffff;
	font-family: Arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 140;
	border-left: 10px solid #0000ff;
}

#body a,a:visited {
	color: blue;
	text-decoration: none;
}

#navbar a,a:visited {
	color: blue;
	text-decoration: none;
}

#navbar {
	position: fixed;
	margin: 0 0 0 -130;
	padding: 80 0 0 0px;
	font-family: Arial, sans-serif;
	background: #ffffff;
	color: #000000;
}

#announce {
	font-family: Arial, sans-serif;
	font-size-adjust: +2;
	color: red;
	font-weight: bold;
	text-decoration: underline;

}
#announce a,a:visited {
	color: green;
	text-decoration: underline;
}

#announce a:hover {
	color: blue;
	text-decoration: overline underline;
}


#title {
	position: relative;
	margin: 0 0 0 -130;
	padding: 0 0 0 0;
	background: #ffffff;
	color: #000000;
	font-family: Times, serif;
	vertical-align: top;
}

#content a,a:visited {
	color: blue;
	text-decoration: none;
}

#content a:hover {
	color: blue;
	text-decoration: overline underline;
}


#credits a,a:visited {
	color: 999999;
	text-decoration: none;
}

#credits a:hover {
	color: 999999;
	text-decoration: underline overline;
}

#credits {
	margin: 0 0 0 -120px;
	padding: 20 0 0 0;
	background: #ffffff;
	color: #999999;
	font-size-adjust: -1;
	text-align: center;
}

.s-table {
	border-collapse: collapse;
}

.s-tablerowL {
	color: blue;
	font-weight: bold;
}
.s-tablerowC {
	color: red;
	font-weight: bold;
}
