body {  font-size: 13px;
	font: 100%  arial, trebuchet ms, verdana, hevetica, sans-serif;
	color: #220000;
	background-color: #047094;
	text-align: center; 
	
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #575757;
scrollbar-face-color: #548BA9;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #047094;
  }

li {
	font-size: 13px;
}
p {
	font-size: 13px;
}

td {
	font-size: 13px;
}

A:link {
	color: rgb(17,51,135);
	text-decoration: none;
}
A:visited {
	color: rgb(17,51,135);
	text-decoration: none;
}
A:hover {
	color: rgb(127,191,224);
	text-decoration: none;

}
	



	#container {
		margin:0 auto;
		margin-top: 5%;
		text-align:left;
		height: 600px;
		width: 1000px;
		clear:left;
		border-width: 3px;
		border-color: #0D136B;
		border-style: outset;
//width: 1006px;
		}


	#header
	{	width: 683px;
		height: 369px;
		float:left;
		
	}


	#contents	
	{	
		width: 317px;
		height: 369px;
		background-image: url('./layout/pool.jpg');
		float:left;		
	}



	#text	
	{	
		width: 300px;
		text-align: center;
//margin-top: 5px;
	}

	#links	
	{	
		width: 683px;
		height: 231px;
		float:left;	
	}

	#footer	
	{
		width: 317px;
		height: 231px;
		float:left;		
	}


	

