body {
	background-image: url(../images/body_outside_gradient.jpg); /*blue gray gradient with highlight at start of content*/
	background-repeat: repeat-x;
	background-color: #2e363b; /* blue gray at bottom of gradient*/
	margin: 0px; /* zeroes the margins on the body */
	padding: 0px; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
	border: 0; /* zeroes off any existing border */
	float: none;
	width: auto;
	height: auto; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with 			    		Gecko browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #000066;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #000099;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
}
h4 {
	font-size: 110%;
	font-variant: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
h5 {
	font-size: 1.0em;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
}
blockquote {
	border : 2px solid #000;
	width: 600px;
	float: left;
	background-color: #ccc;
	margin-top: 15px;
	margin-right: px;
	margin-bottom: 20px;
	margin-left: px;
	padding-top: 30px;
	padding-right: 38px;
	padding-bottom: 30px;
	padding-left: 38px;
	font-weight: normal;
 }
 blockquote:before, blockquote:after {
	color: #333;
	display: block;
	font-size: 500%;
	width: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
blockquote:before {
	content: open-quote;
	height: 25px;
	margin-left: -40px;
}
blockquote:after {
	content: close-quote;
	height: 40px;
	margin-top: -45px;
	margin-left: 600px;
}
#shadow {
	background-image: url(../images/shadow.jpg); /*21px outer glow lateral border (total 42px)*/
	width: 801px;
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 769px;/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper #logo {
	height: 140px;
	width: 769px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	left: auto;
	right: auto;
	top: 0px;
}
a img { /*removes border when image is used as button*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
#wrapper #navbar {
	height: 40px;
	width: 769px;
	background-color: #607fa7;
	line-height: 40px;
	margin: 0px auto;
}
#wrapper #navbar ul {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 0px;
}
#wrapper #navbar  ul li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: small;
}
#wrapper #navbar  ul  li a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	float: none;
}
#wrapper #navbar ul li a:link {
	color: #FFCC99;
}
#wrapper #navbar ul li a:visited {
	color: #003366;
}
#wrapper #navbar ul li a:hover {
    font-weight: bold;
    color: #FFF;
    background-color: #3366FF;
}
#wrapper #navbar ul li a:active {
	background-color: #FFCC99;
}
body#home a.home,body#about a.about,body#puppies a.puppies,
body#our_dogs a.our_dogs,body#breed_info a.breed_info,
body#photoalbums a.photoalbums,body#articles a.articles,
body#resources a.resources,body#links a.links {
	color:#FF6600;
	background:#dcdcdc; /* creates silver grey box on current page in navbar*/
	text-decoration:none;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
}
#wrapper  #psd_imag {
	width: 769px;
	float: none;
	height: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#home #wrapper #puppy_image { /* permanent image on homepage of puppy*/
	float: left;
	height: 210px;
	width: 133px;
	padding-top: 10px;
}
#home #wrapper #puppy_status {
	float: left;
	height: 220px;
	width: 630px;
	padding-top: 0px;
	line-height: 2.4em;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	background-color: #FFFFFF;
}
#home #wrapper #contact_info {
	float: left;
	height: 75px;
	width: 769px;
	background-color: #607fa7;
}
#wrapper #content {
	background-color: #FFFFFF;
	height: auto;
	width: 759px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 2px;
	float: none;
}
#wrapper #content h3 {
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	margin-top: 0px;
}
#wrapper #content h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	color: #003399;
	text-align: center;
	margin-top: 0px;
}
#wrapper  #archive  {
	float: none;
	clear: both;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000099;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	height: auto;
}
#photo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 450px;
	width: 275px;
	margin-top: 3px;
	clear: right;
}
#photo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	height: 450px;
	width: 480px;
	float: right;
	clear: none;
}
#wrapper   #photo3  {
	text-align: center;
	float: left;
	height: 325px;
	width: 275px;
	font-weight: bold;
}
#wrapper   #photo4  {
	text-align: center;
	height: 325px;
	width: 475px;
	float: right;
	font-weight: bold;
}
#wrapper #photo5 {
	font-weight: bold;
	color: #000000;
	float: left;
	height: 430px;
	width: 378px;
}
#wrapper #photo6 {
	font-weight: bold;
	color: #000000;
	float: right;
	height: 430px;
	width: 378px;
}
#wrapper #photo7 {
	font-weight: bold;
	color: #000000;
}
#sidebar1 { /*styles left sidebar ourdogs page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: left;
	width: 240px;
	padding-top: 28px;
	padding-right: 6px;
	padding-left: 6px;
	height: 900px;
}
#sidebar2 { /*styles right sidebar ourdogs page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: right;
	width: 240px;
	margin-top: -10px;
	padding-left: 6px;
	padding-right: 6px;
	height: 884px;
}
#maincontent { /*styles center column our dogs page*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	float: left;
	width: 240px;
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 8px;
	height: 940px;
	margin-top: -12px;
}
#news_video {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
}
#archivephoto1 {
	float: left;
	width: 255px;
}
#archivephoto2 {
	float: left;
	width: 255px;
}
#archivephoto3 {
	float: left;
	width: 255px;
}
#archivephoto4 {
	float: left;
	width: 255px;
	clear: both;
}
#wrapper #xmas {
	background-image: url(../images/background_xmasltr.gif);
	float: left;
	height: 1460px;
	width: 110px;
	background-repeat: repeat-y;
}
#wrapper #xmasltr {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	width: 645px;
}
#wrapper #IC13_Genetest {
	height: 58px;
	width: 763px;
	border: 3px solid #903;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	background-color: #CCC;
	text-align: left;
}
#wrapper #footer {
	text-align: center;
	clear: both;
	float: none;
}
