#frontpageContent {
    width: 100%;
}
#sidebar1{
    float:right;
	width:20%;
	height:100%;
	border: 1px solid #b5b5b5;
	border-top: 0;
	margin: 20px 0px 20px 20px;
	padding: 20px 10px 10px 20px;
	background: #CBD5D0 url(images/background_left_2.gif) repeat-x;
    //display:inline;
	font-size: 0.95em;
	height: 100%;
	line-height: 1.5em !important;
	
	
}


.entry{ 
	float:none;
 }
 
 #content {
	width:90%;
 }
.commentblock {
	width:70%;
}
.comment{
	width:100%;
}
.pagetitle a, .pagetitleshade a{
	//width:550px;
       left:10px;
}
#header {
	height: 181px;
	background: url(../../images/coalharbourheader.jpg);
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
width: 600px;
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 600px;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

