/* ====================================================================
   TEMPLATE: ytw_powergreen v1.0
   AUTHOR: Franck Scipion, YTW
   DATE: January 2004
   BROWSERS PASSED: Internet Explorer 6, Internet Explorer 5.5, Mozilla 1.6,
   Netscape 7.1, Opera 7.11	
   ==================================================================== */

/* ====================================================================   
   COPYRIGHTS 2004, Creative Commons some rights reserved
   Except clearly notified, the .php & artwork (.png, .gif & .jpg) files 
   available in the download section are ruled by a Creative Commons licence 
   "Attribution-Non Commercial- Share Alike 1.0".

   You are free to use the work & to make derivative works, under the following 
   conditions:
	§Attribution:  You must give the original author credit. We apreciate a 
		       link back to our home page http://www.yatienesweb.info
	§Share Alike:  If you alter, transform, or build upon this work, you 
                       may distribute the resulting work only under a license 
                       identical to this one, making clear to others the license 
                       terms of this work.
	§Non-Commercial: You may not use this work for commercial purposes.                                      
   ==================================================================== */

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 text-align:center;
 }	 
	
#header1{
 height:150px; 
 border-bottom:1px solid #fff; 
 width:100%; 
 margin:0;
  }

#header2{
 height:20px; 
 border-bottom:1px solid #fff; 
 width:100%; 
 margin:0;
  }

#header3{
 height:20px; 
 border-bottom:1px solid #fff; 
 width:100%; 
 margin:0;
  }

#supercontainer {
 	text-align:justify;
	position: relative;
	width: 862px;
	margin: 0px auto 0px auto;
	border-left:1px solid #fff; 
	border-right:1px solid #fff;
        border-bottom:1px solid #fff; 

	}

#container {
 width:100%;
 z-index:1;
 height:80%;
 border-bottom:1px solid #fff; 
}

#centralblock{
 top:0px;
 border-left:1px solid #fff; 
 border-right:1px solid #fff; 
 border-bottom:1px solid #fff; 
 width: 498px;
 margin:0 180px; 
 position:relative;
 z-index:2;
 
 }
 
#leftblock{
 position:absolute;
 top:0px;
 left:0;
 width:180px;
 z-index:2;
 border-bottom:1px solid #fff;  }

#rightblock{
 position:absolute;
 top:0px;
 right:0;
 width:180px;
 z-index:2; 
 border-bottom:1px solid #fff; 
}


/* Separator */


.separator {
	background-color: #fff;
	height: 1px;
	font-size: 0px;
	clear: both;
	margin: 0px;
	padding: 0px
}

#footer {
 border-left:0px solid #fff; 
 border-right:0px solid #fff; 
 border-bottom:1px solid #fff; 
 width:100%;
 height:85px;
 margin:0
 }


.left {
	position:relative;
	float:left;
}


.right {
	position:relative;
	float:right;
}

.center {
	position: relative;
	margin: 0px 0px 0px 120px;
}

.images {
	border: 0px;
	margin: 5px;
	}