/* Geo personal CSS File */

/* CSS Document */

body
	{margin: 0;
	background-color: #421811;
	font-family: Geneva, Arial, Tahoma, sans-serif;
	color: #191970;
	}
h1
	{font-family: Arial;
	color: #6B8E23;
	}
h2, h3, h4, h5
	{font-family: Arial;
	color: #6B8E23;
	margin-bottom: -.5em;
	}

/* Add to the pages the TWM letter image so that it shows on all pages that load. Not sure but I think that would go in the title section. */

#around-container{
  width: 900px;
  margin: 0 auto;
	background-color: FCE3B6;
  border: 1px solid #7B68EE;}

#container{
  width: 890px;
	
  margin: 0 auto;
	background-color: #FFFFCC;
  color: #483D8B;
  border: 3px solid #97BDFF;
  line-height: 130%;}

#sitenavl{
  float: left;
  width: 150px;
  height: 100%;
  margin: 0;}

#docright{
	float: right;
	width: 180px;
	height: 900px;
	margin-right: 5px;
	font-size: 12px;
	border-left: 2px dashed #6B8E23;
	background-color: #e2ecf8;}

#attribution{
	font-size: 12px;
	line-height: 125%;}
	
#footer{
	font-size: 12px;
	clear: both;
	margin-top: 20px;
	padding-left:.5em;
	color: #7B68EE;
	height: 6em;
	background: #e2ecf8;
	border-top: 1px dotted #7B68EE;
	text-align:center;
	vertical-align:bottom;}

#footer p{
	margin-bottom: -1em;
	line-height: 14px;
	vertical-align: middle;
	}

#content{
  margin-left: 170px;
  border-left: 3px dotted #97BDFF;
	padding: 8px;
  max-width: 46em;
	min-height: 22em;}
	
.article1{
	padding-bottom: 12px;
	border-bottom: 1px dashed #191970;}

#img.first{
	margin-left: 5px;
	padding: 3em;}

a:link {color:#7B68EE; text-decoration:none;}
a:visited {color:#7B68EE; text-decoration:none;}
a:active {color:#7B68EE; text-decoration:none;}
a:hover {color:#6B8E23;}

#banner img
	{	
	position: relative;
	top: 4px;
	left: 5px;
	border: none}

p img{
	float:left;
	padding: 3px;}

#added{
	font-size: 12px;
	line-height: 14px;
	}

#byline{
	font-size: .8em;
	text-align: right;
	margin-right: 60px;
	}
body