body {
	background-image: url(bg_tile.jpg);
	text-align: center;
	background-color: #fbdf89;
	margin: 0px;
	padding: 0px;
}
td.sidebar {
	background-color: #dba56d;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
td.sidebarNav {
	background-color: #dba56d;
	margin: 0px;
	padding: 0px;
	background-image: url(leftBG.jpg);
}
tr.header {
	background-color: #990202;
	margin: 0px;
	padding: 0px;
}
td.contentbox {
	background-color: #fbdf89;
	background-image: url(contentBG.jpg);
	margin: 5px;
	padding: 5px 13px 5px 15px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
td.navigation {
	background-color: #f7941d;
	margin: 0px;
	padding: 0px;
}
td.footer {
	background-color: #990202;
	margin: 3px;
	padding: 3px;
	background-image: url(footer_center.jpg);
}
p.footer {
	font-size: 12px;
	color: #ccdddd;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.footer a:link, a:active {
	color: #fbdf89;
	text-decoration: underline;
}
.footer a:visited {
	color: #dba56d;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.contentbox a:link, a:active {
	color: #81271f;
	text-decoration: underline;
}
.contentbox a:visited {
	color: #7f400a;
	text-decoration: underline;
}
.contentbox a:hover {
	color: #d6231e;
	text-decoration: underline;
}
tr.gal {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
div.tiny {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
}
h3.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
}
/*----------------------------------------------------------------------------------------------------------------------*\
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Start Blogger Styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\*----------------------------------------------------------------------------------------------------------------------*/
			@media all {
              div#mainClm{float:right;width:69%;padding:20px 7% 10px 3%;margin:10px 1% 1em 0px;
/* Colors for the Main Column (should match the bg color to td.contentbox above) */
						  background:#fbdf89;border-right:solid 1px #7c6a58;border-bottom:solid 1.5px #756033;}
			  div#sideBar{margin:0px 0px 0px 5px;padding:0px;text-align:left;height:50%;
/* Colors for the sidebar column (Make this a color similar to td.sidebarnav above. */
			  			  background:#e1d4c0;border-left:solid 2px #FFFFFF;border-bottom:solid 3px #FFFFFF;}
                        }
/* Leave this alone */
            @media handheld{
              div#mainClm{float:none;width:90%;}
			  div#sideBar{padding:30px 7% 10px 3%;}
/* This is the title and title row */                        }
			#header{background:#f7941d;color:white;border-top:single 10px #FFFFFF;border-bottom:solid 2px #865010;}
/* H1 is the header row */
			h1 a:link {color:#F5DEB3;}
			h1 a:visited {color:#F5DEB3;}
			h1{border-bottom:solid 1px #865010;color:#FFFFFF;background:#990202;}
/* H2 is the blog post tile */
			h2{color:#81271f;}
/* H4 is the Date header, should match h3.breadcrumb above */
			h4{color:#000000;font-size:10pt;}
/* H6 is the sidebar "link" and "archive" headers */
			h6{color:#FFFFFF;}
			h2.sidebar-title{color:#FFFFFF;}
/* This is the font color for the tagline */
			#description{color:#FFFFFF;}
/* Color of bolded font in the blogposts */
			.blogPost strong{color:#000000;}
/* Here is where the link colors for the sidebar are */
			#sideBar ul a{color:#999999;}
			#sideBar ul a:link, #sideBar ul a:active{color:#81271f;}
			#sideBar ul a:visited{color:#7f400a;}
			#sideBar ul a:hover{color:#d6231e;}
/* Most of this stuff you shouldn't need to touch, but it's here if you want to. */
			pre,code{color:#999999;}
			strike{color:#999999;}
			.byline{color:#444444;}
			.byline a{color:#968A0A;}
			.blogComments{color:#000000;}
			.blogComment{color:black;}
			.blogComments .byline{color:#444444;}
            .deleted-comment {color:gray;}
            .comment-link a:link {color:#81271f;text-decoration:none;}
            .comment-link a:active {color:#ff0000;text-decoration:none;}
            .comment-link a:visited {color:#999999;text-decoration:none;}
			.comment-link a:hover{color:#DE7008;text-decoration:none;}