
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 10px;
	color: #000;
	background-color: #fff;
}
.wrapper {
	width: 900px;
	height: 600px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 2px  solid #888;
	overflow: hidden;
}
.footer {
	width: 900px;
	height: 600px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
	
}
.dogContent {
    margin: 0 auto;
	
}
.dogHead{
    margin: 0 auto;
    height: 50px;
   background-color:#CC3333;
    box-shadow: 0 3px 3px 3px #888;
 /*   border: 1px  solid black;*/
}
.dogLeft {
    padding-top: 20px;
    position:relative;
    float:left;
    margin: 0 auto;
    height: 500px;
    width: 245px;
}
.dogRight {
    float:right;
    margin: 0 auto;
    height: 550px;
    width: 620px;
    position:relative;
    
}
.dogLeftIMG {
    position:relative;
    float:left;
    margin: 0 auto;
    height: 248px;
    width: 220px;
}
.dogLeftPersonIMG {
    padding-top: 48px;
    text-align:center;
    position:relative;
    float:left;
    margin: 0 auto;
    height: 200px;
    width: 118px;
    
}
.dogRightPersonQuote {
    position:relative;
    float:right;
    margin: 0 auto;
    height: 248px;
    width: 98px;
    
}
.dogRightPersonQuoteHEAD {
padding-top: 12px;
    position:relative;
    float:left;
    margin: 0 auto;
    height: 36px;
    width: 118px;
   text-align:center;
    font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}
.dogRightPersonQuoteBODY {
    position:relative;
    float:left;
    margin: 0 auto;
    height: 198px;
    width: 108px;
   text-align:left;
    font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dogHeadPrevious {
    position:relative;
    float:left;
    margin: 0 auto;
    height: 30px;
    width: 245px;
    text-align:center;
    font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.headTxt {
    padding-top: 8px;
    text-align:center;
    font-size:26px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
}

.input {
    border: 1px solid #888;
    background: #ffc;
    width: 220px;
}

.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}

.button {
    border: 1px solid #006633;
    font-size:20px;
    background: #009933;
    color: white;
}
.button:hover {
    cursor: pointer;
    border: 1px solid #006;
    background: #009933;
    font-size:20px;
    color: white;
}

.dogForm {
    font-size:14px;
    width: 445px;
    height: 170px;
}
.dogRow {
    float:left;
    width: 420px;
    height: 25px;
}
.labelF {
float:left;width:100px;
}
.textF {
float:right;width:300px;
}

.timer {
    color: red;
    font-size:20px;
}
span {
    font-size:10px;
}