/*
  style2.css
  =============
  An alternative style for petew_rtw site
  N.B. Only things that are DIFFERENT from the main stylesheet are included here
*/
@import url("base.css");

/** GENERAL TAGS **/

/* (All except 'body' are defined in the common 'base.css' file) */
body{
 background:#ccc url("../graphics/pool.gif") repeat fixed top left;
 color:#000;
 text-align:left;
}


/** MAIN STRUCTURAL BLOCKS **/

div#pagewrapper{
 margin:0;
 border-width:0;
 padding:0;
 width:100%;
 background:#fff none repeat fixed top left;
}

div#head{
 float:left;
 clear:none;
 margin:0;
 padding:0;
 width:20%;
}

div#ads{
 float:left;
 clear:none;
 margin:0;
 padding:0;
 width:20%;
}

div#navigation{
 float:left;
 clear:none;
 margin:0;
 padding:0;
 width:20%;
}

div#content{
 float:left;
 clear:none;
 margin:0;
 padding:0;
 width:20%;
}
div#content:before{background-color:#0c0;color:#fff;font-weight:bold;content:"style2.css - animated water background, main elements 'width:20%;float:left;'"}

div#foot{
 float:left;
 clear:none;
 margin:0;
 padding:0;
 width:20%;
}


/** CLASSES FOR TEST PURPOSES **/

/* (These are defined in the common 'base.css' file) */