/* Ken Spragg - style sheet */

body {
		 background-image: url(../images/kenbg.jpg);
		 background-attachment: fixed;
		 margin:0px;
		 padding:0px;
		 }

#content {
				 background-image: url(../images/kenbackground.jpg);
				 background-repeat: repeat-y;
				 position: absolute;
				 left:2px; 
				 width:600px; 
				 border-right:2px solid black; 
				 font-size: 16px; 
		     font-family:Arial,Verdana,Helvetica,'Arial Black',sans-serif;
				 }
				 
#words { /*needed because of FF padding and IE padding is different*/
				 padding-left: 10px;
				 padding-right: 10px;
				 }
				 
img.photoleft {
  float:left; 
	border: 1px solid #990033;
	margin-right:10px;}		

img.photoright {
	float:right; 
	border: 1px solid #990033;
	margin-left:10px;}
	/*border: sets width, style & color in one line for all sides*/

h1 {color:red; font-style:italic;}
	
.quote {
  text-align:center;
	font:italic;
	color:blue;
	}
	
.center {
  text-align:center;
	}
