/* HTML Tags */
body {
   background-image: url(../images/st_bg.gif);
   font: 14px Arial, Helvetica, sans-serif;
   color: #4c423e;
   padding:0px;
   margin:0px;
}
a {
   color:#4c423e;
   text-decoration:none;
   font-weight:bold;
}
a:hover {
   text-decoration:underline;
}
h1 {
   font: 17px Georgia, serif;		
   color: #4c423e;
   font-style:italic;
   margin-top: 25px;
   font-weight: bold;
}
ul {
	font-size: 11px;
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
li {
	padding-left: 10px;
}
img {
	border: 0;
}
/* ID's */
#headerbar {
  height:20px;
  width:100%;
  background-color: #4c423e;
}
#bottomnavi{
	margin-top: 30px;
	font-size: 11px;
	text-align: center;
}
#copyright {
  color: #8f827c;
  text-align: center;
  font-size: 10px;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* Classes */
.georgian-italic {
   font: 17px Georgia, serif;		
   color: #4c423e;
   font-style:italic;
}
.grey {
	color: #879fab;
}
.orange {
    color: #ee8744;
}
.green {
	color: #86b004;
}
.sectionheading {
	margin-top: 20px;
}
.small {
	font-size: 11px;
}
.keywords {
	visibility: hidden;
	font-size: 0;
}