body {
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
	color: black;
	background: #fff;
	}	

a:link, a:visited {
	color: #db7300;
	text-decoration: underline;
	font-weight: bold;
	}	

a:hover, a:active {
	color: #000;
	text-decoration: underline;
	}

h1 {
        font-family: Trebuchet MS, Sans-Serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 8px 0 0px 0;
	padding: 0;
	color: #db7300;
        display:inline;
	}

h1 a:link, h1 a:visited {
        color: #db7300;
        text-decoration: none;
}

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

h2 {
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px 0 8px 0;
	padding: 0;
	color: #333;
	}

h2 a:link, h2 a:visited {
        color: #333;
        text-decoration: none;
        font-weight: normal;
}

h2 a:hover, h2 a:active {
        text-decoration: underline;
        background: #e25e40e10
        color: #000;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 8px 12px;
	padding: 0;
	color: #333333;
	}
	
h3.comments {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 8px 0px;
	padding: 0;
	color: #000;
	}
	
h4 {
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
	color: #335555;
	}	

#container {
	width: 1000px;
        margin: 0px auto;
	margin-top: 0px;
        
}

#header {
	margin: 0 0 12px 0;
	padding: 0px 0 0 24px;
}

#navbar {
       
	height: 137px;
	
	padding: 0px;
	background: url(images/banner.jpg) no-repeat center;
}

#navbarlist {

}

#navbarlist li {
	
}

#navbarlist a:link, #navbarlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navbarlist a:hover, #navbarlist a:active {
	text-decoration: underline;
}

#left-corner {
	float: left;
	height: 100px;
	width: 130px;
	background: black repeat-x ;
}
/* ------------ ( Left Column ) ----------------------------- */
#leftcolumn { 
 	margin: 0px 0px 0px -50px;
 	width: 210px;
 	float: left;
}
#leftcolumn ul li {
	display: block;
	margin-bottom: 2px;
}
#leftcolumn ul li a {
	background: url(images/buttons1.jpg) no-repeat;
	display: block;
	height: 20px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
#leftcolumn ul li a:hover {
	background: url(images/buttons1.jpg) 0 -20px no-repeat;
	color: #000;
}
#leftcolumn ul li.current_page_item a {
	background: url(images/buttons1.jpg) 0 -20px no-repeat;
	color: #000;
}


#right-corner {
	float: right;
	height: 100px;
	width: 130px;
	background: black repeat-x top;
}

.bodyline	{ background-color: #e25e40e10; border: none; padding: 20px; padding-bottom: 70px;}

#footer {
	margin: 0px;
	padding: 0px 0 0px 0;
	color: #797979;
}

#footer ul {
	margin: 0px;
	padding: 15px 0 0 0px;
	font: 11px Verdana, Sans-Serif;
	letter-spacing: -1px;
	list-style: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0 15px 0 0;
}

#footer a:link, #footer a:visited {
	color: #797979;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: underline;
}



.pagenav { list-style:none; }

.blog {
	margin: 0 0 30px 0;
	padding: 0px 0px 0 0px;
	}

.article {
	margin: 0px 0 0px 0;
	padding: 0px 0 10px 0;
	border-bottom: 1px solid #e7e7e7;
	}

.article p {
	margin: 2px 0 10px 0;
	padding: 0;
	}

.postmetadata {
	font-family: verdana, arial, sans-serif; 
	font-size: 9px;
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0px;
	}

.sidenav {
	font-size: 11px;
	padding: 0px;
	margin: 0px 0 15px 0;
	border: none;
	background: #e25e40e10;
	}








  

