body {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

}
.bg{

	background-image:url("/images/bg.jpg");

	background-attachment:fixed;

	background-position:center top;
	
	
	
	width:1006px;

}

.nav1{
	background-image:url("/images/welcome.jpg");

	background-attachment:scroll;
	
	background-position:center center;

	width:289px;

	height:116px;

	color:white;

	font-weight:bold;
}



.red{

	color:red;

}

.green{

	color:green;

}
.leftMenu{

	top:30;
	z-index:2;

}
p{
	font-size:12;
}
p.homeTitle{
	font-weight:bold;
	font-size:14;
}
p.subTitle{
	font-size:14;
}
p.dogComments{
	font-size:12;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}
p.dogName{
	padding-left:5px;
	font-weight:bold;
	font-size:12
}
.texttop {vertical-align:top;} 
div.dog{
	background-color:#008542;
}
.micro{

	font-size:8px;

}
.centerHeader{
	background-image:url("/images/header.jpg");
	background-position:center center;

	width:1014px;

	height:299px;
}
.content{

	/*position:absolute;
	top:310;
	left:10;*/
	width:700;

}
.rightDog{
	position:absolute;
	bottom:50;
	right:0;
	z-index:1;
	
}
.container {
			position: relative;
			width: 1020px; /* real width */
			margin: auto;
		}
img{
	border:0;
}
.blank{
	background-color:white;
}
td{
	vertical-align:top;
}
.footer{
	/*position:fixed;
	bottom:0;
	background-image:url("/images/footer.jpg");*/
}
.footerText{
	/*position:absolute;
	left:0;
	color:white;
	z-index:2;*/
}
