body {
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
}

div#left {
	position:absolute; 
	left:10px; 
	top:10px; 
	width:200px; 
	height:575px; 
	z-index:1;
	background-image: url(/images/johnnywhite.jpg);
	background-repeat: no-repeat;
	color: #fff;
	padding: 130px 30px 0px 30px;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	line-height: normal;
}

div#left h1 {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}

div#left  p {
	padding: 0px;
	margin: 0 0 0 10px;
	width: 100%;
}


div#left a {
	color: #ffffff;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
}

div#left a:hover{
	text-decoration: none;
	border-bottom-style: solid;
}

div#search {
	position: static;
	margin-top: 50px;
}







div#content {
	position:absolute; 
	left:220px; 
	top:10px; 
	width:550px; 
	z-index:1;
}







div#header {
	position: static;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
}

div#header a {
	color: #000000;
	text-decoration: none;
}

div#header a:hover {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}





div.entry {
	position:static; 
	margin-top: 50px;
	z-index:2;
}

div.entry h1 {
	font-family: Trebuchet, verdana, arial;
	font-size: 14px;
}

div.entry h2 {
	font-family: arial;
	font-size: 13px;
	margin-bottom: -10px;
}

div.entry p {
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}



div.entry a {
	color: blue;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: blue;
	border-bottom-width: 1px;
}

div.entry a:hover {
	text-decoration: none;
	border-bottom-style: solid;
}





div.date {
	position: static;
	float: right;
	height: 100px;
	width: 120px;
	padding: 10px;
	margin-left: 10px;
	border-left: dotted black 1px;
	border-bottom: dotted black 1px;
}

div.date p {
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;

	margin: 0px;
	padding: 0px;
	text-align: right;
}

p.date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 30px;
}

div.date a {
	color: #000000;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

div.date a:hover {
	text-decoration: none;
	border-bottom-style: solid;
}






span.insetL, span.insetR{
	width: 180px;
	padding: 5px;
	display: block;
	line-height: normal;
	font-size: 95%;
	border-color: #dddddd;
}

span.insetL{
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 5px;
}

span.insetR{
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	margin-left: 5px;
}



p.commentinvite {
	font-size: 110%;
	font-weight: bold;
}