/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
    font:100%/1.40 arial, helvetica, sans-serif;
    text-align:center;
    /* background:url(lo/bg_gradient.jpg) top left repeat-x;  green gradient */
	/* background:url(lo/body_bg.jpg) top left no-repeat;	lace top border */
   /*  background-color:#214d28; green bottom, post gradient jpg */
	background-color:#880000;
}
/***** LAYOUT *****/
#wrapper {
	text-align: left;
	margin:0 auto;
	width:960px;
	background:url(lo/katecooch_lo_wrapper_bg.jpg) top left repeat-y;
}
#header {
	width:960px;
	height:233px;
	background:url(lo/katecooch_lo_header_bg.jpg) top left no-repeat;
}
#sidebar {
	float:left;
	width:234px;
	background:url(lo/katecooch_lo_sidebar_bg.jpg) top left no-repeat;
}
#main {
	width:960px;
	overflow:hidden; 
}
#main_content {
	width:650px;
	float:left;
	margin-left:30px;
	background-color:transparent;
}
#prefooter {
	clear:both;
	text-align: left;
	width:960px;
	height:31px;
    background:url(lo/katecooch_lo_prefooter_bg.jpg) top left no-repeat;
    margin:0 auto;
    overflow:hidden;
	background-color:#000;
}
#footer {
	clear:both;
	text-align: left;
	width:960px;
	height:26px;
    background:url(lo/katecooch_lo_footer_bg.jpg) top left no-repeat;	
	margin:0 auto;
/*	overflow:hidden; */
	background-color:#000;
}
#subfooter {
	clear:both;
	width:960px;
	margin:1.20em auto 0 auto;
	text-align:center;
	}
/***** LEFT (SIDE BAR) NAVIGATION *****/

#leftnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 46px 0 0 0;
}
#leftnav ul {
  list-style: none;
	width:234px;
	margin:10px 0 0 0;padding:0;
}
#leftnav li {
   padding:0;margin:0;
   width:234px;
}
#leftnav li a:link, #leftnav li a:visited, #leftnav li a:hover {
   line-height:1.6;
   padding:0 0 0 35px;
   font-weight:bold;
   height:29px;
   display: block;
   text-align: left;
}
#leftnav li a:hover {
   padding-left:35px;
}
#leftnav li a:link {
   color:#1e1c1c;
   text-decoration: none;     
   background-image:url(lo/katecooch_lo_navbtn_bg.jpg);
   background-position:0 0;
}
#leftnav li a:visited  {
   color:#1e1c1c;
   text-decoration: none;     
   background-image:url(lo/katecooch_lo_navbtn_bg.jpg);
   background-position:0 0;
}
#leftnav li a:hover {
   color:#880000;
   text-decoration: none;     
   background-image:url(lo/katecooch_lo_navbtn_bg.jpg);
   background-position: 0 -30px;
}
#leftnav .here a:link, #leftnav .here a:visited {
   color:#880000;
   text-decoration: none;     
   background-image:url(lo/katecooch_lo_navbtn_bg.jpg);
   background-position: 0 -30px;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
	margin:.15em 0 0 0;
padding:0 0 .50em 0;
font:1.85em Arial, Helvetica, sans-serif;
color:#1e1c1c;
}
#sidebar h1 {
	margin-right:5px;
	margin-left:10px;
padding:0 0 .75em 0;
font:1.05em arial, helvetica, sans-serif;
font-weight:bold;
color:#1e1c1c;
}
h2 {
padding:.35em 0 .45em 0;
font:1.65em Arial, Helvetica, sans-serif;
color:#1e1c1c;
}
#sidebar h2 {
	margin-right:5px;
	margin-left:10px;
padding:0 0 .75em 0;
font:.95em arial, helvetica, sans-serif;
font-weight:bold;
color:#1e1c1c;
}

h3 {
padding:.35em 0 .75em 0;
font:1.35em Arial, Helvetica, sans-serif;
font-weight:bold;
color:#1e1c1c;
}
ul, ol {
margin:0;
list-style:none;
padding:0 0 18px 40px;
}
p {
    font-size: .90em;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e1c1c;
	margin:0 0 1.2em 0;
}
#sidebar p {
    font-size: .85em;
	font-family:Arial, Helvetica, sans-serif;
	color:#1e1c1c;
	margin-right:5px;
	margin-left:10px;

}
.copyright {
	font-size:.75em;
	text-align:center;
	color:#201c1c;
	line-height:1.1;
}
#footer p {
	font-size:11px;
	margin:0 25px 0 0; padding:4px 0 0 0;
	color:#201c1c;
	font-family:Verdana, Arial, Geneva, sans-serif;
    text-align:right;
}
#footer a:link, #footer a:visited, #footer a:hover {
    font-size:inherit;
	color:#201c1c;
	text-decoration:none;
	background-color:transparent;
}
#subfooter p {
	font-size:11px;
	color:#CBE7DA;
color:#80F085
	font-family:Verdana, Arial, Geneva, sans-serif;
    text-align:center;
}
#subfooter a:link, #subfooter a:visited, #subfooter a:hover {
    font-size:inherit;
	color:#CBE7DA;
color:#80F085	
	text-decoration:none;
	background-color:transparent;
}
blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a:link {
	color:#890001;
	text-decoration:underline;}

a:visited {
	color:#999;
	text-decoration:underline;}

a:hover {
	color:#fff;
	background-color:#890001;
	text-decoration:none;
}
.imglink a:hover {
	background-color:transparent;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
width:960px;
margin:0 auto;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }