body{
	//background:#99CCCC;	
	background:#eac995;	
	}

div.banner{
	border: solid 1px #000;
	background:#fff;
	position:absolute;
	color:black;
	top:0px;
	left:50px;
	width:700px;
	height:100px;
	z-index:100;	
	}

div.main {
	text-indent:10px;
	border: solid 1px #000;
	background: #0099FF;
	color: white;
	position:absolute;
	top:100px;
	left:50px;
	width:550px;
	height:700px;									  
}

div.main p{
	margin-left:25px;
	margin-right:25px;
    //font-family:"times";
    font-family:"Arial";
    color:#ffffff;
    font-size:16px;
    text-align: justify; 
}

div.main td{
	color:yellow; 
	font-weight:bold; 
	font-size:16px;
}

div.main h1{
	font-family:"times";
	color:yellow; 
	font-weight:bold; 
	font-size:18px; 
}

div.rigth{
	border: solid 1px #000;
	position:absolute;
	background:#00CCFF;
	top:100px;
	left:600px;
	width:150px;
	height:200px;
	z-index:100;					 
	}
		 
table.st_table{
	width:400px;
	border-style:solid;
	border-width:5px;
	border-color:#fff;
	color:#00CCFF;
	font-size:15px;
	}
	
img.st_image{
	width:100px;
	height:130px;
	align:"center";
	}
	
p.st_title{
	font-family:"courier"; 
	color:#CC6633; 
	font-size:20px; 
	font-weight:bold;
	}
	
p.st_text{
	margin-left:25px;
	margin-right:25px;
	color:#ffffff;
	font-size:16px;
	}