/*body {
	font-family: arial;
	font-size: 100%;
	color: #fff;
	line-height: 180%;
	text-align: center;
	background-color: #232323;
	padding: 2em;
}

a,a:active,a:visited {
	color: #09c;
}

a:hover {
	color: #0cf;
}

h1 {
	font-size: 3em;
	color: #FFCC00;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}*/



.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 5%;
	left: 10%;
	width: 400px;
	height: auto;
	padding: 10px;
	border: 1em solid #B8B8B8;
	background-color: white;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }

/*about container*/

div#aboutContainer {

}

div#aboutContainer h1{
	text-align:center;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:300%;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px;
}

div#aboutContainer h2{
	text-align:center;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	font-weight:normal;
	padding:0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom:4px double #000000;
}

div#aboutContainer h3{
	text-align:left;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
	font-weight:normal;
	padding:0px 0px 0px 5px;
	margin:40px 0px 0px 0px;
	border-bottom:2px solid #000;
}

.about{
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	font-weight:normal;
	margin: 10px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	color:#000000;
	text-align:justify;
	text-justify: distribute-all-lines;
	line-height: 180%;
	list-style-type: none;
	list-style-position: inside;
}

.contact {
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:80%;
	font-weight:normal;
	margin: 10px 0px 10px 0px;
	padding:0px 5px 10px 5px;
	color:#000000;
	line-height: 150%;
	/*border-bottom:1px dashed #000000;*/
}

.send {
	text-align:right;
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
	font-weight:normal;
	margin: 0px 0px 10px 0px;
	padding:0px 5px 0px 5px;
	color:#000000;
	line-height: 150%;
}

div#footer {
	background:#000;
}

div#footer a{
	text-align:center;
	margin: 5px ;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	font-weight:normal;	
	color:#fff;
}


.footer {
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:90%;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height: 150%;

}

