/* --------------------------------------------------------
   Jaugar.net: The artwork portfolio of John Augar 2012
   -------------------------------------------------------- */

/* Declare body first of all */
/* Specify blanket rules for all elements */ 
  body { 
	font-size:80%; 
	font-family:arial,sans-serif; 
	background:#666 url('../images/background_texture.jpg') repeat-y top center; /* sets the site-wide background image */
	margin: 0; border:0;

   	} 
/* Rules for headings */ 
  h1 { 
	font-size:200%;
	font-style:normal;
	font-family:arial,sans-serif;
	color: #FFE680;
	
    } 
  h2 { 
	font-size:140%;
	font-style:normal;
	color: #FFFF99;
    } 
  h3 { 
	font-size:120%;
	font-style:normal;
	color: #FFFF99;
    } 
  p { 
	font-size:100%;
	color: #F5F5F5;
	/*text-shadow: black 0.1em 0.1em 0.2em;*/
	line-height:140%;
    }
  A { 
   	font-size:100%;
	color: #FFCC66;
	line-height:100%;
    } 
/* masthead*/ 
	#masthead { 
	padding:0px 0px 0px 0px; 
	border:0px; 
	
	background:url('../images/masthead.jpg') no-repeat top center;

    } 
/* base */ 
	#baseimage { 
	padding:0px 0px 300px 0px; 
	border:0px; 
	
	background:url('../images/Background.jpg') no-repeat bottom center;

    } 


