body, html
{
 margin: 0px;
 padding: 0px;
 width: 100%;
 /* background: #efe39c; Firefox/Mozilla only? */
 color: #000000;
 text-align: center; /* IE 5 support */
}

a
{
 color: #3333ff;
}

a:visited
{
 color: #7777ff;
}

a img
{
 border: none;
}

a:hover
{
 color: #ff3333;
 text-decoration: none;
}

#centerer
{
 margin: 10px auto;
 max-width: 1000px;
 position: relative;
 font: normal normal normal .9em/1.5 verdana, tahoma, arial, helvetica, sans-serif;
 background: #ffffff;
 text-align: left; /* IE 5 support */
}

#header
{
 position: absolute;
 top: -10px;
 left: 10px;
}

#left
{
 position: relative;
 width: 200px;
 float: left;
}

#navigation
{
 position: relative;
 top: 155px;
 margin-left: 10px;
 width: 190px;
 /* background-color: #dedbff; Firefox/Mozilla Only? */
}

#tnav
{
 float: right;
 position: relative;
 right: -2em;
 margin-bottom: 2em;
 width: 230px;
}

.advertical
{
 clear: right;
 float: right;
 position: relative;
 right: -2em;
 margin-bottom: 2em;
 width: 170px;
}

.ad
{
 width: 100%;
 overflow: hidden;
}

#tnav #title
{
 padding: 3px 10px 3px 10px;
}

#navigation ul, #tnav ul
{
 margin: 0px;
 padding: 0px 5px 0px 5px;
 list-style-type: none;
}

#navigation ul ul
{
 padding: 0px;
 /* border-bottom: none; */
}

#navigation a, #tnav a
{
 display: block;
 padding: 2px 10px 2px 10px;
 text-decoration: none;
 margin-bottom: 5px;
 color: #3333ff;
}

#navigation ul ul a
{
 padding-left: 1em;
}

#navigation a:hover, #navigation a#active, #navigation a.navsec, #tnav a:hover
{
 background: #eeeeff;
}

#right
{
 position: relative;
 margin-left: 215px;
 min-height: 550px;
}

#bread
{
 width: 95%;
 position: relative;
 top: -15px;
}

#bread div.crumbs 
{
 padding: 15px 0px 0px 10px;
}

#main
{
 padding-right: 3em;
}

#footer
{
 clear: both;
 width: 95%;
 text-align: center;
}

#footer p
{
 padding-left: 10px;
 margin: 0px;
}

.white, .blue {
 height: 15px; }

.top
{
 width: 100%;
}

.top div
{
 float: right;
 width: 15px;
 background-position: 100% 0;
}

.bottom
{
 width: 100%;
 background-position: 0 100%;
}

.bottom div
{
 float: right;
 width: 15px;
 background-position: 100% 100%;
}

.entry p
{
 margin-left: 3em;
}

.entry h3
{
 border-bottom: 1px solid #bbbbbb;
}

.indent
{
 margin-left: 3em;
}

.small
{
 font-size: small;
}

.center
{
 text-align: center;
}

