body {
  text-align: center;
	background-color: #333333;
	padding: 0px;
	margin: 0px;
	}

#outside {
  width: 800px;
  background-color: #333333;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#menu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	height: 70px;
  background-image: url(images/ailiantitle.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	}	
	
#menuitems {
  margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
  }	
	
#main div {
  text-align: center;
	}	
	
#main {
  border: 0px solid black;
  margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #cccccc;
	font-family:verdana,arial,sans-serif;
	}	

#largeimage {
  border: 0px solid white;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	width: 700px;
	height: 420px;
  }
	
#thumbnails {
  margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 700px;
	overflow: auto;
	white-space: nowrap;
  height: 150px;
  border: 0px solid black;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
  }	
	
.directions {
	color: #666666;
	font-weight: normal;
	font-size: .8em;
  }
	
a.head {
	font-family:"Verdana",arial,sans-serif;
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
	}
	
a.head:link {
  color: black;
	}
	
a.head:visited {
  color: black;
	text-decoration: none;
	}
	
a.head:hover {
  color: #cccccc;
	text-decoration: underline;
	}
	
a.current {
	font-family:"Verdana",arial,sans-serif;
	font-size: .95em;
	font-weight: bold;
	text-decoration: none;
	}
	
a.current:link {
  color: white;
	}
	
a.current:visited {
  color: white;
	}
	
a.current:hover {
  color: #cccccc;
	text-decoration: underline;
	}	
	
a.foot {
	font-family:"Verdana",arial,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	}
	
a.foot:link {
  color: #cccccc;
	}
	
a.foot:visited {
  color: #cccccc;
	text-decoration: none;
	}
	
a.foot:hover {
  color: white;
	text-decoration: underline;
	}	
	
a.betterborder {
	font-size: 1em;
	font-weight: bold;	
  text-decoration: none;	
	}			
				
a.betterborder img{
	border: 0px;
	vertical-align: middle;
	}
				
a.betterborder:hover img{
	border: 1px solid black;
	}				

.colortext {
  color: #336666;
	font-weight: bold;
	}	
	
.title {
  font-size: 1.1em;
	font-weight: normal;
	color: black;
	font-family: "lucida console",arial,sans-serif;
	}
	
div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	}
	
#footer {
  text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	color: white;
	width: 780px;
	font-family:"Verdana",arial,sans-serif;
	font-size: .7em;
	font-weight: normal;
	line-height: 2em;
	}