﻿#main { 
	WIDTH: 1000px;
}
#main2 { 
	WIDTH: 1000px;
}
 	
 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(left, #FFA500 0%, #000048 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(left, #FFA500 0%, #000048 100%);

/* Opera */ 
background-image: -o-linear-gradient(left, #FFA500 0%, #000048 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFA500), color-stop(1, #000048));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(left, #FFA500 0%, #000048 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to right, #FFA500 0%, #000048 100%);


}
 	

#Inner-fot{ 
	float: left;
	WIDTH: 1000px;
	text-align: center;
}
#fot-left{
	margin-top: 7px;
	margin-left: 120px;
	text-align: center;
}
#Inner-f1{ 
	float: left;
	WIDTH: 1000px;
	Height: 150px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: white;
	box-shadow: inset 5px 5px 5px #999;
}
.In1-bk-t{ 
	color: #000060;
	font-weight: bold; 
	font-size: 13px;
}

.In1-bk-k{ 
	color: #000060;
	font-weight: bold; 
	font-size: 13px;
}
.fot-la{
	float: left;
	height: 15px;
	margin-left: 15px;
	text-align: left;
	font-size: 12px;
	font-weight: bold; 
}
#Inner1{ 
	float: left;
	WIDTH: 1000px;
	text-align: center;
}
#Inner1-1{ 
	float: left;
	WIDTH: 280px;
	margin-top: 8px;
}

