#container {
position: relative;
width: 710px;
margin-right: auto;
margin-left: auto;
background-image: url(/images/leftback.gif);
background-position: top left;
background-repeat: repeat-y;
z-index: 0;
}
#header {
position: absolute;
left: 0;
top: 0;
}
#leftcol {
position: relative;
float: left;
width: 135px;
margin-top: 105px;
}
#content {
position: relative;
float: right;
width: 570px;
min-height: 410px;
margin-top: 105px;
background-image: url(/images/rightback.gif);
background-position: top right;
background-repeat: repeat-y;
}
#wrapper {
position: relative;
margin-right: 30px
}
#footer {
position: relative;
margin-bottom: -20px;
z-index:-1;
}
#nav-menu {
width: 135px ;
background-color: #000000;
}
#nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
} 
#nav-menu li a:link, #nav-menu li a:visited {
color: #ffffff;
font-weight: bold;
display: block;
text-align: center;
text-decoration: none;
margin: 20px auto;
}
#nav-menu li a:hover {
color: #ffff00;
}
img {
border: none; 
}
h1 {
font-family: times new roman, serif;
font-size: xx-large;
font-style: italic;
font-weight: bold;
color: #880000;
}
h2 {
font-family: times new roman, serif;
font-size: large;
text-align: center;
color: #880000;
}
.news h3 {
text-decoration: underline;
}
#left-list {
text-align: right; 
position: absolute; 
right: 70%;
}
#right-list {
text-align: left; 
position: absolute; 
left: 30%;
}

