html, body { height: 100%; margin: 0px; padding: 0px; }
body { background: #f8f8f8; color: #6B6B6B; font-family: Verdana, Tahoma, Sans-Serif; font-size: 11px; }
table { border: 0px; }
table td { font-family: Verdana; font-size: 11px; padding: 0px; }
table td img { vertical-align: text-top; }
img { border-style: none; }
form { margin: 0px; padding: 0px; }
a { color: #3b84d0; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 0; padding: 0; }

#wrapper {
 padding: 0;
 width: 92%;
 margin: 10px auto;
 min-width: 1200px;
 text-align: left;
}
* html #wrapper {
 width: expression(document.body.clientWidth > 1200 ? 92% : document.body.clientWidth < 1200 ? "1200px" : "92%");
}

#page-empty { clear: both; height: 0px; }

#header-l { height: 150px; text-align: center; width: 510px; }
#header-r { background: url(/templates/cmsdle/images/logos.jpg) no-repeat top right; height: 150px; text-align: center; vertical-align: middle; width: 670px; }
.line { background: url(../images/stripe.gif) #F3F3F3; padding: 6px; text-align: left; text-transform: uppercase; font-weight:bold; }
#copyright { font: 11px Tahoma, Verdana; padding: 20px 0; }
.button { background: #BBC790; border: 2px solid #F3F3F3; color: #FFFFFF; font: 12px Tahoma, Verdana; padding: 3px 6px 4px; }
.short_story { padding: 10px 6px 6px; text-align: justify; }
.navigation { border: 0px; color: #666; margin: 10px 0; }
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active { background: #F9F9F9; border: 1px solid #E6E6E6; color: #636363; font-size: 11px; padding: 3px 6px; text-decoration: none; }
.navigation a:hover { background: #799AE3; border-color: #E6E6E6; color: #FFFFFF; }
.navigation span { background: #fff; border:1px solid #E6E6E6; color: #ccc; font-size: 11px; padding: 3px 6px; text-decoration: none; }
span.show-comments, span.show-more { background-image: url(../images/comments.gif); background-repeat: no-repeat; padding: 1px 0 5px 24px; }
span.show-more { background-image: url(../images/page_go.gif); }