#wrapper {
  position: relative;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
  margin-top: 32px;
}

td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
.titles {
	font-size: 1em;
}
.irreg {
	color: #F00;
}

.eg {
	color: #00F;
}

.rightborder {
border-right-style: dotted;
}

.white_infinitive {
	color: #FFF;
	font-size: 1.5em;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

.engtrad {
	color: #000066;
	font-size: 1.5em;
	background-color: #FFF;
	border: thin solid #003;
	padding: 3px;
}

.centrebox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	float: none;
	width: 50%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	position: absolute;
	left: 283px;
	top: 17px;
	background-color: #FFFFD5;
	padding: 10px;
}


ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
		width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("blue.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("black.jpg") repeat-x top left;	
	}
