@charset "UTF-8";
/* CSS Document */

body, html  {
	font: 12pt Arial, Helvetica, sans-serif;
	background: #FED488;
	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;
}

li {
	list-style-type: none;
}
img {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px 0px 4px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #pagetext img {
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #videos {
	float: left;
	/*width: 330px;*/
	width: 280px;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #videos img {
	padding-bottom: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/kkbigbkgd.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 156px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/navbkgd.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #663300;
	top: 0px;
}
.twoColFixRt #mainContent {
	margin: 0 156px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/kk_2bkgd.jpg);
	background-repeat: no-repeat;
} 
.twoColFixRt #container #mainContent #pagecontent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.twoColFixRt #container #mainContent #pagecontentHome {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #LcolpageHome {
	/*width: 330px;*/
	width: 270px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #RcolpageHome {
	/*width: 220px;*/
	width: 280px;
	float: right;
	padding: 20px 10px 10px;
}
.twoColFixRt #container #mainContent #pagecontentHome #Lcolpage #LcolpageHome #hometext {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #663300;
	border-bottom-color: #663300;
}
.twoColFixRt #container #mainContent #pagecontent #RcolpageHome #homenews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 2px 10px 10px;
	border: 2px solid #952505;
}
#homenews img {
padding:4px;
}
.twoColFixRt #footer {
	padding: 10px 15px 10px 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	bottom: 0px;
	position: relative;
	text-align: center;
} 
.twoColFixRt #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 */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRt #footer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #000;
	color: White;
	float: left;
	width: 90%;
	font-family: arial, helvetica, sans-serif;
}

.twoColFixRt #footer ul li { display: inline; }

.twoColFixRt #footer ul li a
{
padding: 0.2em 1em;
background-color: #000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #FED488;
}

.twoColFixRt #footer ul li a:hover
{
background-color: #000;
color: #952505;
}


.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;
}
#navcontainer {
	width: 156px;
	margin: 0;
	padding: 0;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
.twoColFixRt #container #mainContent #pagecontent #pagehead {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
}
.twoColFixRt #footer a {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	bottom: 0px;
	position: static;
	text-align: center;
	color: #FED488;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #pagetext #musicLcol {
	width: 280px;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #pagetext #musicRcol {
	float: right;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #pagetext #musicFcol {
	width: 580px;
	position: relative;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}
.reviewtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}
.reviewsubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #822506;
}
.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #822507;
}
.twoColFixRt #container #mainContent #pagecontent #Lcolpage #pagetext #phoneconsult {
	padding: 8px;
	border: 1px solid #9A2200;
	width:95%;
}
#artclinic h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#006666
	font-weight: bold;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#artclinic {
	margin-top:10px;
border: thin solid #006666;
padding: 10px;
}