#wrapper {
		width:806px;
		margin-left:auto;
        margin-right:auto;
        text-align:center;
}
#overall {
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 3px double #747474;
	background: #5d5d5d;
	text-align:left;
	float:left;
}

#banner {
	float:left;
	width:600px;
	text-align:left;
padding:2px;
margin:0px;
}

#navigation {
	width:794px;
	float:left;
	padding: 2px 2px 4px 2px;
	border-bottom: 1px solid #505050;
	border-top: 1px solid #505050;
	margin: 5px 2px 5px 2px;
}

.sitelink {
	background: #B3B3B3;
	border: 1px solid #505050;
	text-transform: lowercase;
	letter-spacing: .1em;
	font-family: verdana;
	color: #000000;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
	float:left;
	padding: 0px;
	margin: 2px 1px 2px 1px;
}

.sitelink a,
.sitelink a:visited,
.sitelink a:link {
	color: #000000;
	background: #B3B3B3;
	text-decoration: none;

}

.sitelink a:hover,
.sitelink a:active {
	color: #000000;
	background: #EEEEEE;
	text-decoration: none;
}

#content {
	float: left;
	width: 800px;
	pading: 0px;
	margin: 0px;
}


#posts {
	float:left;
	width:656px;
	margin: 0px;
	padding: 2px;
}

.postcontainer {
display:inline;
}

.postside{
	float:left;
	width: 96px;
	margin:0px 0px 0px 0px;
	border-right: 1px solid #3b3b3b;
	padding:0px 0px 0px 0px;
	text-align:right;
display:inline;
}

.caticon {
	width: 96px;
height:36px;
	float: right;
	text-align: right;
	margin:0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #3b3b3b;
	border-top: 1px solid #3b3b3b;
	border-left: 1px solid #3b3b3b;
}


.postsidedata {
	width: 92px;
	float: right;
	text-align: right;
	margin:0px;
	padding: 2px 3px 2px 2px;
	font-family: arial;
	font-size: 10px;
	line-height: 140%;
}

.postbody {
	float:left;
	width:550px;
	border: 1px solid #3b3b3b;
	margin: 0px 1px 0px -1px;
	background: #505050;
	padding: 2px 2px 10px 2px;
	font-family: Trebuchet MS, Trebuchet, Verdana, Sans Serif;
	font-size: 13px;
	line-height: 130%;
	text-align:justify;
	display:inline;
}

.postheader {
	float:left;
	width: 550px;
	height: 37px;
}
.posttitle{
	float:left;
	padding-top:15px;
	padding-left:3px;
	text-transform: capitalize;
	font-family: Helvetica;
	font-size: 16px;
	font-weight: bold;
}

.postdate {
	float:right;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	font-family: Helvetica;
	font-size: 10px;
}
.postbodyentry{
	
}

#sidebar {
	float: right;
	width: 136px;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}

.sidesection {
	float: right;
	width: 136px;
	margin: 0px;
	border: 1px solid #3b3b3b;
	background: #747474;
	margin-top: 1px;
	margin-bottom: 5px;
}

.sidesectiontitle {
	padding: 2px;
	margin: 0px;
	width: 132px;
	font-family: arial;
	font-size: 11px;
	letter-spacing: .2em;
	text-transform: uppercase;
	background: #3b3b3b;
}

.sidesectionlinks{
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 10px;
	line-height: 130%;
	text-align: left;
	width:132px;
letter-spacing: .1em;	

}

.sidesectionlinks a,
.sidesectionlinks a:link,
.sidesectionlinks a:visited {
	text-decoration: none;
}

.sidesectionlinks a:active,
.sidesectionlinks a:hover {
	text-decoration: underline;
}

body {
	background: #696969;
	color: #dfdfdf;
	padding: 2px;
	margin: 0px;
	text-align:center;
}

body a,
body a:hover,
body a:link,
body a:active,
body a:visited {
	color: #dfdfdf;
	text-decoration: underline;
}

.commenttitle {
	text-transform: uppercase;
	font-size: 12px;
	font-family: verdana;
	text-align:left;
	letter-spacing: .2em;
	border-bottom: 3px double #3b3b3b;
	border-left: 1px solid #3b3b3b;
	padding-left: 10px;
	margin-left:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:500px;
	background: #505050;
}

.comments {
	background: #FDFDFD;
	float:left;
	width: 490px;
	font-family: Verdana;
	font-size: 11px;
	border-left: 1px solid #3b3b3b;
	margin: 0px 10px 10px 5px;
	padding: 0px 10px 10px 10px;
	line-height: 120%;
	display:none;
	background: #505050;
}

.catlinktitle {
float:left;
text-align:left;
width:300px;
margin:2px;
padding:2px;
}

.catlinkdate {
float:right;
width:120px;
text-align:right;
margin:2px;
padding:2px;
}

.datecatlink {
width: 72px;
text-align:right;
float:left;
margin:2px;
border-right:1px dotted #2b2b2b;
padding:2px;
}

.blogbody {
text-align:left;
}