div.menu a, #menu a:visited {
  display:block;
  width:9em;
  border:1px solid #808;
  font-family:arial, verdana, sans-serif; /* ADDED */
  font-size:0.8em; /* ADDED */
  text-align:center; /* ADDED */
  text-decoration:none; /* ADDED */
  }
ul, ol {
list-style-image:url("/images/olorange.gif");
list-style-type:square;
}
div.menu {
  padding:0;
  margin:0;
  }
div.menu li {
  list-style-type:none;
  }

div.menu a, #menu a:visited {
  display:block;
  width:9em;
  border:1px solid #808;
  }

h1 {
padding-top: 10px;
font-size: 22px;
}

h1.a active {
font-size: 22px; 
}

h2 {
font-style: italic;
font-size: 22px;
font-weight: bold;
}

p {
font-size: 14px;
}
div.adsense-wrap {
        float: right;  
        margin-right: 5px;
}

div.adsense-wrap2 {
        margin-left: auto;
        margin-right: auto;
}

body {
background-color:#ccc;
}

#header {
background:#fff url(/img/header.jpg) 0 0 repeat-y;
height: 100px;
border-bottom: #000000 thick;
}

#title {
padding-top:30px;
}

#title h1, #title p {
color:#fff;
}

#bg {
background:#fff url(/img/content.png) 0 0 repeat-y;
padding-top:20px;
padding-bottom:20px;
}

#footer {
background:#ffffff url(/img/ftr.jpg) 0 0 no-repeat;
height:30px;
min-height:30px;
color: #ffffff;
text-align: center;
}
#footer a:link {
color: #ffffff;
text-decoration: underline;
background-color: #333333;
}

#footer a:visited {
color: #DDD;
text-decoration: underline;
background-color: #333333;
}

#footer a:hover {
color: #FFFFFF;
text-decoration: underline overline line-through;
background-color: #333333;
}

#footer a:active {
color: #FFFFFF;
text-decoration: overline underline;
background-color: #333333;
}
#copyright{
position: relative;
left: 50px;
width: 66%;
text-align:center;
float:left;
padding: 20px;
}

