/* CSS Document */

html{
	height:95%;																				/* make info extend to bottom of page */
	}

body{
	background-color:#743417; 																/* background color */
	background-image:url('images/other/background.jpg');		/* background image */
	background-repeat:repeat;																/* tile background image */
	background-attachment:fixed;															/* background image no scroll */
	min-height:100%; height:100%;															/* make info extend to bottom of page */
	}

h1, h2, h3, h4, h5, h6{
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	margin-top:0px;
	}
	
p{
	font-family: "Times New Roman", Times, serif;
	margin-top:0px;
	}
	
#info{
	min-height:100%;																		/* make cell extend to bottom of page */
	background-color:#FFFFCC;
	margin: auto;																			/* center box on page */
	width: 800px;																			/* cell width */
	padding: 5px 5px 5px 5px;																/* cell padding top, right, bottom, left */
	}
	
#cleardiv{
	min-height:100%;																		/* make cell extend to bottom of page */
	margin: auto;																			/* center box on page */
	text-align:center;
	}
	
#title{
	margin-top:0px;																			/* aline text at top of div */
	background-image:url('images/other/background.jpg');
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	font-size:48px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow:#000000 3px 2px 0em;		/* text shadow color, vertical position, horizontal position, blur amount (doesn't work in all browsers) */
	}
	
#subtitle{
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	font-size:18px;
	font-weight:bold;
	}
	
#tablestyle{
	background-color: #FFFFFF;
	border-color: #000000;
	border-width:thick;
	border-style: solid;
	}	
	
#linkstyle a:hover{
	background-color:#FFFF00;
	text-decoration:blink;
	color:#FF0000;
	border:dashed thin;
	border-color:#0000FF
	}
	

