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: left;
	}	
	
#main {
  border: 0px solid black;
  margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: #cccccc;
	}	
	
#sidelinks {
  border: 0px solid red;
	margin-left:10px;
	margin-top: 10px;
	float: left;
	width: 130px;
  }	
	
#entries {
  border: 0px solid white;
	margin-left: 10px;
	margin-top: 50px;
	float: left;
	width: 620px;
  }	
	
.article {
  margin-left: auto;
	margin-right: auto;
	width: 600px;
	padding: 10px;
	border: 0px solid blue;
	font-family:verdana,arial,sans-serif;
	font-size: .8em;
  }	
	
.pictureleft {
  border: 0px dashed white;
	float: left;
  }	
	
.pictureright {
	border: 0px dashed white;
	float: right;
	}
	
.noborder {
  border: 0px;
	margin-right: 15px;
	height: 100px;
	}	
	
.noborder2 {
  border: 0px;
	margin-right: 15px;
	height: 200px;	
  }
	
.text {
  border: 0px solid black;
	text-align: left;
	}	
	
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;
	}	
		
.divide {
  width: 500px;
	}			
	
.date {
  font-family: geneva,arial,sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: white;
	}
	
a.nolink {
  text-decoration: none;
	}	
	
.title {
  font-size: 1.1em;
	font-weight: normal;
	color: #cc0000;
	font-family: "lucida console",arial,sans-serif;
	}
	
.subtitle {
  font-size: .9em;
	font-weight:bold;
	color: black;
	font-family: "verdana",arial, sans-serif;
	}	

div.clearer {
	clear: both; 
	line-height: 0; 
	height: 0;
	}

a.internal {
  font-family: geneva,arial,sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #cc0000;
	line-height: 1.5em;
	text-decoration: none;
	}
	
a.internal:hover {
  color: white;
	text-decoration: underline;
	}
	
a.internal:visited {
  text-decoration: none;
	}	
	
.publications {
  font-family:verdana,arial,sans-serif;
  font-size: .8em;
	}
	
#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;
	}
	
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;
}				
