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

/*These styles affect the navigation bar */
#logo {
position:relative;
top:32px;
width:770px;
height:40px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color:#333; 
vertical-align:text-bottom;
letter-spacing:.15em;
text-align:left;
margin:0 auto;
}
#logo a{
	text-decoration:none;
	color:#333;
	font-size:24px;
}

#navigation {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
color:#333;
width:770px;
height:20px;
position:relative;
top:20px;
vertical-align:text-top;
word-spacing:.3em;
letter-spacing:.1em;
text-align:right;
z-index:9;
margin: 0 auto;
}

#navigation a {
text-decoration:none;
color:#000;
}

/*Home page styles*/

#table {
	position:relative;
	top:80px;
	width:770px;
	height:400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	margin:0 auto;

	
}

.image {
	padding-right:20px;
	padding-left:-20px;
	vertical-align:middle;
}

.imageDescription {
	padding-bottom:20px;
	text-align:center;
}

/* this affects the text block for Info.html*/
#info {
	position:relative;
	margin:0 auto;
	width:770px;
	height:400px;
	top:100px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
	word-spacing:.05em;
}
#info a {
	text-decoration:none;
	color:#333;
}
	