body {
	font-family: Verdana;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: url(bg.gif) repeat-x top #fff;


}

a {
	color: #0176A2;
}

a:hover {
	text-decoration: none;
}

h1 {

	font-family: Georgia, serif;
	font-size: 27pt;
	font-weight: normal;
	color: #0181B1;
	margin: 0;
	padding: 60px 0 25px 0;
}

.contenthp h1 {

	font-family: Georgia, serif;
	font-size: 27pt;
	font-weight: normal;
	color: #0181B1;
	margin: 0;
	margin-left: -5px;
	padding: 60px 0 30px 0;
	1border-bottom: 1px solid #B1D9E8;	
}

.content h1 {

	font-family: Georgia, serif;
	font-size: 27pt;
	font-weight: normal;
	color: #0181B1;
	margin: 0;
	margin-left: -5px;
	padding: 60px 0 20px 0;
	border-bottom: 1px solid #B1D9E8;	
}

.content h2 {

	font-family: Georgia, serif;
	font-size: 18pt;
	font-weight: normal;
	color: #333;
	margin: 0;
	padding: 20px 0 10px 0;
	1border-bottom: 1px solid #C0C0C0;	
}

h1 small{
	text-transform:uppercase;
	letter-spacing: 1.5em;
	display: block;
	color: #fff;
}

.content-right h2 {

	font-family: Arial, Georgia, serif;
	font-size: 12pt;
	text-transform:uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
	text-align: center;
	padding: 3px;
	margin-left: 15px;
	width: 205px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #C0262D;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px;
	1border: 2px solid #A52228;
}



.dogshead {
	margin-top: 10px;
	margin-bottom: 10px;
	background:  url(topdogs.gif) top no-repeat;
}


.container {
	width: 970px; 1height: 850px; margin: 0 auto;
	margin-top: 16px;
	background:  #fff;
	border: 5px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(images/border-radius.htc);
}

.bannerbar {
	width: 970px; 
	height: 102px; 
	background: url(dogsbody_logo.gif) no-repeat;
}


.bannerbartext {
	1text-align: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 730px;
	color: #fff;
	font-size: 11px;
}


.bannerbartext a{
	color: #fff;
}

.sidebarphototext {
	margin-top: -5px;
	font-size: 11px;
}

.contenthp {
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: justify;
}

.content {
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


.content-left {
	width: 680px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 50px;
	padding-bottom: 20px;
	text-align: justify;
}


.content-right {
	width: 240px;
	line-height: 25px;
	float: right;
	padding-top: 10px;
	padding-left: 20px;
	background: url(sidebar_bg.jpg) repeat-x top;
	height: 400px;
	text-align: center;

}

.sidebarcalzada {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-bottom: 5px;
	border: 3px solid #fff;
}

.sidebarthumb {
	border: 2px solid #B52727;
	margin: 0px 2px; 0 0;
	padding: 0px;
}

a:hover .sidebarthumb {
	border: 2px solid #000080;
}

.footer {
	padding: 15px 0;
	font-size: 11px;
	text-align: center;
	background: #0181B1;
	color: #fff;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(images/border-radius.htc);
}

.footer a{
	color: #fff;	
}


ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	font-size: 14px;
	float: left;
	margin: 0 0 0 3px; padding: 0;
	1border-left: 1px solid #fff;
}
ul#topnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 18px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #FF9A03 url(1topnav_active.gif) repeat-x; }
ul#topnav li:hover a { color: #1B2E4D; }
ul#topnav li span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	float: left;
	padding: 15px 0px;
	position: absolute;
	left: 0; top:35px;
	display: none;
	width: 970px;
	background: #FF9A03;
	color: #000000;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; color: #000000; }
ul#topnav li span a:hover {text-decoration: underline; background: #004C6A; color: #fff;}


.thmb {
	border: 1px solid #C0C0C0;
	padding: 3px;
}

.footerassociations {
	padding: 0px 0;
	text-align:center;
	color: #666666;
}

.footerassociations a{
	color: #666666;
}


.narrowbox  {
	float: right;
	padding: 10px 10px 10px 10px;
	background: #CBF1FF;
	color: #000000;	
	width: 170px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(images/border-radius.htc);
}

