@charset "UTF-8";
/* CSS Document */


	body{
	background:#D7E0F0;
	font-family:arial, helvetica, sans-serif;
	}
	
#wrapper{
	margin:0 auto;
	position:relative;
	width:1053px;
	}
*{
	margin:0;
	padding:0;
	}
	
ul{
	list-style-type: none;
	}
	
#upper-left{
	width:417px;
	height:417px;
	float:left;
	}
	
#upper-right{
	width:636px;
	height:417px;
	background:url(../images/cl_upperright.jpg) no-repeat top left;
	float:left;
	}
	
#middle{
	clear:both;
	width:1053px;
	height:279px;
	background:url(../images/cl_middle.jpg) no-repeat top left;
	_margin-top:-5px;
	}
#middle p{
	font-size:16px;
	color:#143D8D;
	font-family:arial, helvetica, sans-serif;
	position:relative;
	top:110px;
	left:75px;
	line-height:20px;
	}
#middle p a{
	
	display:block;
	margin-top:20px;
	font-size:14px;
	color:#C56573;
	text-decoration:underline;
	width:250px;
	_width:260px;
	vertical-align:middle;
	}
#middle p a img{
	text-decoration:none;

	vertical-align:middle;
	}
	
	
#footer{
	clear:both;
	width:1053px;
	height:64px;
	background:url(../images/cl_footer.jpg) no-repeat top left;
	}
	
#footer p{
	color:#666;
	font-size:12px;
	margin-left:70px;
	}
#footer p a{
	color:#666;
	}
	
#footer p img{
	float:right;
	}