/*Angels Haven Printing Instructions
Design: Tara J Kohinska, TaraJ Web Design
Date: 27 Jun 10*/


/*remove backgrounds, change fonts to printer-friendly*/

body {
 margin: 0;
 padding: 0;
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 color: #000;  background: #fff; 
 font-size: 12pt !important;
}

#wrapper { 
 color: #000; background-color: #fff;
 margin: 0 auto;
 border-style: none;
}

#header {
  display: none;
}

#printlogo {
  background-image: url(images/printlogo.gif);
  display: block;
  text-align: center;
}

#navbar {
	display: none;
}
/*content (left column) start*/
#leftcol {
  display: none;
}

/*right column) start*/
#rightcol {
 color: #000;  background-color: #fff;
 margin: 0.8em;
 padding: 0.8em;
 width: 55em;
 border-style: none;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14pt;
 text-align: center;
}

/*footer start*/
#footer {
 color: #000; background-color: #fff;
 font-size: 12pt !important;
 margin: 0 auto;
 width: auto;
 border-top: 1px groove #000;
}

.thispage {
 color: #78174b;
 font-weight: bold;
}

.footernav {
 display: none;
}
 
.copyright {
 font-size: 10pt;
 font-style: italic;
 text-align: center;
 padding: 12px;
}

/*about me page)*/

#about {
  color: #000; background-color: #fff;
  width: auto;
}

.text {
 font-size: 12pt;
 text-align: left;
}


/*clear left and right columns*/

.clearall {
  clear: both;
}


