@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #header {
	background-color: #94C766;
	background-repeat: repeat;
	background-image: url(bg-stripe.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 3px;
	height: 84px;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top:20px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 40px;
	background-color: #FFFFFF;
	background-image: url(bg-stripe.jpg);
	background-repeat: repeat;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background-image: url(bg-stripe.jpg);
font: 10px tahoma, arial; 
color: #324613; background-color: white;
text-align: center;
clear: left;
}

h2 {
	margin: 0px;
	padding: 0px;
}

.oneColFixCtrHdr #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 */
}
#navbar a, a:link a:visited{color: #FFF;
font-weight: bold;
text-decoration: none;}

#navbar a:hover {
text-decoration: underline;}

#navbar {
         font-size: 15px;
         font-family: verdana;
	     background-image: url(nav-bar-bg.jpg);
         font-variant: small-caps;
         background-repeat: repeat-x;
         background-position: 0em 0em;
         padding:7px 0px;
         font-weight: bold; color: #FFF}

#navbar ul li{ display: inline;}

#navbar ul {margin: 0px;}

#navbar li {margin: 0px 8px;}

#logo {width: 454px;
       height:84px;
       position:relative;
       float:left;}
		 
#extraLinks { float:right;
              margin-right: 10px;
              font: 12px "tahoma";color: #000;}

.extraLinks a, a:link a:visited{color:#000; text-decoration: underline;}
.extraLinks a:hover{text-decoration: none;}			  
#phone { float:right;
         clear: right;
         margin-right: 10px;
         font: 1.1em "Trebuchet MS", verdana ;color: #000;
         margin-top:45px;}


#mainPhoto {float: left;
            clear:right;}

#newpaintings img {padding: 10px}

h2 {font-family: Georgia, "Times New Roman", Times, serif; }

#intro p{font-size: 1em; font-family: Arial, Helvetica, sans-serif}

#intro {margin-left: 335px}

#bgflower {position: relative;
           float: right;
           clear: both;
           bottom: 210px}

hr {border: solid 1px #003300}

#gallery {margin-left: 50px}

.oneColFixCtrHdr #mainGallery {
	padding-top:20px;
        padding-right: 20px;
        
	background-color: #FFFFFF;
	background-image: url(bg-stripe.jpg);
	background-repeat: repeat;}
	
div#kittyBG {
width: 514px;
height: 297px;
background-image: url(kitty-bg.jpg);
background-repeat: no-repeat;}

table#gallerySet {
	background-image: url(kitty-bg.jpg);
	background-repeat: no-repeat;
	background-position: 3px bottom;
}
table#gallerySet img {padding: 10px;}
table#gallerySet td {padding-left: 30px}


table#gallerySet2 img {padding: 10px;}
table#gallerySet2 td {padding-left: 30px}

.smallText {color:#000000; font-size:11px; font-family:Geneva, Arial, Helvetica, sans-serif;}

.blackliner {border: #000000 1px solid;}

#footer  a:link {color:#000; text-decoration: none}