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 {
  border: 0px solid black;
  margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #cccccc;
	}	
	
#container {
  margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	padding: 50px;
	font-family:verdana,arial,sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	}	
	
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;
	text-decoration: none;
	}
	
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;
	}	
	
.colortext {
  color: #336666;
	font-weight: bold;
}	
		
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;
	}