/*
body 
{
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0%; 
}
*/

h1.footer
{
	color: #009e61;
	background-image: url('footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom center; 
	position:absolute;
	bottom:0;
}


div.sidebar
{
	margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  position: fixed;
  top: 220;
  left: 90;
  width: 15em;
  right: auto;
}

div.sidebar p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #ce1127;
  border: thin outset #900;
  color: white;
}

div.sidebar a, div.banner em { display: block; margin: 0 0.5em }
div.sidebar a, div.banner em { border-top: 2px groove #900 }
div.sidebar a:first-child { border-top: none }
div.sidebar em { color: #ce1127 }

div.sidebar a:link { text-decoration: none; color: white }
div.sidebar a:visited { text-decoration: none; color: #CCC }
div.sidebar a:hover { background: black; color: white }
}


p 
{
	max-width: 175px;	
	margin-top: 100px
}

div.footer
{
	left: auto;
	right: auto;
	bottom: 0;
	
	
}

h1
{
	font-size: "5";
	font-family: Arial, sans-serif;
	font-color: black;
}

h2
{
	font-size: "4";
	font-family: Arial, sans-serif;
	font-color: black;
}

a.side:link
{
	text-decoration: none;
	color: black;
}
a.side:visited
{
	text-decoration: none;
	color: black;
}
a.side:hover
{
	background: black;
	color: white;
}


a.main:link
{
	text-decoration: none;
	color: white;
}
a.main:visited
{
	text-decoration: none;
	color: white;
}
a.main:hover
{
	background: black;
	color: white;
}


a.download:link
{
	text-decoration: none;
	color: white;
}
a.download:visited
{
	text-decoration: none;
	color: white;
}
a.download:hover
{
	background: black;
	color: white;
	
}













HR 
{
    height:1px;
    width:30%;
    background:#009e61;
      
}
