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 */
	font: 14px/150% "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	background-color: #d8ccae;
	/*background-repeat: repeat-x;
	background-image: url(images/bg_wallpaper.jpg);*/
}


#container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px solid #039;
} 
#header {
	background-color: #FFFFFF;
	height: 40px;
	width: 900px;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_header_bewareDogs.jpg);
	background-position: 0px;
} 

#header h1 {
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: right;
}
#header h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
#lowheader  {
	background-color: #999999;
	height: 210px;
	width: 900px;
	background-image: url(images/bg_header_bewareDogs.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
} 
#lowheader h1 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-variant: small-caps;
	background-color: #000099;
	display: inline;
	padding: 10px;
	position: absolute;
	float: right;
	margin-bottom: 0px;
	visibility: visible;
	top: 215px;
}

#columnRight {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CC9900;
}
#columnRight h2 {
	color: #C90;
	font-size: 17px;
}
#columnRight h3 {
	font-size: 14px;
	color: #CC9933;
}
#columnRight table {
	border: 1px solid #d8ccae;
}
#columnRight td h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #d8ccae;
	margin: 0px;
}
#columnRight li {
	margin-top: 9px;
}
#container #columnRight td h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	text-align: center;
	text-indent: 2px;
	margin-bottom: 0px;
}
#container  #columnRight  td p {
	padding: 2px;
	margin: 2px;
	font-size: 12px;
}

#mainContent {
	margin: 0 280px 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1 {
	color: #000099;
	font-size: 22px;
}
#mainContent h2 {
	font-size: 16px;
	color: #CC9933;
}
#mainContent li {
	margin: 2px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
a:link {
	color: #000099;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #000099;
}
a:hover {
	font-weight: bold;
	color: #0000CC;
}

/****** put image within paragraph ********/
.HeaderToClearImg {
	clear: left;
}

.ParagraphClearImg {
	clear: none;
	float: left;
	margin-right: 12px;
	margin-bottom: 1px;
}

/********* FOOTER *********/
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
} 
#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 */
	font-size: 12px;
}
#webmaster {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 100%;
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
} 
#webmaster a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#webmaster a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#webmaster a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.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;
}
#mainContent h3 {
	font-size: 15px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #000099;
}
.goldBold {
	font-weight: bold;
	color: #C90;
}
#container #footer table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006;
	border-bottom-color: #006;
}

