/*
  style5.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:#0f0 none 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:none;
 clear:both;
 margin:0;
 padding:0;
 width:100%;
}

div#ads{
 float:right;
 clear:right;
 margin:0;
 padding:0;
 width:200px;
}

div#navigation{
 float:left;
 clear:left;
 margin:0;
 padding:0;
 width:200px;
}

div#content{
 float:none;
 clear:none;
 margin:0;
 padding:0;
 width:100%;
}
div#content:before{background-color:#0c0;color:#fff;font-weight:bold;content:"style5.css - lime background"}

div#foot{
 float:none;
 clear:both;
 margin:0;
 padding:0;
 width:100%;
}


/** CLASSES FOR TEST PURPOSES **/

/* (These are defined in the common 'base.css' file) */