﻿body {
background-image: url(images/image.gif);
background-repeat: repeat;
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
border:0px;
width: 100%;
overflow:auto;
text-align: center;
height:auto;
padding-bottom: 0px; 
margin: 0px auto; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 0px;
}

#wrapper {
position: relative;
background-color:green;
margin-top: 10px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
overflow:auto;
border: 1px solid #000000;
width: 80%;
}

#container {
position: relative;
background-color: white;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 5px; 
margin-left: 5px; 
padding-left: 0px; 
padding-right: 0px; 
padding-top: 10px;
padding-bottom: 0px;
overflow:auto;
height:auto; 
}

#banner{
margin-bottom: 5px;
overflow: hidden;
border: 0px;
height: 120;
width: 100%; 
text-align: center;
}

#menu { 
list-style-type: none; 
font-family: verdana, arial, helvetica, sans-serif; 
font-size: 12px; 
font-weight:bold;
text-decoration: none; 
margin-bottom: 5px;
width: 100%;
}

ul#navlist {
text-align:center; 
padding: 0px;
margin: 0px;
padding-right: 15px; 
line-height: 2.25;
margin-left: auto;
margin-right: auto;
white-space: wrap;
}

ul#navlist li {
display: inline;
margin-left: auto;
margin-right: auto;
width: auto; 
padding-right: 5px; 
padding-left: 5px; 
}

ul#navlist a { 
padding: .25em 1em;
border-bottom: solid 1px #39f;
border-top: solid 1px #39f;
border-right: solid 1px #39f;
padding: 2px 2px; 
}

#navlist a:link, #navlist a:visited {
color: white;
background-color: green;
text-decoration: none;
}

#navlist a:hover {
color: #fff;
background-color: #817339;
text-decoration: none;
}

h1 {
position: absolute;
color:yellow; 
font-size:16.48px;
top: 0px;
left: 1.8em;
font-weight: bold;
}

h2 {
color:red; 
font-size:16px;
font-weight: bold;
text-align: left;
}

#contents { 
text-align: justify; 
margin-bottom: 10px;
}

#ads {
width:auto; 
height:auto; 
text-align: center; 
}

.style {
color: blue;
}

.list {
list-style-type: square; 
line-height: 2;
}

.heading {
color: blue;
font-weight: bold;
text-decoration: underline;
}

#footer{
margin-bottom: 10px;
clear: both;
}

.left {
float: left;
padding: 10px 10px 0px 0px;
width: 20%;
}

.middle {
top: 10px;
margin-left: 0px;
margin-right: 0px;
width: 80%;
text-align: justify; 
}

.right {
float: right;
padding: 0px 10px 0px 10px;
width: 20%;
}

