/*-- style based on example from 456 Berea St. www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/  */
  
body,html {
 margin:0;
 padding:0;
 }

body {
    min-width:750px;
    font-family:"times new roman", serif;
    font-size:1em;
    color: maroon;
    background-color:#a7a09a;
    }

#pagewidth
	{
    background:#fff;
    margin:0 auto;
    width:750px;
    }
	
#maincol
		{
		background-color: #fff;
		padding-left:1em;
		padding-right:1em;
		}
	
#header {
  background:#855C52; 
  height:240px;
  margin-bottom:-5px;
  }

#header h1 {
  padding:5px;
  margin:0;
  }

  

.dropcap
		{
		FONT-SIZE: 100px; 
		FLOAT: left; 
		COLOR: #008aa5; 
		LINE-HEIGHT: 70px; 
		FONT-FAMILY: Times, serif, Georgia;
		}

 ul
    {
    list-style-type: square;
    margin-left:1em;
    }
    a:link {
    text-decoration:none;
    }
    a:hover
    {
    text-decoration:underline;
    color: red;
    }
    h1, h2, h3, h4, h5
    {
    font-family: georia, "times new roman", serif;
    color: #008aa5;
    }
    h4
    {
    margin-bottom: -1.2em;
    }
    table
    {
    margin-left:2em;
    }
    .space
    {
    margin-right:1em;
    }
    strong
    {
    font-variant: small-caps;
    font-family: georgia, "times new roman", serif;
    color: #008aa5;
    }
	
/* -- styles borrowed from other sheet --*/

#nav
	{
	background-color:#CAA59B;
	text-align: center;
	text-transform:uppercase;
	font-size:.8em;
	font-family: verdana, arial, sans-serif;
	padding-top:3px;
	padding-bottom:3px;
	}

  #nav ul
{
  margin:0;
  padding:0;
  list-style:none;
  }
  #nav li
{
    display:inline;
    margin:0;
    padding:0;
    }


#nav a:link
	{
	text-decoration:none;
	color:#fff;
	 }

#nav a:hover
	{
	text-decoration:none;
	color:#613C33;
	 }

#nav a:visited
	{
	text-decoration:none;
	}

	#footer {
    background:#008aa5;
    clear:both;
    }
	
#footer p {
    padding:5px;
    margin:0;
    }
#footer
	{
	background-color:#0088A8;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size:.8em;
	height:1.4em;
	margin-top:0px;
	padding-top:3px;
	padding-bottom:3px;
   }

#footer a:link
	{
	text-decoration:none;
	color:#fff;
	 }

#footer a:hover
	{
	text-decoration:underline;
	color:brown;
	 }

#footer a:visited
	{
	text-decoration:none;
	}
	
.author
		{
		border:1px maroon solid;
		padding-left:.5em;
		padding-right:.5em;
		}
		
.authorimg
		{
		margin:.5em;
		}
