
body {
 background-color: white;
 background-image: url("images/bkg.jpg");
 background-repeat: repeat-x;
 color:black;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:16pt;
}

h1 {font-size:36pt;}
h2 {font-size:24pt;}
h3 {font-size:18pt;}
h4 {font-size:16pt;}
h5 {font-size:14pt;}
h6 {font-size:12pt;}


#paper {
 display:block;
 background:white;
 width: 880px;
 margin-left: auto;
 margin-right: auto;
}

#header {
 background-image: url("images/header.jpg") ;
 background-repeat: no-repeat;
 height: 220px;

}



#navbar {
 text-align: right;
 font-variant: small-caps;
}


#navbar li {
 list-style-type: none;
 display: inline;
 padding-right: 1em;
}


#sitename {
 display: block;
 float: left;
 width: 30%;
 padding-left: 40px;
 font-size: 18pt;
}
#sitedesc {
 font-size: 12pt;
 font-style: italic;
}

/* gallery specifics */

ul.gallery li {
 margin : 0px;
 border : none;
 height : 240px;
 width : 182px;
 float : left;
 text-align : center;
 list-style-type : none;
}

ul.gallery a
{
 display : block;
 text-align : center;
 height: 180px;
 margin : 0px;
 border : none;
}

ul.gallery a:hover {border: 1px solid #dd9900; }

ul.gallery a img {
 align : middle;
 border : none;
}

/* general style */

a {
 text-decoration: none;
 color: #664400;
}

a:hover {
 color: #DD9900;
}

img.mural {
 display: block;
 width: 200;
}

img {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.caption {
 display: block;
 text-align: center;
 font-size: 12pt;
}

#sidebar {
/* background: aqua;  cyan; */
 float: right;
 width: 23%;
 font-size 12pt;
 margin: 1%;
}

#page {
 display: block;
 float:left;
 width: 67%;
 margin: 3%;
 font-size: 12pt;
/* background: yellow; */
}

#footer {
 clear:both;
 text-align:center;
 font-size: 10pt;
/* background: green; */
}

.newsblock {
  border: thick solid gray;
  text-align: center;
}