body {
 background: #cfcfcf;
 color: #000000;
 font-size: 12pt;
 font-family: helvetica;
 background-image: url("./img/bg.jpg");
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: 400px 50px;
}

a {
  color: #6e4f83;
}

.mainLeftColumn
{
float: left;
clear: right;
margin-bottom: 10px;
display: inline;
width:620px;
}
.mainRightColumn
{
font-size: 8pt;
float: left;
width: 180px;
}

.upperLinkGroup
{
text-align: center;
}
.footer
{
 margin-top: 20px;
 text-align: center;
 font-size: 9pt;
}

.footer .bar
{
 background:transparent url(img/css/vert.png) repeat-x 0px 0px;
 width: 50%;
 margin-left: auto;
 margin-right: auto;
 height: 4px;
}

.divider
{
 margin-top: 6px;
 margin-bottom: 6px;
 text-align: center;
}


.postHeader
{
/*
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 10px;
*/
}

.postHeader .title
{
 font-weight: bold;
 float: left;
 clear: right;
// width: 72%;
}
.postHeader .subtitle
{
 float: left;
 clear: right;
 margin-left: 15px;
}
.postHeader .date
{
 float: right;
}

.prevLink
{
 float: left;
 clear: right;
}
.nextLink
{
 float: right;
}


.tagList
{
 margin-top: 6px;
 margin-bottom: 6px;
 margin-right: 10px;
 float: right;
 clear: both;
}

.imageGroup
{
 margin-top: 6px;
 margin-bottom: 6px;
}
.imageGroup img {
 border:0px;
}


.enclosure {
 margin:0px auto;
 margin-left:5px;
 margin-bottom: 15px;
 min-width:10em;
 color:#000000;
}

.enclosure .hd .c,
.enclosure .ft .c {
 font-size:1px; 
 height:6px;
}

.enclosure .ft .c {
 height:6px;
}

.enclosure .hd {
 background:transparent url(img/css/horiz.png) no-repeat 0px 0px;
}

.enclosure .hd .c {
 background:transparent url(img/css/horiz.png) no-repeat right 0px;
}

.enclosure .bd {
 background:transparent url(img/css/vert.png) repeat-y 0px 0px;
}

.enclosure .bd .c {
 background:transparent url(img/css/vert.png) repeat-y right 0px;
}

.enclosure .bd .c .s {
 margin: 0px 4px 0px 4px;
 padding-left: 10px;
 padding-right: 5px;
 padding-bottom: 5px;
}

.enclosure .ft {
 background:transparent url(img/css/horiz.png) no-repeat 0px 0px;
}

.enclosure .ft .c {
 background:transparent url(img/css/horiz.png) no-repeat right 0px;
}

