


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

#all {
	position: absolute;
	z-index: 0;
	width: 650px;
	height: 450px;
	
}

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

#logo_alt {
	visibility: hidden;
}




#nice {
	display: none;
	position: absolute;
	left: 540px;
	top: 120px;
	height: 160px;
	width: 160px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(sticker.gif);
}

#nice p {
	font-size: 10px;
}


#menu {
	position: absolute;
	right: 10px;
	width: 250px;
	bottom: 350px;
	letter-spacing: 0px;
	color: #FFFFCC;
	text-align: right;
	margin-left: 20px;
	
	font-family: Tahoma;
	line-height: 18px;
	
}
#menu p a {
    display: none;
}

#menu ul {
	list-style: none;
	
}

#menu ul li a {
	text-decoration: none;
	background-image: url(point.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 23px;
	color: white;
	font-size: 13px;
	font-weight: bolder;
	border: 1px;
	
}

#menu ul li a:hover, #navi ul li a.active {
	
	color: Black;
}


#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;
	color: Gray;
	background-color: #F6EED9;
}

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

#index {
	position: absolute;
	top: 80px;
	width:50px;
	height: 19px;
	left: 460px;
	
}

#index a {
	
	text-decoration: none;
	background-position: right;
	color: Gray;
	font-size: 11px;
	background-color: #F6EED9;
}

#index a:hover {
	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(orange_sh.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 h2 {
	font: smaller/1em Tahoma;
	background-image: url("point_gray.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 {
	
	
	font-size: smaller;
	font-family: Tahoma;
	line-height: 130%;
}

#content a {
	color: #000066;
	background-image: ;
	font-size: small;
}

#content a:hover {
	height: 300px;
	width: 300px;
	background-color: #FF9A25;
	
}
#content .oview {
	
	margin-left: 10px;
	text-align: left;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 100%;
	
}


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



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

#content .box1a, #content .box1b, #content .box2a, #content .box2b {
	
	padding-left: 10px;
	height: 150px;
	width: 200px;
	
}



#content .box1a {
	position: absolute;
	top: 60px;
	left: 40px;
	

}

#content .box1b {
	position: absolute;
	top: 60px;
	left: 270px;
	
}

#content .box2a {
	position: absolute;
	top: 180px;
	left: 40px;
	
	

}

#content .box2b {
	position: absolute;
	top: 180px;
	left: 270px;
	
}




#copyr  {
	position: absolute;
	top: 450px;
	
	width: 150px;
	left: 500px;
	font-family: Tahoma;
	font-size: 9px;
	text-align: center;
}