@charset "iso-8859-1";
	
* {
	font-family: arial, helvetica, san-serif
} 

body {
	font-size: 16px;
	text-align: center;
	background-color: #246;
	min-width: 780px;
    border-top: 1em solid #246;
    border-bottom: 1em solid #246;
}

h1 {
	font-size: 180%;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

h2 {
	font-size: 150%;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

h3 {
	font-size: 120%;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

h4 {
	font-size: 100%;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
}

p {
	font-size: 100%;
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
}

table{
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
	background-color: #fff;
    border: 1px solid #fff;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}	

#navigation ul li {
	float: left;
	line-height: 2em;
	font-weight:bold;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	background: #eee;
}	

#navigation ul a {
	display:block;
	width: 128px;
	text-align: center;	
	padding: 0;
	color: #0b1560;
	text-decoration: none;
}

#stripe {
	width:780px;
	height:10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#subnavigation ul a {
	display:block;
	width: 76px;
	font-size: 80%;	
	line-height: 1.2em;
	text-align: center;	
	padding-top:5px;
	padding-bottom:5px;
	color: #0b1560;
	text-decoration: none;
}

/*Navigation settings for Home Page*/
#nav .home a {
   border-top: 10px solid #d18;
}

#nav .home a:hover {
   background: #eae;
   text-decoration: none;
}

#home #nav .home a{
    background: #eae;
	cursor:default;
}



/*Navigation settings for Breed Page*/
#nav .breed a {
   border-top: 10px solid #348;
}

#nav .breed a:hover {
   background: #cdd;
   text-decoration: none;
}

#breed #nav .breed a{
    background: #cdd;
	cursor:default;
}

#character #subnav .character a,
#history #subnav .history a,
#standards #subnav .standards a,
#owning #subnav .owning a,
#faq #subnav .faq a {
    background: #cdd;	
	cursor:default;
}

/*Navigation settings for Club Page*/
#nav .club a {
   border-top: 10px solid #f61;
}

#nav .club a:hover {
   background: #ecb;
   text-decoration: none;
}

#club #nav .club a{
    background: #ecb;
	cursor:default;
}

#contacts #subnav .contacts a,
#joining #subnav .joining a {
    background: #ecb;	
	cursor:default;
}

/*Navigation settings for News Page*/
#nav .news a {
   border-top: 10px solid #465;
}

#nav .news a:hover {
   background: #cec;
   text-decoration: none;
}

#news #nav .news a{
    background: #cec;
	cursor:default;
}

#events #subnav .events a,
#results #subnav .results a,
#showphotos #subnav .showphotos a,
#champs #subnav .champs a,
#pups #subnav .pups a,
#rescue #subnav .rescue a,
#funday #subnav .funday a,
#ttouch #subnav .ttouch a,
#seminar #subnav .seminar a,
#paxton #subnav .paxton a {
    background: #cec;	
	cursor:default;
}



/*Navigation settings for Dogs Page*/
#nav .dogs a {
   border-top: 10px solid #a22;
}

#nav .dogs a:hover {
   background: #eaa;
   text-decoration: none;
}

#dogs #nav .dogs a{
    background: #eaa;
	cursor:default;
}

#photos #subnav .photos a,
#articles #subnav .articles a,
#videos #subnav .videos a,
#art #subnav .art a {
    background: #eaa;	
	cursor:default;
}

/*Navigation settings for Miscellaneous Page*/
#nav .misc a {
   border-top: 10px solid #fb4;
}

#nav .misc a:hover {
   background: #ffa;
   text-decoration: none;
}

#misc #nav .misc a{
    background: #ffa;
	cursor:default;
}

#feedback #subnav .feedback a,
#guestbook #subnav .guestbook a,
#help #subnav .help a,
#links #subnav .links a {
    background: #ffa;	
	cursor:default;
}

a {color:#069; text-decoration:none; font-weight:bold;}
	a:visited {color:#069;}
	a:focus {color:#069;}
	a:hover {color:#c00;}
	a:active {color:#069;} 

.copyright {
	text-align: center;  
	padding-left: 2em;
	padding-right: 2em;
	font-size: 80%; 
	font-weight: normal;
	line-height: 1.2;
} 

.indent {
	padding-left: 3em;
	padding-right: 1em;
}

.noprint {
	text-align: center;
} 

.center {
	text-align: center;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}



			
