#index-container {
	background: #fff;
	padding: 10px;
	width: 600px;
}

#azindex {
	background: #eee;
	float: left;
	margin: 5px 0 20px 10px;
	padding: 0px 5px 15px 5px;
	width: 520px;
}

#azindex {
	padding: 5px 5px 10px 5px;
	width: 490px;
}

h2 {
    padding-top: 100px !important;
}
	
#index {
	margin: 0;
	padding: 10px;
}	
	
#index li {
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 0.65em 0.3em;
	padding: 0;
	width: 3em;
}

#index a:link, #index a:visited {
	background: #fff;
	color: navy;
	display: block;
	height: 2em;
	padding: 0 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
}

#index a:hover {
	background: #f7975b;
	color: #fff;
	text-decoration: underline;
}

.clear {
	clear: both;
}
