
<style type="text/css">
<!--

#my_body{	position:absolute;
			margin:0 auto; width:800px;
			background-color:#FFF8DC;
			
		}
#my_header{	position:absolute;
			float:left;
			width:100%;
			height : 125px;
			background-color:#800000;
		}

#stitle{	
		position:absolute;
			left:110px;
			top :05px;
			font-size : 35;
			color : white;
			font-family:Impact;
	}
#title{	
		position:absolute;
			left:40px;
			top :45px;
			font-size : 60;
			color : #ffffff;
			font-family:Impact;
	}
		 
#my_navigation{	position:absolute;
				float:left;
				width:150px;
				height:1100px;
				top : 0px;
				background-color:#800000;
			}
			
#mynavi{	position:absolute;
				float:left;
				width:150px;
				height:500px;
				top : 10px;
				left : 0px;
				background-color:#800000;
			}

#my_contents{	position:absolute;
				float:left;  width:550px;
				top : 10px;left:155px;
			}

#sub_contents{	position:absolute;
				float:left;  width:600px;
				top : 10px;left:200px;
			}
			
#link_contents{	position:absolute;
				float:left;  width:650px;
				top : 240px;left:170px;
			}
	

h4.font13{
				font-size:13;
}

a.mainmenu:link {
	color: #ffffff;
	text-decoration: none;
	
	padding: 2px 2px 5px 5px;
	margin: 0px 0px 0px 0px;
}
a.mainmenu:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 2px 2px 5px 5px;
	margin: 0px 0px 0px 0px;
}
a.mainmenu:hover {
	text-decoration: none;
	color: #ff6600;
	padding: 2px 2px 5px 5px;
	margin: 0px 0px 0px 0px;
}


-->
</style>