
<style type="text/css">
<!--

#my_body{	position:absolute;
			margin:0 auto; width:800px;
			
		}
#my_header{	position:absolute;
			float:left;
			width:100%;
			height : 100px;
			background-color:#FFFF99;
			font-family:Impact;
		}
		
#title{	
		position:absolute;
			left:100px;
			top :5px;
			font-size : 55;
		
			font-family:Impact;
	}
#stitle{	
		position:absolute;
			left:100px;
			top :60px;
			font-size : 35;
			font-family:Impact;
	}		 
#my_navigation{	position:absolute;
				float:left;
				width:150px;
				height:100%;
				top : 103px;
				background-color:#FFFF99;
			}
		
#mynavi{	position:absolute;
				float:left;
				width:120px;
				height:100%;
				top : 10px;
				left : 10px;
				background-color:#FFFF99;
			}


#sub_contents{	position:absolute;
				float:left;  width:700px;
				top : 150px;left:145px;
			}
			

h4.font13{
				font-size:13;
}

a.mainmenu:link {
	color: #0000ff;
	text-decoration: none;
	background: url(images/star_b.gif) no-repeat center left;
	
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 0px 0px;
}
a.mainmenu:visited {
	color: #0000ff;
	text-decoration: none;
	background: url(images/star_b.gif) no-repeat center left;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 0px 0px;
}
a.mainmenu:hover {
	text-decoration: none;
	color: #ff6600;
	background: #f3f3f8;
	background: url(images/star_y.gif) no-repeat center left;
	padding: 5px 5px 5px 20px;
	margin: 0px 0px 0px 0px;
}


-->
</style>