@charset "utf-8";
/* CSS Document */

	body	{
		font-family:georgia, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		margin:0;
		padding:0;
		overflow-y:scroll;
		* overflow-y:hidden;
		overflow-x:hidden;
		background-color:#ffffff;
		}
	
	#center	{
		margin:0 auto;
		padding:0;
		width:956px;
		}
	
	#head	{
		background-image:url('images/head.jpg');
		background-repeat:no-repeat;
		width:956px;
		margin:0;
		padding:0;
		
		}
	#menu	{
		height:50px;
		width:956px;¨
		margin:0;
		padding:0;
		}
	
	.title	{
		height:40px;
		width: 500px;
		text-indent:-10000px;
		}
		
	#content	{
		margin:50px 10px 0 10px;
		padding: 50px;
		text-align:left;
		}
				
	#line	{
		background-image:url('images/line.gif');
		background-repeat:repeat-y;
		width:956px;
		}
	
	#bgtrop	{
		background-position:bottom;
		background-repeat:no-repeat;
		background-image:url('images/footer.jpg');
		width:956px;
		height:229px;
		}
		
	input	{
		background-color:#f0f9fe;
		border: 1px solid #00376d;
		}
		
	textarea	{
		background-color:#f0f9fe;
		border: 1px solid #00376d;
		}
		
	.noborder	{
		border:0px solid;
		}
		
	h2	{
		font-size:16px;
		}
	
	h3	{
		font-size:14px;
		}
		
	h4	{
		font-size:12px;
		font-weight:bold;
		}
		
	#cont	{
	text-align:center;
	margin: 0 auto;
	}
	
	#cont1 {
	height:150px;
	margin:0 auto;
	width:366px;
	}
	#cont2 {
	float:left;
	height:180px;
	margin:10px;
	width:247px;
	}
	#cont3 {
	float:left;
	height:180px;
	margin:10px;
	width:250px;
	}
	#cont4 {
	float:left;
	height:180px;
	margin:10px;
	width:240px;
	}
	#cont5 {
	clear:both;
	height:210px;
	margin:0 auto;
	width:366px;}
