/**
  Princess Productions Style Sheet

  border: thin dotted #00FF00;
*/

body {
  background-color: #000000;
  font-family: "georgia" "Times New Roman" "serif"
  
}

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;
 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;
}

.leftcol {
    width: 350px;
    vertical-align: top;
}

.rightcol {
    width: 300px;
    vertical-align: top;
}

td {
    padding: 10px;
}

table {
    background-color: #aea796;
    color: #413523;
}

table h2 {
    color: #3d3930;
    margin:0;
    padding: 0;
    font-size: 1.3em;
}

input {
    border: 2px solid #8b7b65;
    font-family: "georgia", "Times New Roman", "serif";
    font-size: .9em;
    padding: 2px;
    color: #3d3930;
    
}

select {
    border: 2px solid #8b7b65;
    padding: 2px;
    color: #3d3930;
    font-family: "georgia", "Times New Roman", "serif";
    font-size: .9em;
}

option {

}

textarea {
    border: 2px solid #8b7b65;
    color: #3d3930;
    font-family: "georgia", "Times New Roman", "serif";
    font-size: .9em;
    line-height: 1.1em;
    padding: 3px;
}

input:focus, select:focus, option:focus, textarea:focus {
   background-color: #ffefd7;

}

