body {
margin:0px 0px; padding:0px;
text-align:center;
background: #000000 url(images/top-bg.jpg) repeat-x;
color: #DEDEDE;
font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font-weight: normal;
font-size: 13px;
}

#wrapper {
width: 850px;
margin:0px auto;
text-align:left;
}

#content {
width: 850px;
min-height: 424px;
margin: 0px 0px 0px 0px;
float: left;
background: url(images/main_bg.jpg) no-repeat;
}

#left {
float: left;
width: 200px;
min-height: 500px;
}

#right {
float: left;
width: 610px;
margin-left: 20px;
margin-right: 0px;
margin-bottom: 20px;
font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 1.5em;
}

#post {
float: left;
width: 610px;
font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
font-weight: normal;
font-size: 13px;
line-height: 1.5em;
text-align: justify;
border-bottom: 1px dotted #3B3B3B;
}

#footer {
width: 100%;
float: left;
margin:0px auto;
padding: 15px 0px 20px 0px;
text-align: center;
background: url() repeat-x;
}

.footertext {
font-size: 11px;
font-family: Tahoma, Geneva, sans-serif;
color: #808080;
}

.date {
color: #00A99D;
}

.post-date {
	background: url(images/date-bg.jpg) 0 0 no-repeat;
	width:47px;
	height:48px;
	font-weight:bold; 
	color:#fff; 
	text-align:center
}

.post-date dt {
	font-size:13px;
	margin: 7px 0 0 0;
	}
.post-date dd {
	font-size:18px;
	margin: -4px 0 0 0; 
}

h2 {
        font-size: 20px;
        font-weight: normal;
        font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
        display: block;
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 0px dotted #272727;
        color: #FFFFFF;
}

a {
color: #00736A;
font-weight: none;
text-decoration: none;
}

a:hover {
color: #1E9D93;
text-decoration: underline;
}


