 
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #e2875e;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	max-width: 100%;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #f8cc75;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 100;
	color: #666;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: 100;
	color: #333;
	max-width: 100%;
}
.twoColFixLtHdr #mainContent {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #ff7553;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #container #mainContent h1 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 100;
	color: #666;
}
p {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 100;
	color: #333;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent p img {
	margin: 5px;
	padding: 3px;
	border: 1px solid #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
}
img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	max-width: 100%;
}
#nav {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: 100;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	width: 150px;
	float: left; /* Contain floated list items */
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects the */
	width: 150px; /* IE whitespace bug */
	color: #000099;
	list-style-type: none;
}

#nav a {
	display: block;  /* to increase clickable area as a's 
      default to inline */
	color: #03C;
	text-decoration: none;
	line-height: 18px;
	border-bottom: 1px solid #666;
	font-weight: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}


#nav a:hover {
	background: #f1f1f1;
	font-weight: 100;
	color: #0000FF;
	list-style-type: none;
	text-decoration: underline;
  }


#body_hom #nav_hom a,
    #body_banjo #nav_banjo a,#body_classsical #nav_classical a,#body_folk #nav_folk a,#body_world #nav_world a,#body_cal #nav_cal a,#body_appl #nav_appl a,#body_faq #nav_faq a,#body_gloss #nav_gloss a,#body_about #nav_about a,#body_how #nav_how a,#body_process #nav_process a,#body_listen #nav_listen a,#body_mandolin #nav_mandolin a,#body_irish #nav_irish a,#body_credit #nav_credit a {
	color: #990000;
	font-weight: 100;
	list-style-type: none;
	background-color: #F1F1F1;
}
 #nav #nav_apply a {
	border: none;
	list-style-image: none;
}
a:link {
	color: #00C;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
	background: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}
a.small:link {  font: normal 9px/12px Verdana, Arial, Helvetica, sans-serif; color: #006600; text-decoration: none}
a.small:visited {  font: normal 9px/12px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none}
a.small:hover {  font: normal 9px/12px Verdana, Arial, Helvetica, sans-serif; color: #999999; text-decoration: none; background: #CCCCCC}



 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
strong {
	font-weight: bold;
}
