body {
font-size:12px;
font-family:verdana, arial, sans-serif;
margin:0px;/*Space between the double border and the page limits*/
background:url('images/bckgrd.jpg');
}
h1 {
font-size:20px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
a:link {color:#0000ff;}
a:visited {text-decoration: underline; color: #0000ff;}
a:hover {color: #333366; text-decoration: none;}

/*Holds the entire pages and centers the content*/
#container {
width: 995px;
margin-right: auto;
margin-left: auto;
border: double 4px #996600;/*Double border around the entire page*/
}
#header{
position: relative;
background-image: url("images/border.jpg");
background-repeat: repeat-x;
height: 200px;
z-index: 0;
}
.floatright {
float:right;
margin-left: 8px;
}
.floatleft {
float:left;
margin-right: 8px;
}
.title {
font: bold 24px Lucida Calligraphy;
margin-top: 0px;
padding-top: 12px;
}
/*Holds the menu, the main text and the images*/
#content {
Margin-top: 25px;
}
/*Holds the Dropdown menu*/
#menu {
width: 200px;
float: left;
margin: 85px 0px 0px 10px;
}
/*Holds the text and the images*/
#text{
margin: 0px 0px 0px 30px;
padding-right: 30px;
width: 710px;
float: right;
}
/*Holds the notices on the bottom of the home page*/
#notice {
float: left;
border: 2px solid #999;
/*background: #e9e6df;*/
width: 260px;
height: 240px;
margin: 5px 0px 20px 45px;
padding: 0px 0px 0px 10px;
}
a img {
border: none;
}
/* Footer */
#footer {
font-size:11px;
height:30px;
padding-top:10px;
background-image: url("images/headfill.jpg");
margin:10px 0px 1px 0px;/*3 px space around the Footer with 10px space above.*/
clear:both;/*To ensure that the footer will always appear below the Content and the Sidebar.*/
}
/*To create a space between the Menu and the Footer*/
.spacer {
height: 200px;
}
/*Block for avisforum on the index page*/
#avisforum {
position:absolute;
width: 130px;
height: 89px;
left: 40px;
top: 170px;
}
/*Create a left margin for the descriptive text underneath the items*/
#indent {
margin-left: 18px;
}
/*Start code for the counter*/
a.navCounter {
text-decoration: none;
}
a.navCounter:hover {
background: none;
}
a.navCounter span {
display: none;
}
a.navCounter:hover span {
display: inline;
position: absolute;
top: 198px;
left: 570px;
width: 0px;
height: 20px;
background: #ffffff;/*An image can be specified*/
text-align: left;
color: #000;
font-size: 1em;
}

#counter{/*Div holding the invisible trigger image*/
float: right;
margin-top: 22px;
margin-right: -6px;
}
/*End code for the counter*/