<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*WebDesignAndSuch.com*/





@charset "UTF-8";
body {
	margin: 0; 
	padding: 0;
	
}
 #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; 
	font-size:14px;
	
	text-align: left; 
}
#mainContent {
	padding: 0 60px;
	min-height:600px;
	line-height:25px
}

img {border:0px}




/*LINKS*/

#mainContent a:link, #mainContent a:visited {color:#fff; text-decoration:none; font-size:18px; background:#000000; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}
#mainContent a:hover, #mainContent a:active {color:#fff; text-decoration:none; font-size:18px; background:#333333; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}





/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(BGPopUpImg.jpg) no-repeat;
	background-size:1110px 850px;
	width:1090px;
	height:837px;
	border:5px solid #F5EDED;
	z-index: 9002;
	left: 63% !important;
	margin-left: -714px;
	margin-top: -300px;
}

#popUpDiv a {
	position: relative;
    /* top: 646px; */
    /* left: 160mm; */
    font-weight: bold;
    color: white;
    font-size: 21px;
	}

#popUpDiv a img{

}

#popUpDiv a~a {position:relative; top:3px; left:870px;font-weight: bold;color: white;}

#blanket_close {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv_close {
	position:absolute;
	background:url(BGPopUpImg.jpg) no-repeat;
	width:287px;
	height:263px;
	border:5px solid #F5EDED;
	z-index: 9002;
	left:50% !important;
	margin-left:-127px !important; 
}

#popUpDiv_close a {position:relative; top:228px; left:190px;font-weight: bold;color: white;}</pre></body></html>