	body {
		margin: 0px;
		font-family: Hevetica, Verdana, Arial, sans-serif;
	}
	.top_line {
		text-align: right;
		font-weight: bold;
		font-size: 0.8em;
		background-color: #cccccc;
		padding-right: 1em;
		border-bottom: black 2px solid;
	}
	.top_line a {
		text-decoration: none;
		color: black;
	}
	h1.logo {
    margin: 0;
		color: white;
		background-color: black;
		text-align: center;
		font-size: 2.6em;
		font-weight: bold;
		background: url("/t.jpg") no-repeat black;
		height: 66px;
		border-top: white 1px solid;
		border-bottom: white 1px solid;
		padding-top: 1px;
		padding-bottom: 1px;
    letter-spacing: 15px;
    text-transform: lowercase;
	}
  h1.logo a {
    text-decoration: none;
    color: #fff;
  }
	#menu {
		width: 197px;
		margin-top: 2px;
		position: absolute;
		left: 0px;
	}
	.main_parent {
		border-top: 2px black solid;
		border-bottom: 2px black solid;
		background-color: #0066ff;
		margin: 0px;
	}
	.main_parent2 {
		margin-left: 200px;
		border-left: 1px white solid;
	}
	.main {
		padding: 1em;
		border-left: 2px #0066ff solid;
		/* border-left: #0066ff 200px solid; */
		background-color: white;
		margin: 0px;
		min-height: 30em;
	}
	.black_grey {
		color: #cccccc;
		height: 1px;
		border-top: black 2px solid;
		border-bottom: black 2px solid
	}
	.bottom_line {
		text-align: center;
		background-color: #cccccc;
		font-weight: bold;
		font-size: 0.8em;
		border-bottom: #cccccc solid 2px;
	}
	#menu h3 {
    margin: 0;
    padding-top: 5px;
		color: #cccccc;
		font-size: 1.2em;
		font-weight: bold;
		margin-left: 8px;
	}
  #menu ul {
    margin: 0;
    padding: 0;
  }
	#menu li:before {
		content: "» ";
	}
	#menu li {
		margin-left: 5px;
    padding: 0;
		font-weight: bold;
		font-size: 1.2em;
    list-style: none;
	}
	#menu li a {
		text-decoration: none;
		color: white;
	}
	#menu li a:hover {
		text-decoration: underline;
	}
	.archives_rss {
		font-size: 0.8em;
		text-align: center;
		margin-top: 0;
	}
	.archives_rss a {
		color: white;
	}
	.email_now {
		font-weight: bold;
		font-size: 1em;
		text-align: center;
		margin-top: 1em;
	}
	.email_now a {
		color: white;
	}
	.main p,blockquote,li {
		line-height: 1.4em;
	}
	/* Some old CSS */
	h2{ 
		color: #0066FF; 
		background-color: #eeeeee; 
		border: 1px #cccccc dashed;  
		padding: 5px; 
		margin-left: 10px; 
		text-indent: 20px;
		left: 0px;
	}
	h3{ color: #0066ff; clear: both; border-bottom: 1px #06f solid; }
  h4{ color: #666; margin-bottom: -10px; border-bottom: 1px #ccc solid; padding-bottom: 2px; padding-left: 10px; clear: both;}
  .hidden {
    display: none;
  }