body {
  min-width: 750px;      /* 2x LC width + RC width */
  color:grey;
  background-color:white;
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  letter-spacing: 1px;
}
#container {
  padding-left: 250px;   /* LC width */
  padding-right: 250px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
  padding:30px 0px 0px 5px;
  width: 100%;
  height: 500px;
}
#left {
  width: 250px;          /* LC width */
  right: 250px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 225px;          /* RC width */
  margin-right: -250px;  /* RC width */
}
#footer {
  clear: both;
  padding: 10px;
}
/*** IE6 Fix ***/
* html #left {
  left: 300px;           /* RC width */
}


a:link {text-decoration: none;color:grey;}
a:visited {text-decoration: none;color:grey;}
a:active {text-decoration: none;color:grey;}
a:hover {text-decoration: underline;color:grey;}


#right .headertext {
        font-size: 14pt;
}

.smallheadertext {
        font-size: 14pt;
}

#left .nameheadertext a {
        font-size: 18pt;
        color: #a24212;
}
#left ul {
  padding:20px 0px 0px 10px;
  margin:0px;
  list-style:none;
}
#left li {
  padding-bottom:10px;
}


.caption { font-size: 11pt; }

.gallery_demo a{color:#348;text-decoration:none;outline:none;}
.gallery_demo a:hover{color:#67a;}
.gallery_demo_unstyled {margin-left:none;}

.gallery_demo li {
  float:left;
  width:80px;
  height:80px;
  margin:10px;
  padding: 5px;
  display: inline;
  overflow:hidden;
}

#center .iconbox ul {
  float:left;
  list-style:none;
  border:none;
  display: inline;
  overflow:hidden;
}
#center .iconbox ul li {
  display: inline;
  overflow:hidden;
}
#center .iconbox ul li img {
  border:none;
  padding-bottom: 10px;
}

#center ul {
  padding:10px;
  margin:0px;
  list-style:none;
}
#center li {
  padding:2px;
  margin-top:5px;
}
#center label {
  font-size: 12pt;
}

attachments {
  padding-top: 2px;
  position: relative;
}
.attachment-thumbnail {
 padding: 5px;
}
attachments a:link {text-decoration: none;color:white;}
attachments a:visited {text-decoration: none;color:white;}
attachments a:active {text-decoration: none;color:white;}
attachments a:hover {text-decoration: underline;color:white;}


