html, body {
   margin: 0;
   padding: 0;
  
}
body {
   margin: 0px;
   padding: 0px;
   text-align: center;
   background: #ffffff
         url(layout/background.png);
   background-repeat: repeat-x;
   background-position: 30px 0px;
   overflow-y: scroll;
}
#header {
   margin-top: 0px;
   margin-right: auto;
   margin-left: auto;
   height: 290px;
}
#content {
   background: #ffffff;
   margin:0px auto;
   padding: 5px;
   height: 100px;
   width: 500px;
   text-align: justify;
   font-family: arial;
   font-size: 11px;
   color: #5482A4;   
   word-spacing: 2px;
   position: relative;
}
a:link {
   text-decoration: none;
   color: #D6C42D;
}
a:visited {
   text-decoration: none;
   color: #D6C42D;
}
a:active {
   text-decoration: none;
   color: #D6C42D;
}
a:hover {
   text-decoration: none;
   color: #D6C42D;
}
b, strong {
   text-decoration: none;
   color: #69AB49;
}
div.gallery {
   padding: 3px;
   border: none;
}
h2 {
   margin: 0px;
   padding: 1px;
   text-decoration: none;
   text-indent: 20px;
   font-style: none;
   font-size: 20px;
   font-family: century schoolbook;
   font-weight: normal;
   color: #638C47;
   letter-spacing: 5px;
}
h3 {
   margin: 0px;
   padding: 2px;
   text-decoration: none;
   text-indent: 30px;
   font-size: 10px;
   font-family: arial;
   font-weight: normal;
   color: #7AB8CC;
   letter-spacing: 4px;
}
h4 {
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   font-size: 14px;
   font-family: arial;
   font-weight: normal;
   color: #B6A40E;
   letter-spacing: 4px;
}
i {
   color: #B6A40E;
}
img {
   border: none;
}
ul.sidemenu {
   margin: 0px 4px;
   padding: 0px;
   float: right;
   text-align: center;
   list-style: none;
   font-family: verdana, arial;
   font-size: 10px;
   border-bottom: 1px solid #ffffff;
   width: 100px;
   background-color: #ffffff;
}
ul.sidemenu li {
   border-top: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
   border-right: 1px solid #ffffff;
}
ul.sidemenu li a {
   text-decoration: none;
   display: block;
   width: 78px;
   color: #69AB49;
   font-weight: bold;
   padding: 2px 10px;
}
ul.sidemenu li a:hover {
   background-color: #D6C42D;
   color: #ffffff;
}
/*Default style for SPAN icons. Edit if desired: */

.iconspan{
   float: left;
   margin: 3px;
   cursor:hand;
   cursor:pointer;
   font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
   font-weight: bold;
   padding: 3px;
}

div.eg-bar{
   width: 500px;
}

.icongroup1{
   width: 500px;
   padding: 4px;
}

