@charset "UTF-8";
/* CSS Document */

#wrapper{
	width:700px;
	height:800px;
	border:solid black 1px;
	}
	
#locationright{
	width:300px;
	height:600px;
	float:right;
	border:solid black 1px;
	margin-top:20px;
	margin-right:20px;
	}	
	
	
	
.border-img{
	width:254px;
	height:154px;
	float:right;
	/*
	border:solid black 1px;
	*/
	margin-right:25px;
	margin-top:20px;
	/*
	background-color: #FFFFFF;
	*/
	margin-bottom: 10px;
	/*
	border: 5px solid #333333;
	*/
}
.border-img:hover{
	background-color: #0C495E;
	color:#333333;
	text-decoration:none;
	/*
	margin-bottom: 10px;
	border: 5px solid #FFFFFF;
	*/
}

.border-img a:link{
	/*
	color:#333333;
	*/
	text-decoration:none;
		}
		
.border-img a:visited{
	color:#333333;
	text-decoration:none;
		}
		

