/* 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
*/ 
html, body{ 
 margin:0; 
 padding:10px; 
 font: 100% Georgia, serif;
 text-align:center; 
 color: black;
 background-image: url('http://annemarkis.com/images/tan-gradient.png');
 background-repeat:repeat-x;
} /*text is dark purple*/


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

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

a:visited {
	}

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


h3 {
letter-spacing: -1pt;
word-spacing: 4pt;
font-weight:bold;
}

#menu {
color: gray;
text-align: left;
float:left;
font-size: 30px;
font-family: Georgia, serif;
font-style: bold;
}

#maincol{
 background-color: white;  
 height: 850px;
 float: left; 
 display:inline; 
 position: relative; 
 width:90%; 
 margin: 0px auto;
  background-image:url("http://www.annemarkis.com/images/fancy-underline.png");
  background-repeat: no-repeat;
  border-left: 3px solid black;
  border-right: 3px solid black;

 } /*background color is light blue*/
 
#pagewidth{ 
 width:1050px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
} 
 

#twocols{
 width:91%; 
 float:right; 
 position:relative; 
  }

#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:500px;
line-height: 16px;
word-spacing: 0.3em;
}


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

.indent {
text-indent: 20px;
margin:10px;
padding:5px;
}

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

