/*  general style  */

body {
	font-family: verdana, helvetica, arial, sans-serif;
	margin: 30px;
	background-color: #CCCCCC;
	background-image: url("image/back3.jpg");
	}

.sm {font-size: 10px;}

/*  type and all  */

a:link, a:visited { color: #B90000; text-decoration: none; }
a:active, a:hover { color: #BE2940; background-color: #FFFED9; text-decoration: underline; }

#footer a:link, #footer a:visited { color: #FFFED9; text-decoration: none; }
#footer a:active, #footer a:hover { color: #983c06; text-decoration: none; }

.style1 { font-size: 12px; color:#FFFED9;}
.style1 a:link, .style1  a:visited { color: #FFFED9; text-decoration: none; }
.style1  a:active, .style1  a:hover { color: #983c06; text-decoration: none; }

#content {
	font-size: 11px;
	color: #666;
	line-height: 16px;
	}

#footer { font-size: 10px; }

h1, h2 { display:none; }
h3 {
	margin-top: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	color: #A33235;
	}

/*  layout formatting  */

#container {
	width: 789px;
	margin: 0 auto;
	padding: 0;
	}
	
#header {
	width: 790px;
	height: 280px;
	background: url("image/top.png");
	}
	
#footer {
	width: 790px;
	padding-top: 75px;
	background: url("image/foot.png") no-repeat;
	text-align: center;
	}
	
#content {
	padding: 20px 70px 0 60px;
	background: url("image/content_bg_test.png") right top no-repeat;
	margin-bottom:-15px;
	}
	
	#content2 {
	margin-left:22px;
	background: url("image/bg_test.png");

	}

#flashcontent {text-align: center;}

#empty {clear: both; height: 1px;}
#copy-wide li {
	padding: 0 10px 10px 0;
	}
	
#copy {
	float: left;
	width: 340px;
	margin-left: 20px;
	}
	
#mailinglist {
	float: left;
	width: 310px;
	padding-top: 20px;
	margin-left: 20px;
	background: url("image/nav_bg_test.png") -100px -20px no-repeat;
	}
	
#photo {
	width: 270px;
	float: left;
	}	
#photo img {
	margin: 0 10px 10px 0;
	border: 0;
	float: left;
	}
	
#photolist {
	padding: 0 20px;
	}	
#photolist img {
	border: 0;
	}
.lister {
	float: left;
	margin: 0;
	padding: 0 15px 20px 0;
	text-align: center;
	}
	
#photo_nav span {display: none;}
#photo_nav {
	clear: both;
	height: 30px;
	color: #fff;
	padding: 0 0 0 74px;
	text-transform: uppercase;
	font-weight: bold;
	background: url("imgs/photo_nav_bg_test.png") no-repeat;
	}
#photo_nav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#photo_nav ul li { 
	display: block;
	float: left; 
	margin: 0;
	padding: 0;
	}

#photo_nav ul li a {
	margin: 0;
	padding: 0;
	padding-top: 7px;
	color: #fff;
	text-align: center;
	display: block;
	width: 30px; 
	height: 30px;
	}
#photo_nav ul li a:link, #photo_nav ul li a:visited {background: none;}
#photo_nav ul li a:active, #photo_nav ul li a:hover, #photo_nav ul li a#selected {background: url("imgs/photo_nav_selected.gif") no-repeat;}


/* navigation */

#nav {
	width: 720px;
	height: 50px;
	margin: 0 auto;
	padding: 0 35px;
	background: url("image/nav_bg_test.png");
	}
#nav ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left:75px;
	}
#nav ul li { 
	display: block;
	float: left; 
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	width: 110px;
	height: 40px;
	}
#nav li a span {display:none;}

a#menu1 { background: url("image/nav_home.gif") no-repeat; }
a#menu2 { background: url("image/nav_breed.gif") no-repeat; }
a#menu3 { background: url("image/nav_care.gif") no-repeat; }
a#menu4 { background: url("image/nav_puppies.gif") no-repeat; }
a#menu5 { background: url("image/nav_resources.gif") no-repeat; }
a#menu6 { background: url("image/nav_contact.gif") no-repeat; }
a#menu1_on { background: url("image/nav_home_select.gif") no-repeat; }
a#menu2_on { background: url("image/nav_breed_select.gif") no-repeat; }
a#menu3_on { background: url("image/nav_care_select.gif") no-repeat; }
a#menu4_on { background: url("image/nav_puppies_select.gif") no-repeat; }
a#menu5_on { background: url("image/nav_resources_select.gif") no-repeat; }
a#menu6_on { background: url("image/nav_contact_select.gif") no-repeat; }
a#menu1:hover { background: url("image/nav_home_select.gif") no-repeat; }
a#menu2:hover { background: url("image/nav_breed_select.gif") no-repeat; }
a#menu3:hover { background: url("image/nav_care_select.gif") no-repeat; }
a#menu4:hover { background: url("image/nav_puppies_select.gif") no-repeat; }
a#menu5:hover { background: url("image/nav_resources_select.gif") no-repeat; }
a#menu6:hover { background: url("image/nav_contact_select.gif") no-repeat; }
a#blank, a#blank:hover { background: url("image/nav_blank.gif") no-repeat; }

