html, body 
	{
		font-family: Helvetica, Arial, Verdana, sans-serif;
		background-color: white;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
	}

a img, #disqus_thread a
	{ 
		border:0;
	}
	
#header
	{
		margin: 0;
		margin-right: auto;
		margin-left: auto;
		width: 690px;
		height: 180px;
		background: url(header_blog.png) top left no-repeat;
		line-height: 0;
		padding: 0;
		text-indent: -5000px;
	}

.container
	{
		width: 673px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		padding: 0;
		overflow: auto;
	}


#columnone
	{
		float: left;
		width:60%;
		padding: 3px;
		background-color:#fff;
		color: #3d3f44;
		/*border: 1px #cbcbcb solid;*/
		font-size: .9em;
		xfont-weight: bold; 
		color: #3d3f44;;
	}

#columntwo
	{
		float: right;
		width: 35%;
		margin-left: 2%;
		padding: 3px;
		background-color:#fff;
		color: #3d3f44;
		/*border: 1px #cbcbcb solid;*/
		font-size: .9em;
		font-weight: bold; 
		color: #3d3f44;
	}

.noshow
	{
		display: none;
	}

.sectiontitles
	{
		font-size: .85em;
		font-weight: normal;
		color: #7d7d7d;
		margin-bottom: 10px;
		margin-top: 0;
	}
	
.title
	{
		font-size: 1.5em;
		color: #6da5dc;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 0;
	}
.title a
	{
		color: #6da5dc;
		text-decoration: none;
		border: 0;
	}
.title a:hover
	{
		color: #ce3d35;
		border-bottom: 1px dotted #ce3d35;
	}



.content
	{
		font-size: .95em;
		color: #484848;
		line-height: 1.4em;
		font-weight: normal;
		margin-bottom: 15px;
		margin-top: 0;
	}


.dandp
	{
		font-size: .85em;
		font-weight: normal;
		color: #7d7d7d;
		margin-bottom: 10px;
		margin-top: 0;
	}


.dandp a, a
	{
		color: #484848;
		text-decoration: none;
		border-bottom: 1px dotted #484848;
	}
	
.dandp a:hover, a:hover
	{
		color: #ce3d35;
		border-bottom: 1px dotted #ce3d35;
	}
	
.dottedline
	{
		border-bottom: 1px #484848 dotted;
	}

.archive, .archive ul, .archive li
	{
		font-size: .98em;
		line-height: 1.2em;
		margin:0;
		padding:0;
		list-style-type:none;
		font-weight: normal;
		margin-bottom: 5px;
	}
	
.archive li a
	{
		text-decoration: none;
		color: #484848;
		border-bottom: 1px dotted #484848;
	}

.archive li a:hover
	{
		color: #ce3d35;
		border-bottom: 1px dotted #ce3d35;
	}
	
ul.archive_year  
	{
		margin-top: 5px;
		margin-left: 1em;	
		list-style-type: none;
		font-weight: normal;
	}

.links ul
	{
		margin: 0;
		padding: 0;
	}
		
.links ul li
	{
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: .95em;
		font-weight: normal;
		margin-bottom: 8px;
		line-height: 1.3em;
	}
	
.links a
	{
		color: #484848;
		text-decoration: none;
		border-bottom: 1px dotted #484848;
	}

.links a:hover
	{
		color: #ce3d35;
		border-bottom: 1px dotted #ce3d35;
	}

#footer
	{
		padding: 2px;
	}

#bl
	{
		text-align: center;
		
	}