/* renovations.css stylesheet for the Songtan renovations photo layout */

a:link {
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	}

a:visited {
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	}

a:hover {
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #ffffcc;
	background-color: #800000;
	text-decoration: none;
	}

a:active {
	font-family: "Arial Narrow";
	font-weight: bold;
	color: #ffffcc;
	background-color: #800000;
	text-decoration: none;
	}

h1 {	/* page title */
font-family: Tahoma, Arial, sans-serif;
font-size: 32px;
font-style: bold;
color: #800000;
text-align: center;
border: 0;
margin-top: 10px; margin-bottom: 10px;
padding: 0;
}

h2 {	/* title sub-head */
font-family: Arial, sans-serif;
font-size: 24px;
font-weight: bold;
font-style: italic;
font-color: #800000;
text-align: center;
border: 0;
margin: 0;
padding-left: 50px; padding-right: 50px;
}

h3 {	/* table titles */
font-family: Verdana, sans-serif;
font-size: 18px;
font-weight: bold;
font-color: #800000;
text-align: center;
border: 0;
margin: 0;
padding: 0;
}
h4 {	/* update info */
font-family: Times, serif;
font-size: 15px;
font-weight: normal;
font-style: italic;
font-color: #800000;
text-align: center;
border: 0;
margin-top: 0; bottom-margin: 10px;
padding: 0;
}

h5 {	/* bottom prompts */
font-family: Arial, sans-serif;
font-size: 15px;
font-color: #800000;
text-align:left;
margin-top: 10px; margin-bottom: 10px;
padding: 5px;
}

	h5.just {text-align: justify;} /* for Club intro */
	h5.space {padding-right: 25px;} /* for navigation menu at bottom */
	
body {background-image: url(images/yello045.gif);
	align: center;
	text-align: center;
	}
	
p {		/* intro and table text */
font-family: Arial, sans-serif;
font-size: 18px;
font-weight: normal;
font-color: black;
text-align: left;
border: 0;
margin: 0;
padding-left: 3px; padding-right: 3px;
}

#page {
	width: 870px;
	border: solid #800000 5px;
	background-color: #ffffcc;
	margin: auto;
	}

table {
	width: 870px;
	border-width: 5px;
	border-type: solid;
	border-color: #80000;
	background-color: #ffffcc;
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: top;
	border-collapse: collapse;
	table-layout: fixed;
	}
	
	table.top-nav th {border: 3px solid #800000;
			background-color: #ffffcc;
			color: #800000;
			}

	th {
	color: #ffffcc;
	text-align: center;
	background-color: #800000;
	border: 3px solid #800000;
	height: 1%;
	margin: 0;
	padding: 2px;
	}
	
		th.sub {background-color: #ffffcc;
		color: #800000;
		border: 3px solid #800000;
		}
	
	th.cols {border: 3px solid #800000;
		font-family: Arial Narrow;
		background-color: #ffffcc;
		color: #800000;
		}

	td {font-family: Arial, sans-serif;
	font-size: 15px;
	color: black;
	text-align: center;
	height: 1%;
	background-color: #ffffcc;
	border: solid #800000 3px;
	margin: 0;
	padding: 2px;
	}
	
	tr,td.top-nav {
		align: center;
		height: 17px;
		font-family: Arial;
		font-size: 15px;
		background-color: #ffffcc;
		color: #800000;
		text-decoration: none;
		}

	td.nav {align: center;
		font-family: Arial Narrow;
		font-size: 15px;
		font-weight: bold;
		color: #ffffcc;
		background-color: #800000;
		text-align: center;
		text-decoration: none;
		border: 3px solid #800000;
		}
		
hr {border: 0px;
	align:left; 
	width: 100%; 
	height: 3px;
	background-color: #800000;}
 
img {border: 2px solid #800000; margin: 2px;}
img.nav {float: right; margin-top: -35px; border:0;}

li {font-family: "Arial Narrow", sans-serif; font-size: 15px; font-weight: bold;}

ul {margin-top: 10px; margin-bottom: 10px; padding: 0; 
	list-style-type: none; list-style-image: none;
	text-align: center;
	postion: relative;
	top: 0; left: 0px;}
li {display: inline; }
ul li a {text-decoration:none;
	margin: 0;
	padding: 0;
	color: #800000;
	background: #ffffcc;}
ul li a:hover {color: #ffffcc;
	background: #800000; }

