/* top right bottom left */

body {
  background-color : #eee;
  text-align : center;
  margin : 0px;
  padding : 0px;
}

div#header, div#content, div#footer, div#menu {
  width : 700px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;

  border-width : 1px;
  border-style : none;
  border-color : black;
  display : table;
}

div#header {
  margin-top : 10px;
  border-style : solid;
}

div#menu {
  border-style : none solid solid solid;
  text-align : center;
  padding-bottom : 3px;
  padding-top : 3px;
}  

div#footer {
  border-style : none solid solid solid;
  text-align : center;
  padding-bottom : 3px;
  padding-top : 3px;
  font-size: 8px;
}  

div#content {
  padding-bottom : 10px;
  border-style : none solid solid solid;
  background-color : #ddd;
}

p, a {
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 12px;
}

p {
  margin : 0px 10px 0px 10px;
}

p.title {
  font-size: 24px;
  font-variant : small-caps;
}

p.titlemain {
  font-size: 24px;
  font-variant : small-caps;
  margin-top : 5px;
}

p.header {
  margin : 53px 7px 0px 0px;
}

p.bio {
  margin-right : 300px;
  margin-top : 10px;
}

p.updated {
  display : inline;
  float : right;
  text-align : right;
  margin-top=3px;
}


.left {
  display : inline;
  float : left;
  text-align : left;
}

.right {
  display : inline;
  float : right;
  text-align : right;
}

.rightpad {
  display :inline;
  float : right;
  text-align : right;
  margin-right : 20px;
  margin-left : 20px;
  margin-top : 20px;
  margin-bottom : 10px;
  border-style : solid;
  border-width : 1px;
}

.center {
  display : inline;
  float : center;
  text-align : center;
}

.footer {
    font-size: 10px;
}

img {
  border-width : 1px;
  border-style : solid solid solid solid;
  border-color : black;
}

img.bare {
  border-style : none none none none;
}

object {
  height : 400;
  width : 700;
  border-width : 0px;
  margin : 10px 0px 0px 0px;
  border-style : none;
  border-color : black;
  display : inline;
  float : left;
  text-align : left;
}  

table.eventlist {
  display : block;
  float : left;
  text-align : left;
  margin-top : 10px;
  margin-left : 10px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 12px;
}
table.mainmenu {
  display : block;
  float : left;
  text-align : left;
  margin-top : 50px;
  margin-left : 10px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 12px;
}

td {
  padding-bottom : 5px;
}

td.date {
  font-weight : bold;
  float : right;
  text-align :right;
  padding-right : 5px;
}
td.category {
  font-weight : bold;
  float : right;
  text-align :right;
  padding-right : 5px;
  width : 130;
}
td.description {
  text-align :left;
  padding-left : 3px;
  width : 250;
}
td.galleryleft {
  font-weight : bold;
  text-align :left;
  padding-left : 5px;
}
td.galleryright {
  font-weight : bold;
  text-align :right;
  padding-right : 5px;
}

a {
  text-decoration : none;
  color : #666;
}

a:hover {
  color : #000;
}

a.gallery {
  font-size : 14;
}
a.menu {
  color : #333;
  font-size : 12;
  font-weight : bold;
}
a.menu:hover {
  color : #000;
}

.br {
  margin-top : 10px;
}

