/* CSS Document */

#container {
	text-align: center;
	}
	
#navigation {
	margin: 0px;
	}
#navigation li {
	display: inline;
	padding: 0px 30px 0px 0px;
	}
#navigation span {
	display: none;
	}
#navigation a:link {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	}
#navigation a:visited {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	}
#navigation a:hover {
	font-family: Arial;
	font-weight: bold;
	color: #FF6600;
	font-size: 14px;
	text-decoration: underline;
	}
	
#pic {
	margin: 20px;
	}

#title {
	padding: 20px;
	}	
#title a{
	font-family: Times;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}

ul li {
	display: inline;
	}
	
#nav {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 0px;
	line-height: 30px;
	}
#nav span{
	display: none;
	}
#nav a:link {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	font-size: 25px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	}
#nav a:visited {
	font-family: Arial;
	font-weight: bold;
	color: #999999;
	font-size: 25px;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
	}
#nav a:hover {
	font-family: Arial;
	font-weight: bold;
	color: #FF6600;
	font-size: 25px;
	text-decoration: underline;
	padding: 0px 15px 0px 15px;
	}
#nav a#here{
	font-family: Arial;
	font-weight: bold;
	color: #FF0000;
	font-size: 25px;
	padding: 0px 15px 0px 15px;
	}
