/* homePage.css (primary) */
.header{
	position:relative;
    font-family: Verdana,Arial,sans-serif;
    height: 120px;
	padding:5px 0px 5px 0px;
	margin:5px;

}
.topLogo{
	background-image:url(/Images/banner-1.png);
	background-position:-1px -10px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:100px;
	width:100%;
	border-bottom:3px solid #4192bc;
}
.topLogo img{
	float:right;
	height:100px;
	width:100px;
}
.pgBack{
	border:6px solid #4192BC;
	border-radius:16px;
}
.artBack{
	border-radius:10px;
	overflow:hidden;
	position:relative;
	min-height:560px;
	background-position:0px 100px;
}

.artTtl {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 5px 0 5px 5px;
	width: 100%;
}
.artTtl span {
	float: right;
	font-size: 14px;
	margin: 3px 10px;
}
.spyHoles{
	background-color: #000000;
	border: 3px solid #ffffff;
	border-radius: 10px;
	float: right;
	margin: 30px;
	min-height: 350px;
	overflow: hidden;
	padding: 0;
	width: 90px;
}
.spyhole{
	display:block;
	background-color:#00FF00;
	border:2px solid #000000;
	width:66px;
	height:65px;
	border-radius:33px;
	
	margin:6px 10px 6px 10px;
	background-size:cover;
	cursor:pointer;
}
.spyhole:hover{
	border:2px solid #4192BC;
}
.txt {
	float:left;
	margin:30px;
	background-color:rgba(0, 0, 0, 0.6);
	border:3px solid #ffffff;
	border-radius: 10px;
	color:#ffffff;
	min-height:380px;
	overflow: hidden;
	padding:0px;
}
.artTxt{
	padding:5px;
}
.txt a{
	color:#33CCFF;
}
