@charset "iso-8859-1";
a:link {
	color: #336c77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336c77;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
}
.floatRight {
	float: right;
}

#biosbox {
	text-align: left;
	font-size: 100%;
	overflow: hidden;
	margin-top: 20px;
}

#modelbox {
	text-align: left;
	font-size: 90%;
	margin-top: 20px;
}
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #E0DBC5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: right;
}
    
body {
	background-image: url(../furryfaceportraits-susan-white-mark-oconnell/images/bgivory-leaf-susan-white-mark-oconnell.jpg);
	background-color: #E4DFCC;
}

blockquote {
	padding: 5px;
	margin: 0px;
	background-image: url(../images/openquote1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #CFC381;
	border-bottom-color: #CFC381;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
}


.subfooter_paragraph {
	font-size: 60%;
	color: #333;
	text-align: left;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center;
	background-color: #EBE8DF;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../furryfaceportraits-susan-white-mark-oconnell/images/bgivory-leaf-susan-white-co.jpg);
} 
#HorzNavigation {
	height: 27px;
	width: 1000px;
	float: none;
	clear: right;
}
.twoColFixLtHdr #header {
	height: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-position: left;
} 
#musicbox {
	float: right;
	height: 20px;
	width: 240px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#Studio_info_box {
	margin-bottom: 20px;

}

#address_textbox {
	font-size: 80%;
	padding: 2px;
	float: right;
	height: 20px;
	margin-left: 10px;
	margin-right: 40px;
}

.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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sharebox {
	float: left;
	height: 20px;
	width: 480px;
	margin-left: 10px;
	font-size: 90%;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 100%;
	text-align: left;
	margin-left: 215px;
	clear: none;
	float: none;
	overflow: hidden;
} 
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#Footer {
	height: 25px;
	padding: 5px;
}
.footer_text {
	font-size: 70%;
	text-align: center;
}
.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;
}

.pullquote:before {
content:"\201C" attr(title) "\201D";
font-family: "Times New Roman", Times, serif;
font-size:1.2em;
text-align:center;
background:#333;
color:#fff;
display:block;
float:left;
width:7em;
margin: 0.25em 1em 0.5em 0;
padding:1em;
}



#VertNavigation {
	height: auto;
	width: 175px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: right;
}
#SidebarContent {
	clear: left;
	float: left;
	height: auto;
	width: 163px;
	border: 0.00px solid #CCC;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
}
#SidebarContent2 {
	clear: left;
	float: left;
	height: auto;
	width: 163px;
	border: 0.00px solid #CCC;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	padding: 5px;
}
#subFooterText {
	height: 35px;
	width: 980px;
}
.twoColFixLtHdr #container #mainContent #photolink1 {
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
}
.center_text {
	text-align: center;
}
.container_colorchange {
}

.floatRight {
	float: right;
	padding: 5px 0px 10px 10px;
}
.floatLeft {
	float: left;
	clear: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.halfFloatLeft {
	float: left;
	width: 340px;
}
.halfFloatRight {
	float: right;
	width: 340px;
}
.clear {
	clear: both;
}
.productRight {
	margin-left: 220px;
	text-align: right;
}
.productLeft {
	margin-right: 220px;
}
.slideshow {
	width: 690px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
.twoColFixLtHdr #container #mainContent #biosbox p #biosbox {
	font-size: 90px;
}
#dropshadow {
	background-image: url(../images/dropshadow.png);
	background-repeat: repeat-y;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}


#dropshadow_bottom {
	background-image: url(../images/dropshadowbottom.png);
	height: 10px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 0px;
}

      * {
	margin: 0;
}
      html {
        scrollbar-face-color: #E3DECA;
        scrollbar-arrow-color: #879ECB;
        scrollbar-highlight-color: #879ECB;
        scrollbar-3dlight-color: #FFFFFF;
        scrollbar-shadow-color: #808080;
        scrollbar-darkshadow-color: #FFFFFF;
        scrollbar-track-color: #c6cbc7;
        padding: 2em;
        }
      input {
        width: 8em;
        margin-right: 0.5em;
        }
      p { margin: 1em 0; }
      p:first-child { margin-top: 0; }
      p:last-child {
	margin-bottom: 0;
}
    h1 {
	font-size: 125%;
}
h2 {
	font-size: 125%;
}
.twoColFixLtHdr #container #mainContent blockquote #biobox #keychain {
	float: left;
}
.twoColFixLtHdr #container #mainContent blockquote h1 {
	font-size: 100%;
}
.twoColFixLtHdr #container #mainContent #biosbox h1 {
	font-weight: lighter;
}

.twoColFixLtHdr #container #mainContent #biosbox h4 {
	font-style: italic;
	font-weight: normal;
}
.twoColFixLtHdr #container #SidebarContent h1 {
	font-weight: lighter;
}

#Bios_Box {	text-align: left;
	height: auto;
}
#Directions {	color: #000;
	font-weight: normal;
	text-align: center;
}
#DirectionsBox {	text-align: center;
	font-weight: normal;
	font-size: 90%;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent #Bios_Box #DirectionsBox #Directions .twoColLiqLtHdr {
	font-weight: lighter;
}
.twoColFixLtHdr #container #mainContent #Bios_Box #DirectionsBox #Directions .twoColLiqLtHdr strong {
}
LeftTextAlign {
	text-align: left;
}
.twoColFixLtHdr #container #mainContent #biosbox p .center_text #buygiftcert_button {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h1 strong {
	font-size: 125%;
	font-weight: lighter;
}
.twoColFixLtHdr #container #mainContent blockquote table tr td {
	text-align: right;
}
.twoColFixLtHdr #container #mainContent blockquote #biosbox table {
}
.twoColFixLtHdr #container #mainContent h1 {
	font-weight: lighter;
	font-size: 125%;
}

.redtext {
	color: #F00;
}
