body {
	margin: 0;
	padding: 0;
	background: #222222 url(images/bg.gif) repeat-x fixed;
	font-family: "Bitstream Vera Sans", sans-serif;
	text-align: center;
}
div.main {
	background: white;
	color: black;
	width: 800px;
	position:relative;
	margin: 0 auto;
}

div.top {
	width:100%;
	background: #444444 url(images/bgl.gif);
        background-repeat: repeat-y;
	text-align: center;
}
div.topbox {
  margin: 5px;
  border: 1px solid black;
  padding: 15px 50px 10px 50px;
  background: #aaaaaa;
  text-align: left;
  -moz-border-radius:125px 125px 25px 25px;
}

div.leftpanel {

	margin: 5px;
	float: left; 
	width: 590px; 
	background: #fcc;
	-moz-border-radius:125px 125px 125px 125px;
}
div.leftbox {
	opacity:0.95;
  	margin: 10px;
  	border: 1px solid black;
  	padding: 0px ;
 	 background: grey;
  	text-align: left;
  	-moz-border-radius:5px 5px 0px 0px;
}

div.rightpanel {
	margin: 5px;
	float: left; 
	width: 190px; 
	background: #abc;
	text-align:left;
	-moz-border-radius:125px 125px 125px 125px;
}
div.rightbox {
	opacity:0.95;
 	 margin: 10px;
  	border: 1px solid black;
  	padding: 0 5px 5px 5px;
  	background: grey;
  	text-align: left;
  	-moz-border-radius:5px 5px 0px 0px;
}
   

p {
	padding-left: 15px;
	padding-right: 25px;
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #efefef;
}
.datesub {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #00CC99;
}
.subhead {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
a {
	color: #CC3366;}
a:link
        {color:#CC3366;}

a:visited
	{color:#aa1144;}
a:hover
	{color: #ee5588;text-decoration: none;}
a:active
	{color:#ff0000;}
.banner
	{text-align:center;}

.postimager{float:right}
.postimagec{
	text-align: center;
	margin: 5px 100px;
	padding: 5px auto 10px;
}
.postimagel{float:left}
table
{
	width:90%;
}
