@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(../assets/images/doggie-bg.jpg);
}
.oneColFixCtrHdr #container {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../assets/images/doggie-bg.jpg);
	margin: 0px;
	height: 171px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	background-image: url(../assets/css/bg-content.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(bg-footer.gif);
	height: 52px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat;
	background-position: left top;
}
.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 */
}
.oneColFixCtrHdr  #menu {
	margin: 0px;
	height: 68px;
	padding: 0;
	background-image: url(bg-menu.gif);
	background-repeat: no-repeat;
}

a img { border:none; }
.oneColFixCtrHdr  #homepageboxes1 {
	background-image: url(file:///C|/Users/Cindy/Documents/My%20Web%20Sites/Camp%20Doggie%20Tails/campdoggietails.com/css/homepage_left.gif);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 313px;
	height: 351px;
	margin: 0px;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0px;
}
.dropNav{
	background:#EFEFEF;
	color:#000000;
	width:95px;
	_width:165px;
	position:absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
	visibility: hidden;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: thin solid #FF0000;
	vertical-align: baseline;
	text-align: left;
}
.dropNav a{
	text-decoration:none;
	color:#006699;
	display:block;
	width:75px;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF0000;
}
.dropNav a:hover{
	text-decoration:underline;
	color:#006699;
}
.oneColFixCtrHdr  #homepageboxes1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr  #homepageboxes1  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr  #homepageboxes2 {
	background-image: url(homepage_bottom.gif);
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	height: 132px;
	padding-top: 50px;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 160px;
	margin: 0px;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr  #homepageboxes2 a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr  #homepageboxes2 a:hover {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtrHdr  #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
