* {
 font-family:Arial,Verdana,Helvetica,sans-serif;
 font-size:1em;
 margin:0;
 padding:0;
 color:black;
 font-weight:normal;
 text-decoration:none;
}
html {
 background-image:url('./images/background.jpg');
}
body {
 margin:50px;
}
li {
 margin-left:25px;
}
hr {
 margin:5px 0;
}
#banner {
 background-image:url('./images/top_rep.png');
 background-repeat:repeat-x;
 height:192px;
 -moz-border-radius:10px;
 -moz-border-radius-bottomleft:0;
}
#banner h1 {
 background-image:url('./images/logo3.png');
 background-repeat:no-repeat;
 padding-left:320px;
 padding-top:70px;
 font-size:70px;
 font-family:'Times New Roman', Times, serif;
 font-style:italic;
 height:108px;
 white-space:nowrap;
}
#navigation {
 background-image:url('./images/nav_top_indexed.png');
 background-repeat:no-repeat;
 width:250px;
 float:left;
 font-size:0.9em;
}
#navigation > ul {
 margin-top:26px;
 width:200px;
 background-image:url('./images/wood.png');
 padding-bottom:10px;
}
#navigation ul {
 list-style-type:none;
}
#navigation li {
 margin-left:20px;
}
#navigation a {
 display:block;
 background-image:url('./images/leather.png');
 background-repeat:no-repeat;
 width:110px;
 padding:2px 0 2px 5px;
 margin-top:4px;
 color:black;
 border:black solid 1px;
}
#navigation a:hover, #navigation a:focus {
 color:blue;
}
.menu-current {
 font-weight:bold;
}

#content {
 border:black solid 1px;
 background-image:url('./images/leather_bright.png');
 margin-left:245px;
 margin-top:10px;
 padding:10px;
 -moz-border-radius:10px;
}
#content h2 {
 font-weight:bold;
 font-size:1.2em;
 padding-left:10px;
 text-decoration:underline;
 margin:0 auto 20px auto;
}
#content a {
 color:blue;
}
#content a:hover, #content a:focus {
 text-decoration:underline;
}

#news, #news-prevnext {
 width:80%;
 margin:0 auto;
}

#news-prevnext {
 border-collapse:collapse;
 margin-top:5px;
 text-align:center;
}

#news-prevnext td {
 width:33%;
}

.news-item {
 background-image:url('./images/leather.png');
 margin-bottom:10px;
 border:black solid 1px;
}

.news-title {
 border-bottom:black solid 1px;
 padding:2px 10px;
 font-weight:bold;
}

.news-text {
 padding:5px;
}

.news-sub {
 display:block;
 font-size:0.7em;
 text-align:right;
}

.nixhier {
 display:none;
}

#gb-add, #gb-noentry {
 text-align:center;
 margin:5px 0;
}
#gb-prevnext {
 width:80%;
 margin:0 auto;
}
#gb-prevnext td {
 width:33%;
 text-align:center;
}
.gbentry {
 width:60%;
 margin:5px auto;
 border:black solid 1px;
 background-color:white;
}
.gbcontent {
 padding:5px;
}
.gbfooter {
 font-size:0.7em;
 text-align:right;
 display:block;
 border-top:black solid 1px;
}
