body {
	margin : 0;
	padding : 0;
	 font:8pt/18px verdana, arial, sans-serif;
	color : #333;
	background-color : white;
	}

p {
	font : 8px/10px verdana, arial, helvetica, sans-serif;
	margin : 0 0 16px 0;
	padding : 0;
        text-align : left;
	}

#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

a {
	color : #09c;
	text-decoration : none;
	font-weight : 600;
	font-family : verdana, arial, helvetica, sans-serif;
	}

a:link {color:#041B4A;}
a:visited {color:#041B4A;}
a:hover {background-color:#eee;}

#header {
	margin : 0 0 0px 0;
	padding : 30px 40px 30px 30px;
	height : 75px;
width : 947px;

border-left : 0px solid #16189F;
border-right : 0px solid #000;
border-top: 0px solid #000;
border-bottom : 4px solid #000;

        }

#date {
	margin : 0px 600px 0px 90px;
	padding : 10px;
font:12px, georgia;
               
	
	line-height : 28px;
	font-weight : bold;
text-transform: uppercase;
border-left : 0px solid #16189F;
border-right : 0px solid #000;
border-top: 0px solid #000;
border-bottom : 0px dotted #000;
background: #fff;
	color : #000000;
	}

#content {
	margin : 0 290px 50px 10px;
	padding : 10px;
	}

#sidebar {
	position : absolute;
	top : 200px;
	right : 20px;
	width : 250px;
	padding :10px;
	background-color : #fff;
	border-left : 0px solid #000;
	line-height : 17px;
font:10px tahoma, sans-serif;
                font-weight:normal;
                color:#000; 
                text-align:left;
        }

#bottom{
font:10px tahoma, sans-serif;
                font-weight:bold;
                color:#000; 
width : 400px;
position : absolute;
	
	left : 175px;

                text-align:left;}

.date-header	{ 
		font:12pt georgia, arial, sans-serif;
                font-weight:normal;
                color:#fff; 
                text-align:left;
                margin-right:20px;
		}

span.title	{ 
		line-height : 10px;
font:14px verdana, sans-serif;
                font-weight:normal;
                color:#000; 
                text-align:center;

                padding-bottom : 10px;
                }

span.tag	{ 
		line-height : 09px;
font:10px tahoma, sans-serif;
                font-weight:bold;
                color:#000; 
                text-align:left;

                padding-bottom : 10px;
                }

.entry-header	{
		font:12pt georgia, arial, sans-serif;
                                font-weight:normal;
color : #000000;
text-transform: uppercase; 
text-align:center;
border-left:1px dotted #000;
border-right:1px dotted #000;
border-top:1px dotted #000;
border-bottom:1px dotted #000;
background:#fff;
                                
		}


.entry-title	{
		font:11pt georgia, arial, sans-serif;
                                font-weight:bold;
text-align: center;
border-left:0px dotted #000;
border-right:0px dotted #000;
border-top:0px dotted #000;
border-bottom:2px dotted #000;
background:#fff;
                                color:#000;
}

.entry-footer  { 
		font-family:verdana, arial, sans-serif; 
		font-size: 11px; 
		color: #666; 
                border-top:0px solid #ccc;
                margin-top:15px;
		margin-bottom:35px;
		}	

.post-footers  { 
		font-family:verdana, arial, sans-serif; 
		font-size: 6px; 
		color: #666; 
                border-top:0px solid #ccc;
                margin-top:15px;
		margin-bottom:35px;
		}	

#navcontainer
{
margin: 0px 0 0 10px;
padding: 0;
height: 30px;
text-align : center;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer { margin-left: 20px; }

/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}

#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
