 
body  {
	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: small;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	background-repeat: repeat;
	background-color: #FFF;
}

#dogframe {
	width: 240px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	height: auto;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
  	}
#dogframe dl {
	width: 174px;
	margin: 1px;
	padding: 0;
	display: inline; /* fixes IE/Win double margin bug */
	clear: none;
	margin-left: 5px;
  	}
	
#dogframe dl dd.img {
	margin: 0;
   	}
#dogframe dd.img img {
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	padding: 4px;
	margin: 0;
  	}

p {
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

.recently {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 101%;
	color: #003333;
	font-weight: bold;
	margin: 0 0 0 3px;
	padding: 0 4px 0 0;
}
#dogframe h2 {
	margin: 0;
	padding: 0 0 3px 0;
	text-align: center;
	font-size: 1.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#sidebar1 #box h2{
	font-size: 1.6em;
}
#dogframe h2 a {
	color: #330;
	font-weight: bold;
}

.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	margin-top: 0px;
	margin-left: 0px;
	color: #6A3622;
	font-weight: bold;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 117%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-left: 4px;
	font-weight: bold;
	padding-top: 0px;
	text-align: center;
	color: #AD0101;
}

h4{
	font-size:111%;
	padding-top: 20px;
}

#wholebox {
	margin-right: auto;
	margin-left: auto;
}

.thrColFixHdr #container {
	width: 900px;
	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. */
	background-color: #EEE1B8;
} 
.thrColFixHdr #header {
	padding: 0;
	background-image: url(../images/NavBarImages/nav-4.gif);
	text-decoration: none;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "ITC Century Std Light Cond", Century, "Century Schoolbook", serif;
	color: #FFFFFF;
	font-size: 270%;
	padding-top: 14px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	font-size: 95%;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 9px;
	margin: 2px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 95%;
	margin: 2px;
}
.thrColFixHdr #mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	padding-top: 0px;
	float: left;
	margin: 2px;
	width: 395px;
} 
.thrColFixHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 22px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColFixHdr #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;
}
 

#nav {
	float: right;
	margin: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
	background-repeat: repeat;
	background-image: url(images/NavBarImages/nav2.gif);
	display: inline;
		}
	#nav li {
	float: right;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	font-weight: bold;
	padding-right: 7px;
	list-style-image: none;
	list-style-type: none;
		}
	#nav a {
		float: left;
		display: block;
		margin: 0 1px 0 0;
		padding: 4px 7px;
		color: #FFFFFF;
		text-decoration: none;
		}
	#nav a:hover, body#intro #t-intro a {
	color: #8EB0DC;
	border-color: #727377;
	padding-right: 7px;
		}
		
	#box {
	border: 1px solid #999999;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 7px;
	margin-left: 1px;
}

	#picbox {
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 1px;
	margin-right: auto;
	margin-bottom: 9px;
	margin-left: 2px;
	width: 392px;
	vertical-align: text-top;
}

#footnav {
	margin: 0;
	list-style: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
		}
	#footnav li {
	float: left;
	margin: 0;
	font-family: Century, "Century Schoolbook", serif;
	font-size: 86%;
	font-weight: bold;
	padding-right: 0px;
		}
	#footnav a {
	float: left;
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #666666;
	text-decoration: underline;
		}
	#footnav a:hover, body#intro #t-intro a {
	color: #834129;
	border-color: #727377;
	padding-right: 7px;
		}
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #824026;
}
a:hover {
	text-decoration: none;
	color: #003300;
}
a:active {
	text-decoration: none;
	color: #66CC99;
}

hr {
	color: #fff;
	background-color: #fff;
	width: 135px;
	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: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 9px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#ofthemonth {
	background-color: #E4EAED;
	margin-top: 13px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 4px;
	border: .5px solid #333333;
	margin-left: 0px;
	padding-left: 0px;
}
