html
{
}
body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}
a {
	text-decoration: underline;
	color: #333333;
}
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}
.content {
	margin-right:10%;
	margin-left:10%;
	padding: 0px;
	height: 420px;
	width: 760px;
	background-color: #95B684;
	background-position: center;
}
.maincontent {
	border: 2px solid #000000;
	background-position: center;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 546px;
}
.whiteboxmain {
	height: auto;
	width: 624px;
	border: 6px solid #FFFFFF;
	background-image: url(images/tbs_bg.gif);
	margin: 0px;
	padding: 5px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.welcome {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.maincontentflav {
	border: 2px solid #000000;
	background-position: center;
	margin: 0px;
	padding: 0px;
	height: 357px;
	width: 535px;
}
.date-header
{
	margin-top: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
}

.entry-excerpt,
.entry-body,
.entry-more
{
   clear: both;
   text-align: left;
}
.entry-more-link
{
   clear: both;
   text-align: left;
   color:#CCCC66;
}

.entry-header
{
	background-image: url(images/star_leader.jpg);
	margin-top: 0;
	border-left: 5px;
	padding: 0 0 0 30;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left;
}

.entry-content,
.comment-content,
.trackback-content
{
   margin: 5;
   line-height: 1.5;
}

.entry-footer,
.comment-footer,
.trackback-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #ECE9D8;
   font-size: 10px;
   text-align: left;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 10px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0;
}
.whiteboxmain1 {
	height: auto;
	width: auto;
	background-image: url(images/tbs_bg.gif);
	padding: 0px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img.floatLeft 
{ 
float: left;
margin: 4px; 
}

img.floatright 
{ 
float: right;
margin: 4px; 
}