		body {
		  background-color: black;
			font-family: Verdana,Arial; 
			font-size: small; 
			text-align: center; 
			color: #333; 
			line-height: 1.3; 
			padding: 0;
			margin: 0;
		}

		#container {
			width: 800px;
			border: none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: white;
			text-align: left;
		}
		
		#mailercontainer {
			width: 400px;
			border: none;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: white;
			text-align: left;
		}

		#mailerbanner {
			padding: 5px;
			margin-bottom: 0;
      text-align: left;
			background-color: #808080;
			height: 50px;
		}
		
		#wrap {
			border: 1px solid #111;
			padding: 0;
		}
    
    table {
        font-size : 12px;
    }    
    
    .top_panel td {
        white-space: nowrap;
    }
		
		#banner {
			padding: 5px;
			margin-bottom: 0;
      text-align: left;
			background-color: #808080;
			height: 100px;
		}
		
		#sidebar-a {
			float: left;
			width: 250px;
			margin: 0;
			margin-right: 0;
			padding: 5px;
			font: x-small Verdana,Arial;
			line-height: 1.2;
		}
		
		#content {
			padding: 5px;
			margin-left: 270px;
		}
		
		#footer {
			clear: both;
		}
		
		blockquote {
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			font-style: italic;
		}

		h1 {

			font-variant: small-caps;
			font-size: 225%;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			margin-bottom: 25px;
		}
		
		h1 span {
			color: #c90;
			font-style: italic;
			font-size: 35%;
			font-variant: normal;
		}


		.footer{
			text-align: center;
			font-weight: normal;
			text-transform : uppercase;
			font-size: 85%;
			color: #333;
			line-height: 1;

		}


		#content h2 {
			font-weight: bold;
			font-variant: small-caps;
			font-size: 165%;
			color: black;
			line-height: 0.85;
		}
		
		#content h2 .date {
			font-weight: normal;
			font-variant: small-caps;
			font-size: 50%;
			color: #333;
			line-height: 1;
		}
		
		#content h3 {
			font-weight: bold;
			font-size: 150%;
			color: black;
			text-align: center;
		}
		
		#article {
		  padding: 5px;
	    border: 1px solid #999;
		}


		#sidebar-a h2{
		  font: 11px verdana, arial;
			color: black;
		  font-weight: bold;
		  text-transform: uppercase;
		  padding: 0;
			border-bottom: 1px solid #333;
		}
		

		a:visited, a:link {
		  font-weight:bold;
			color: black;
			text-decoration: none;
		}

		a:hover {
			font-weight:bold;
			color: #404040;
			text-decoration: none;
		}
              
                h1 a:visited, h1 a:link, h1 a:hover {
			font-variant: small-caps;
			color: #ccc;
			font-style: normal;
			line-height: 1;
			border-bottom: none;
		}
		
		.date_linkdump {
			color: #666;
			font-family: verdana, arial;
			font-size: 10px;
			line-height: 16px;
			font-weight: normal;
			float: right;
		}
		#comments {
		  padding: 2px;
	    border: 1px solid #999;
		}