/* --------------------------------------------------------
   Jaugar.net: The artwork portfolio of John Augar 2007
   -------------------------------------------------------- */

/* Declare body first of all */
/* Specify blanket rules for all elements */ 
  body { 
	font-size:72%; 
	font-family:arial,sans-serif; 
	background:#666 url('../images/background_textureP.jpg') repeat-y top center; /* sets the site-wide background image */
	margin: 0; border:0;

   	} 
/* Rules for headings */ 
  h1 { 
	font-size:160%;
	font-style:normal; 
	color: #FFFFCC;
    } 
  h2 { 
	font-size:130%;
	font-style:normal;
	color: #FFFF99;
    } 
  h3 { 
	font-size:110%;
	font-style:normal;
	color: #FFFF99;
    } 
  p { 
	font-size:100%;
	color: #FFFFCC;
	line-height:140%;
    }
  A { 
   	font-size:100%;
	color: #FFCC66;
	line-height:100%;
    } 
/* masthead*/ 
	#masthead { 
	padding:0px 0px 0px 0px; 
	border:0px; 
	
	background:url('../images/mastheadP.jpg') no-repeat top center;

    } 
/* base */ 
	#baseimage { 
	padding:0px 0px 300px 0px; 
	border:0px; 
	
	/* background:url('../images/BackgroundP.jpg') no-repeat bottom center; */ 

    } 

