


body {
	margin-top: 20px;
	margin-left: 15%;
	font-family: Tahoma;
}

#all {
	position: absolute;
	
	width: 650px;
	height: 450px;
}

#logo {
	position: absolute;
	left: 35px;
	top: 10px;
	z-index: 1;
	vertical-align: top;
	background-image: url(logo_az_05_white.png);
	height: 34px;
	width: 166px;
	background-repeat: no-repeat;
	background-position: left;
}


#logo_alt h1 {
	font-size: 14px;
}

	
}

#menu p a{
	visibility: hidden;
}

#menu ul{
	visibility: hidden;
}

#index {
	visibility: hidden;
}

#navi {
	position: absolute;
	top: 82px;
	width: 600px;
	height: 19px;
	left: 38px;
	margin-right: 100px;
	font-size: 12px;
	font-family: Arial;
	
}
#navi  a {
	text-decoration: none;
	background-position: right;
	
	background-color: #F6EED9;
}

#navi  a:hover, #navi ul li a.active {
	color: Black;
	background-color: #FF9A25;
}

#maintopic h1 {
	font: bold 1.5em arial;
	position: relative;
	top: 50px;
	width: 50px;
	left: 28px;
}

#content  {
	position: absolute;
	top: 100px;
	width: 440px;
	background: url(line.png);
	left: 0px;
	background-repeat: no-repeat;
	padding-left:40px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}



#content h1 {
	font: smaller/1em Tahoma;
	background-image: url(point.png);
	background-position: right;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	
	border-bottom-color: #F8F8F8;
	font-weight: bold;
	
}

#content p {
	
	text-align: left;
	font-size: smaller;
	font-family: Tahoma;
	line-height: 130%;
}

#content .oview {
	margin-right: 60px;
	margin-left: 53px;
	text-align: left;
	font-size: smaller;
	font-family: Tahoma;
	line-height: 100%;
}


#content ul {
	text-indent: 5px;
	font-family: Tahoma;
	font-size: smaller;
}

#content ul li {
	
	
	
	
}
#copyr  {
	position: absolute;
	top: 98%;
	height: 20px;
	width: 150px;
	right: 0px;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
	visibility: hidden;
}