/**
  Princess Productions Style Sheet

  border: thin dotted #00FF00;
*/

body {
  background-color: #000000;
  font-family: "georgia"
  
}

h1 {
	font-style: italic;
	font-weight: bold;
	margin: 18px 15px 15px 18px;
	color: #c9be65;
}
h3 {
	font-style: italic;
}

p {
	font-size: .9em;
	line-height: 1.7em;
}


#header {
	background: transparent url(../images/headerbg.jpg) no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 815px;
  height: 70px;
  display: block;
  
 
}
  
#content {
 background: transparent url(../images/bg.jpg) repeat-x scroll top left;
  position: absolute;
  color: #ffffff;
  top: 100px;
  left: 20px;
  width: 570px;  
  display: block;
  padding: 15px 15px 15px 18px;
 
}

#splash_image {
  background: transparent url(../images/ppc_splash_img.jpg) no-repeat scroll top left;
  position: absolute;
  top: 100px;
  left: 20px;
  width: 600px;
  height: 600px;
}


#linkmenu {
  position: absolute;
  top: 100px;
  left: 635px;
  width: 200px;
}

#linkmenu ul {
  margin: 0px;
  padding: 0px;
}

#linkmenu ul li {
  display: block;
  margin-bottom: 10px;
  list-style-type: none;
}

#linkmenu ul li a {
  text-decoration: none;
  font-style: italic;
  font-size: .9em;
 display: block;
  padding: 25px 25px 25px 25px;
}

#linkmenu ul li a:link {
  background: transparent url(../images/linkbg.jpg) repeat-x;
  color: #E6E459;
}

#linkmenu ul li a:visited {
  background: transparent url(../images/linkbg.jpg) repeat-x;
  color: #E6E459;
}

#linkmenu ul li a:hover, a:active {
   background: transparent url(../images/linkroll.jpg) repeat-x;
  color: #C3C13F;
}

a:link {
	color: #E6E459;
	
}
a:visited {
	color: #E6E459;
}

a:active {
	color: #E6E459;
}

a:hover {
	color: #ffffff;
}

