/* CSS Document */



body{

margin:0px;

padding:0px;

background-color:#272727;

font-family:Verdana, Arial, Helvetica, sans-serif;

font-size:11px;

padding-top:0px;

color:#e3e3e3;

width:100%;

height:100%;

text-align:center;



}

#nav{

width:900px;

height:24px;

text-align:right;

padding-bottom:4px;

clear:both;

display:table;

}

#container{

width:900px;

height:auto;

padding:0px;

border-color:#e5e5e5;

border-style:solid;

border-width:1px;

background-color:#000;

text-align:justify;

clear:both;

font-size:12px;

line-height:20px;

margin-bottom:10px;



}

a:link, a:visited, a:active{

font-size:11px;

text-decoration:underline;

color:#06F;

text-decoration:none;

font-weight:bold;

font-family:Verdana, Arial, Helvetica, sans-serif;


}

a:hover{

text-decoration:underline;

}

h1{

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

font-weight:bold;

color:#06F;

margin:0px;

padding:0px;

}

#contact_form_text{

font-family:Arial, Helvetica, sans-serif;

font-size:12px;

color:#e5e5e5;

width:30%;

float:left;

}

.input{

border-color:#e5e5e5;

border-style:solid;

border-width:1px;

background-color:#272727;

background-color:#f0f0f0;

font-size:11px;

}



<!---->



.footer {

	background-color: #000;

	padding: 0.5em;

	

}





.leightbox {

	color: #e3e3e3;

	display: none;

	position: absolute;

	top: 25%;

	left: 25%;

	width: 50%;

	height: 50%;

	padding: 1em;

	border: 1px solid #CCCCCC;

	background-color:#1d1d1d;

	text-align: left;

	z-index:1001;

	overflow:hidden;	

}



#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;    }

<!---->