/* generated by csscreator.com 
   enhanced by anne markis
   
   colors to be used (http://www.colourlovers.com/palette/793354/Rainspoilt_day):
   #E7E0F7 - light, light blue
   #1E0114 - dark purple
   #6C3815 - standard brown
   #110F04 - deep, deep grey, black
   #F3DE93 - light sand
   ----new colors ---
   #e1c7d1 - pink
   #b0686b - dark pink/muffled red
   #f2edf7 - new light blue
   #5e6880 - muffled blue
*/ 
html, body{ 
 margin:0; 
 padding:0; 
 font: 100% Georgia, serif;
 text-align:center; 
 color: #1E0114;
} /*text is dark purple*/


a {
	color: #5e6880;
	text-decoration: none;
	} /* links are brown */

a:hover {
	text-decoration: underline;
	} /*hover is color of text*/

a:visited {
	}
	
tr {
	vertical-align: top;
	padding:10px;
}


h1 {
 text-align:center;
}

h2 {
letter-spacing: -1pt;
word-spacing: 4pt;
font-weight:normal;
}

h2#centered {
font-variant: small-caps;
text-align:center;
margin:10px auto;
letter-spacing: -1pt;
word-spacing: 4pt;
font-weight:normal;
}

#title 
{
font-variant: small-caps;
text-align:left;
margin:2px auto;
letter-spacing: -.8pt;
word-spacing: 4pt;
font-weight:bold;
font-size:140%;
}


h3 {
letter-spacing: -1pt;
word-spacing: 4pt;
font-weight:bold;
}
 
#pagewidth{ 
 width:1050px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
 width:9%; 
 height:1300px;
 float:left; 
 position:relative; 
 background-color:#110F04; 
 background-image: url("http://www.annemarkis.com/images/Timber_Bark-whyfacts.png");
 } /*bg is black*/
 
#twocols{
 width:91%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:10%; 
 height:1300px;
 float:right; 
 position:relative; 
 background-color:#110F04;
 background-image: url("http://www.annemarkis.com/images/Timber_Bark-whyfacts.png");
 /*border: medium solid #322C2C;*/
 } /*bg is black*/
 
#maincol{
 background-color: #E7E0F7;  
 height: 1300px;
 float: left; 
 display:inline; 
 position: relative; 
 width:90%; 
  background-image:url("http://www.annemarkis.com/images/fancy-underline-whyfacts.png");
  background-repeat: no-repeat;
 } /*background color is light blue*/
 
 
 
#main-content {
float: none;
display:inline;
}

 
#separator {
margin:0 auto;
text-align:center;
height: 50px;
background-image:url("http://www.annemarkis.com/images/fancy-separate.png");
background-repeat: no-repeat;
}
  
div#maincol p{
margin:5px auto;
padding:3px 3px;
max-width:425px;
line-height: 16px;
word-spacing: 0.3em;
}


#mainnavigation {
 text-align:center;
 border: medium solid #1E0114;
 font-variant: small-caps;
} /*purple border*/
 
#bottomnavigation {
text-align:center;
color:gray;
font-size:12px;
vertical-align:bottom;
}


.firstword {
font-variant: small-caps;
letter-spacing: 0.3em;
}
 
.emphasis {
color:black;
font-style: italic;
}
 
 
 
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* tables */
table {  
  width: 80%;   
  border: 1px solid #110F04; /*dark gray*/
  color: #1E0114; */ dark purple */
  background-color: #E7E0F7; /*light blue */
  clear:both;    
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
  margin:10px auto;
}
th {
  background-color: #e1c7d1;
  text-align: center;
  padding:1px;
  font-variant: small-caps;
  letter-spacing: -0.1em;
}
table tr td {
  padding:2px 2px;
  vertical-align:top;
  text-align: center;
}
table tr.altRow td {
  background: silver;
}