@charset "utf-8";
/* CSS Document */

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: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
.twoColFixLt #container #mainContent ul {
	padding-left: 50px;
}

.twoColFixLt #container { width: 950px; text-align: left; /* this overrides the text-align: center on the body element. */ background-color: #000; margin-top: 25px; margin-right: auto; margin-bottom: 0; margin-left: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #000000; border-right-color: #000000; border-bottom-color: #000000; border-left-color: #FFF; 
}
.smaller_text { font-size: .8em; }

#container #mainContent p #dogs { float: right; padding-left: 25px; }

.twoColFixLt #sidebar1 { float: left; background-color: #000; padding-right: 10px; padding-bottom: 20px; padding-left: 10px; margin-top: 25px; 
}
.twoColFixLt #mainContent { margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 425px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
} 
.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;
}
.twoColFixLt #container #sidebar1 img {
	border: 1px solid #FFF;
}
.twoColFixLt #container #mainContent blockquote blockquote #viewphotos {
	vertical-align: middle;
}
.twoColFixLt #container #mainContent blockquote blockquote #viewphotos p img {
	border: 1px solid #FFF;
}
.twoColFixLt #container #mainContent #viewphotos {
	padding-left: 50px;
}
a:link {
	color: #FF0;
}
.twoColFixLt #container #mainContent p img a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited {
	color: #FF0;
}
a:hover {
	color: #FF0;
}
a:active {
	color: #FF0;
}

#footer {
	font-size: 0.8em;
	border-top: solid 1px;
	padding-top: 4px;
}

div, p, h1, h2, h3, h4, h5, h6, img, table, ul {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

