/*css for Kathy's pages*/

html, body {
		background-color: black;
		
		}
		
body {      
	  font-family: Georgia;
      font-size: 14px;
      font-style: bold;
	  font-color: white;
	  line-height: 16px;
	  }

h1 {
	font-family: Georgia;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #FFCC99;
	text-align: center;
	margin-top: 35px;
	}
	  
p {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #FFCC99;
	text-align: center;
	line-height: 21px; 
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: auto;
	background-color: transparent; 
	}

p extra {
	font-family: Georgia;
	font-style: italic;
	font-size: 18px;
	}

	
#all-container   /*main div for whole page, horizontally centered*/
	{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -350px; 
   	margin-top: -291px;
	width: 700px; 
	height: 582px;
	overflow: hidden;
	background-color: black;
	}
	
#kathytop {
	background-image:   url(pics/starrow.jpg);
	background-color: black;
	position: absolute;
	left: 0px;
	width: 700px;
	height: 42px;
	top: 0px;
	}
	
#kathyleft {
	background-image:   url(pics/left-leopard.jpg);
	background-color: black;
	position: absolute;
	left: 0px;
	width: 140px;
	height: 540px;
	top: 42px;
	}
	
#middle {
	background-color: black;
	position: absolute;
	top: 42px;
	left: 140px;
	width: 478px;
	height: auto;
	bottom: auto;
	}
	
#movie {
	background-color: black;
	position: absolute;
	top: 42px;
	left: 140px;
	width: 478px;
	height: auto;
	bottom: auto;
	padding-top: 50px;
	padding-left: 120px;
	}
	
#right {
	background-color: black;
	position: absolute;
	top: 42px;
	left: 610px;
	width: 82px;
	right: 0px;
	height: auto;
	bottom: auto;
	margin: 0px;
	}
	
ul {
	list-style-type: none;
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	}
	
a {
	text-decoration: none;
	}
a:link {
	color: #FFFFCC;
	}
a:visited {
	color: #FFCC99;
	}
a:hover {
	color: #FFFFCC;
	}


	

