/* CSS Document */
/** {
   padding:0;
   margin:0;
}*/
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
html, body {
	min-height:100%;
	margin-bottom: 1px;
    font-size: 87%;
  }

body{
     font-family: "Trebuchet MS", Tahoma, Arial;
     margin-top:10px;
     background-repeat: repeat-x;
     background-color: #fff;
}
h1 { 
  font-size: 1.2em; 
  color:#433823;
  font-weight: bold;
  }
h2 { 
  font-size: 1em; 
  color: #575040;
  font-weight: bold;
  font-style:italic
  }
p, td, li { 
   color: #575040;
}
ul { 
   list-style-position: outside;
   margin: 15px;
   padding: 15px;
   }
 .p_gry_small {
     color: #CCCCCC}
.p_small_dark {
    color:#333300;
	font-size: 0.85em;
	font-style:italic;
	}	
.p_med_dark {
    color:#333300;
	font-size: 0.9em;
	}	 
a {	
  color: #330033;
  }

a:hover { 
  color: #9F7264;
}  


/* ********* layout dividers ****** */
#printheader {
	display: none;
}
#topnav {
  height: 25px;
  text-align: right;
  padding-right: 50px;
  padding-top: 5px;
  background-image:url(images/topnav.jpg);
}

#header1 {
  background-image: url(images/header_p1.jpg); height: 100px;
}

#header2 {
  background-image: url(images/header_p2.jpg); height: 109px;
}

#wrap {
  background-image: url(images/pp_bg.jpg); 
  margin: 0px auto; width: 770px; 
}

#main-content {
  display: inline; float: left; margin-left: 30px; width: 425px;
  padding-left: 10px;
  padding-top: 10px;
}
#main-content-wide {
  margin-left: 10px; 
  width: 550px;
  padding-left: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#right {
  padding:10px;
  float: left; 
  width: 200px
}

#left {
  Margin-left: 10px;
  padding-top: 10px;
  float: left; 
  width: 260px
}
#foot {
  clear: both;
  
  height: 35px;
  background-image: url(images/footer.jpg);
  background-repeat:no-repeat;
}
a.foot_link { 
   color:#4A4436;
   text-decoration:none;
   font-size: 0.9em;
   }
a.foot_link:hover, a.foot_link:active   { 
   color:#E0DEC9;
   text-decoration:underline;
   
  }
 a.nav_link, a.nav_link:visited { 
   color:#E0DEC9;
   text-decoration:none;
    font-weight: bold;
   font-size: 0.9em;
   
   }
a.nav_link:hover, a.nav_link:active   { 
   color:#C0B7AD;
   font-weight: bold;
   text-decoration:none;
   font-size: 0.9em; 
   
   }
  
/********** Top Nav buttons    *******/

.shaded_box {
   background-color:#CCCC99;
   padding: 10px;
   padding-bottom: 0px; 
   width: 80%;
   margin-left: 30px;
   }
.div_planethome { 
   background:none;
   float: left;
   padding-left: 15px;
   }
 .padright {
 	padding-right: 5px;
	}  
 .padleft {
 	padding-left: 5px;
	}  
.text_center {
	text-align:center;
}