/* stylesheets for Findlay Grrrowl website */

#page_top {
	background-image: url(images/top_background.gif);
	background-repeat: repeat-x;
	height: 150px;

	text-align: right;
	padding-top: 30px;
	padding-right: 15px;
}

#page_name {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 24pt;
	color: #FFFFFF;
}

#page_content {
	position: absolute;
	top: 155px;
	left: 160px;
	z-index: 1;
	margin-right: 12px;
}

#page_footer {
	font-size: 10pt;
	color: #F41206;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#nav {
	border-collapse: collapse;
	table-layout: fixed;
	position: absolute;
	top: 150px;
	left: 0px;
}

#nav td {
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;

	margin: 0px;

	font-family: Arial, Helvetics, sans-serif;
	font-size: 12pt;
	color: #000000;
}

a {color: #0E167B; text-decoration: none;}

dt {
	color: #F41206;
	font-weight: bold;
	margin-bottom: 1em;
}

dd {
	margin-bottom: 2em;
}

h1 {
	font-family: Impact, Charcoal, sans-serif;
	font-size: 21pt;
	color: #F41206;
	border-bottom: 2px #0E167B solid;
}

a img {border-width: 0px;}

hr {
	border-style: none;
	height: 2px;
	color: #0E167B;
	background-color: #0E167B;
}

table.schedule_table {
	border-collapse: collapse;
}

table.schedule_table td {
	padding: 10px;
	border: 2px #0e167c solid;
}

table.schedule_table td.score {
	color: #0e167c;
}

table.schedule_table a {
	color: #F41206;
}