
/* ******************************************************************** */ 
/*                  Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0 auto; 
 padding:0; 
 width: 1030px;
 text-align:center; 
 background: #0d0101;
} 
 
#pagewidth{ 
 width:1030px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#leftcol{
 width:505px; 
 float:left; 
 position:relative; 
 padding: 0 5px;
  }
 
#maincol{  
 position: relative; 
 width:515px;
 float:right; 
 }
 
#box {
 position: relative;
 width: 425px;
 height: 400px;
 margin-left: 50px;
 margin-top: 30px;
 text-align: center;
/*  float: inherit; */
}

.fontPhilosopherHome {
 font-family: 'Philosopher', sans-serif;
 font-size: 1.55em;
 color: white;
}

a {
 text-decoration: none; 
 color: white;
}

a:hover {
 text-decoration: underline;
}

h4 {
 font-family: 'Philosopher', sans-serif;
}
 
 
/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



/* ******************************************************************** */ 
/*                      lightbox styles                                 */ 
/* ******************************************************************** */ 

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
	display: none;
	position: absolute;
	/*
top: 1%;
	left: 10%;
*/
	width: 540px;
	height: 620px;
	padding: 16px;
	border: 2px solid gray;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
