@charset "utf-8";

/* CSS Document */



a {

	color:#0000CC;

}



a:hover{

	color:#999933;

}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center; /* for IE */
    margin: auto; /* for the rest */
	margin-left:0;
	margin-top: 0em;
	
}

#wrapper {
text-align:left; /* reset text alignment */
width:100%; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
} 


/* ------ the top menu position ------ */



#ADLogo{
	top: 	5px;
	left:   2px;
	width: 120px;
	height: 106px;
	position: absolute;
	z-index: 1;

}

#ADHead {
	top: 	5px;
	left: 150px;
	height: 80px;
	width: 900px;
	position: absolute;
	z-index: 1;
	font-size:22px;
	font-weight:bolder;
	text-align:center;
	border-bottom-color: #CCCCCC;
	border-right: 1px;
	border-bottom-width: thin;
	border-right-width: thin;
	border-right-color: #CCCCCC;

}



#wavehead{

	top: 	0px;

	left: 101px;

	width: 50px;

	height: 60px;

	position: absolute;

	z-index: 1;

}



#waveline{

	top: 	53px;

	left: 149px;

	width: 700px;

	height: 4px;

	position: absolute;
	z-index: 1;

}



#Content{
	position: absolute;
	left: 150px;
	top:  80px;
	width: 700px;
	height: 752px;
	border-width: 0px;
	border-bottom-color:#DFDFDF;
	border-left-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#DFDFDF;
	z-index: 1;
}
