	body {
		background : #FF7800 url(/templates/edg/images/site-bground.jpg) repeat-y center center;
		font: 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
	}
	
	a {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		color: #000;
	}
	
	hr {
		color: #000000;
		height: 1px;
		border: 1px solid #000;
	}
	
	#holder {
		width: 637px;
		left: 50%;
		margin-left: -318px;
		position: absolute;
		z-index: 2;
	}
	
	#leftcol {
		margin-left: 15px;
		width: 151px;
		float: left;
		margin-top: -1px;	

	}
	
	#frleftcol {
		margin-left: 15px;
		width: 151px;
		margin-top: 110px;
		float: left;
	}
	
	#edgfr {
		position: absolute;
		left: 50%;
		margin-left: -800px;
		z-index: 1;
	}
	
	#page {
		float: left;
		width: 450px;
	}
	
	#page a {
		text-decoration: underline;
	}
	
	.menu {
		font-size: 20px;
		color: #fff;
		line-height: 1.7;
		font-weight: bold;
	}
	
	h1 {
		color: #fff;
		font-size: 150%;
	}
	
	h2 {
		color: #fff;
		font-size: 120%;		
	}
		
	#footer {
		font-size: 10px;
	}	
	
	#footer a {
		color: #666;
	}
	
	#footer a:hover {
		color: #fff;
	}


	fieldset {
		width: 500px;
		border: 1px dotted #ffffff; 
		padding: 10px; 
		text-align: left;
	}

	legend {
		font-size: 140%; 
		font-weight: bold; 
		background-color: #ffffff; 
		color: #FF8500; 
		padding: 2px 4px;
	}

	label {
		float:left;
		width:45%;
		margin-right:0.5em;
		padding-top:0.2em;
		text-align:right;
		font-weight: bold; 
	}


	#mask {  
		position:fixed; 
		z-index:9000;  
		background-color:#000;  
		display:none;  
		top: 0px;
		left: 0px;
	}  
		  
	#boxes .window {  
		position:fixed;  
		width:450px;  
		height:400px;  
		display:none;  
		z-index:9999;  
		padding:20px;  
		background-color:#ffffff;
	}  

	  
	#boxes {  
		width:375px;   
		height:203px;  
	}

	.close {
		color: black;
		text-decoration: underline;
	}
