/*                                                                
       ,dPYb, ,dPYb,                                           
       IP'`Yb IP'`Yb                                           
  gg   I8  8I I8  8I                                           
  ""   I8  8' I8  8'                                           
  gg   I8 dP  I8 dP   ,ggg,    ,ggg,,ggg,     ,gggg,    ,g,    
  88   I8dP   I8dP   i8" "8i  ,8" "8P" "8,   dP"  "Yb  ,8'8,   
  88   I8P    I8P    I8, ,8I  I8   8I   8I  i8'       ,8'  Yb  
_,88,_,d8b,_ ,d8b,_  `YbadP' ,dP   8I   Yb,,d8,_    _,8'_   8) 
8P""Y88P'"Y888P'"Y88888P"Y8888P'   8I   `Y8P""Y8888PPP' "YY8P8P
                                                               

*/ 


/*** Site Structure Styles ***/

		/* General Styles */
		
			* {
				margin:0;
				padding:0;
			}
						
		/************************/
	
		/* Main Layout Styles */
			
			body {
				background:				url(images/bg_content.gif) repeat top center #c5c5c5;
				color:						#fff;
				font-family:			"Helvetica Neue",Arial,Verdana,sans-serif;
				font-size:				14px;
				line-height:			21px;
			}
			
			#container {                 
				background:  transparent url(images/illencs_bg_logo.jpg) no-repeat top center;
				height:           600px;
				margin: 					0 auto;   
				position:         relative;
				width:						480px;
			}

			
			#box {
			padding: 428px 75px 0 75px;	
			color:						#717171;
			font-family:			"Helvetica Neue",Arial,Verdana,sans-serif;
			font-size:				16px;
			line-height:			22px;
			text-shadow: #dadada 1px 1px;	
			}
			#box a{
				color: #f35c91;
			}
			#box a:hover{
				color: #222;
				text-decoration: none;
			}
			#footer {    
				margin-top:  50px;
				text-align: center;
				text-decoration: none;
				color: #b0b0b0;
				text-shadow: #cecece 1px 1px;
			}
			
			a {
				text-decoration:  none;
			}
			
		/************************/

/*** Content Styles ***/

						
		/************************/
	
		/* Heading Styles */
			        
			h1 {                        
				font-size:        5.5em;    
				line-height:      1em;
				text-transform:   uppercase;
			  color:            #646977;       
				margin:           0 0 0 -3px;
				text-shadow: 			0 1px 1px #fff;
			}         
			
		/************************/
	
		/* Paragraph Styles */		
			
			/*p {
				clear: 						both;
				margin: 					0 0 12px 0;
    	 	text-shadow: 0 1px 1px #646977;
 			}*/
			            
			#footer p {
				font-size: 13px;   
			}

		/************************/
	
		/* Link Styles */
			                 
						      
			#footer a {
				text-decoration: underline;
				color: #b0b0b0;
			}
			
			#footer a:hover {
				color:  #999;
			}

		/************************/







/*** Image Styles ***/

		/* General Image Styles */
		
			img {
				border: 				none;
			}
			
			#content img {
				background: #fff;
				border: 1px solid #5381ac;
				padding: 2px;
			}
		
		/************************/             
 