
body {
	margin: 0px;
	padding: 0px 15px;
	min-width: 690px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #E6D4BA;
	background-color: #442C25;
	background: url(images/skins/pup2dog.jpg) top center no-repeat fixed;

}
/* Positional IDs */
#wrapper {
  text-align: left;
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#banner {
	border-width: 0;
	margin: 0px;
	padding: 0px;
	height: 150px;
	background: url(images/headers/pup2dog.jpg) top center no-repeat;
}
#banner a {
display: block;
height: 150px;
}

#mainnav {
	display: block;
	width: 690px;
	height: 150px;
	list-style: none;
	font: 18px Verdana, Arial Narrow, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url(images/nav/pup2dog.jpg) repeat-x top left;
}
#mainnav li {
	float: left;
	display: block;
	width: 132px;
	text-align: center;
	margin: 0 3px;
}
/**html #mainnav li {
	margin: 0 2px;
}*/
#mainnav li.last {
margin: 0 0 0 3px;
}
#mainnav li a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#mainnav li a strong {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
}
#mainnav li a img {
	border: none;
}
#mainnav a:hover {
	color:#FFFFCC;
	font-weight: bold;
}

#mainnav img {
	margin: 0px;
	padding: 0px;
}

#buttons img {
	margin-left: 6px;
}

#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
}
#vidfooter {

	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	margin-top: 15px;
}

#content {

}

/* Ugly temporary relative positioning of newsflash */
#newsflash {
	position: relative;
	top: -955px; 
	left: 450px; 
	width: 120px; 
	border-width: 0px; 
	z-index: 1;
}

/* Text and General Styles */
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.clear {
	clear: both;
}

div.links img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: none;
	border-width: 0px;
}

.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFCC;
	text-align: left;
}

a:link, a:visited {
	color: #FFFFFF;
}

/* HR tag replacement */
.bar {
	width: 690px;
	height: 1px;
	background-color: #E6D4BA;
}

.newsheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFCC;
}
#wrapper #content .news h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC66;
	text-decoration: underline;
}
.counter {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

/* Photo Gallery Styles */
body#photoGallery h1 {
	font-weight: normal;
	font-size: 110%;
	margin-left: 10px;
}

body#photoGallery h1 span {

 font-weight: bold;
}

.photoRow * {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;	
}
.photoRow {
	list-style: none;
	display: block;
	clear: both;
	height: 166px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 2px dotted #000;
}
.photoRow li {
	float: left;
	display: block;
	width: 124px;
	margin: 0 10px 0 0;
	
/*	padding: 5px 2px;*/
	text-align: center;
}
.photoRow li.last {
	margin-right: 0;
}

.photoRow li a {
	display: block;
	position: relative;
	height: 160px;
	overflow: hidden;
}
.photoRow li a img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
.photoRow li a img.landscape {
	margin-top: 10px;
	width: 120px;
	height: 90px;
}
.photoRow li a img.portrait {
	
	height: 120px;
}
.photoRow li a span {
	display: block;
	width: 120px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	background: none;
	padding: 2px;
}
.photoRow li a:hover span, .photoRow li a:hover img {
	
}
.photoRow li a:hover {
filter: alpha(opacity=70); opacity: 0.7;
}
#fullimage {
	width: 690px;
	height: 644px;
	overflow: hidden;
	background: no-repeat top center;
	padding: 0;
	border-bottom: 2px dotted #000;
	border-top: 2px dotted #000;
}
/*#fullimage img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000;
}*/
.photoNavLink {
display: block;
text-align: right;
font-weight: bold;
}