img {
   border: 0px;
}

html, body {
   margin: 0px;
   text-align: center;
   font-size: 11px;
   font-family: verdana;
   height: 100%;
   margin-bottom: 1px;
}


div#Container {
   width: 946px;
   text-align: left;
   margin: 0px auto 0px auto;
}


a:link, a:active, a:visited { 
   color: #000000;
   text-decoration: none; 
}
a:hover { 
   color: #000000;
   text-decoration: none; 
}

/* Header */

div.Header {
   background: url('images/headerbg.png') center no-repeat;
   height: 85px; 
   margin: 0px;
   padding-left: 15px;
   padding-top: 15px;
   margin-top: 10px;
}

/* Menu */

div.Menu {
   background: url('images/menubg.png') left no-repeat;
   height: 31px; 
   margin: 0px;
   padding-left: 15px;
   padding-top: 5px;
   margin-left: 10px;
   color: #EEEEEE;
}

a.MenuButtons {
	color: #EEEEEE;
	font-size: 12px;
}

a.MenuButtons:hover {
	text-decoration: underline;
}

/* Row 1 Home Page */

div.row1 {
	margin-top: 15px;
}

div.largebluebox {
	background: url('images/largebluebg.png') center no-repeat;
	height: 200px;
	width: 681px;
	float: left;
	padding: 10px;
}

div.largewhitebox {
	background: url('images/largewhitebg.png') center no-repeat;
	height: 200px;
	width: 201px;
	float: left;
	padding: 10px;
	margin-left: 20px;
	font-size: 10px;
	color: #666666;
}

/* Row 2 Home Page */

div.row2 {
	margin-top: 10px;
}

div.vetpic {
	width: 700px;
	height: 447px;
	float: left;
	margin-right: 15px;

}

div.smallerwhitebox {
	background: url('images/smallerwhitebg.png') top center no-repeat;
	height: 430px;
	width: 200px;
	float: right;
	padding: 10px;
	margin-right: 5px;
}

div.LargeWhiteTopImage {
   background: #DBDBDB url('images/whitebg.jpg') repeat-x; 
   width: 340px;
   float: left;
   height: 246px;
   padding-top: 8px;
   padding-left: 8px;
   padding-right: 3px;
}

div.LargeWhiteTopText {
   background: #DBDBDB url('images/whitebg.jpg') repeat-x; 
   width: 508px;
   float: left;
   height: 246px;
   margin-left: 10px;
   padding-top: 8px;
   padding-left: 8px;
   padding-right: 3px;
}

div.MainBoxHeader {
   color: #111111;
   font-weight: bold;
   text-decoration: italic;
}

div.LargeWhiteBottom {
   background: #DBDBDB url('images/whitebg.jpg') repeat-x; 
   width: 869px;
   min-height: 270px;
   padding-top: 8px;
   padding-left: 8px;
   margin-top: 10px;
   padding-right: 3px;
   padding-bottom: 10px;
}


/* Footer Home Page */

div.Footer {	
	border-top: 1px #999999 solid;
	margin-top: 5px;
	
	padding-top: 10px;
}	

div.FooterInner {
	float: right;
	color: #555555;
	margin-bottom: 10px;
	padding-right: 10px;
}