@charset "UTF-8";
/* Created by DogpawStudio.com
Colors:
light green (body): EEF4D7
middle green (border): 89AA22
other green (gallery backgrounds on photo.tpl): E7EECF
logo blue: 145F84
link blue: 6B8CB7
*/
body {
	background: #000000;
	margin: 0;
	padding: 12px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #outercontainer selector */
	color: #555555;
	line-height:170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#outercontainer {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:15px 0;
	}
#container {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
#header { 
	background: #000000;
	margin:0 0 3px 0;
	}
TD.logo {
	text-align:left;
	width:184px;
	padding:0;
	}
h1 {
	font-size:14px;
	color:#145F84;
	border-bottom: 1px solid #145F84;
	padding:0 0 4px 6px;
	text-transform:uppercase;
	}
h2 {
	font-size:12px;
	padding-left:18px;
}
#mainContent {
	border-top:8px solid #89AA22;
	border-right:8px solid #89AA22;
	border-left:8px solid #89AA22;
	}
a:link, a:visited {
	color:#6B8CB7;
	text-decoration:underline;
	}
a:hover {
	color:#89AA22;
	text-decoration:none;
	}
.menu {
	float:right;
 	padding:4px 0 0 0;
	color:#89AA22;
	font-size:12px;
 	}
.menu a:link, .menu a:visited {
	color:#E3E3E3;
	text-decoration:none;
	padding:2px 8px 2px 8px;
	}
.menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background:#145F84;
	}
TD.colorbar {
	background:#89AA22;
	height:8px; /* same width as the border */
	}
TD.logoPhoto {
	background:#EEF4D7;
	padding:0 30px 30px 60px;
/*	width:235px;
*/	}
TD.copy {
	padding:30px 60px 30px 30px;
/*	width:240px;
*/	background:#EEF4D7;
	}
#footer { 
	background:#89AA22;
	clear:both;
	text-align:center;
	color:#E8E8E8;
	} 
#footer p {
	margin: 0;
	padding:0 0 3px 0;
	}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
#footer a:hover {
	color:#000000;
	text-decoration:none;
	}
#dogpaw {
	color:#89AA22;
	padding:15px 0 55px 0;
	}
#dogpaw a:link, #dogpaw a:visited {
	color:#89AA22;
	text-decoration:none;
	}
#dogpaw a:hover {
	color:#EEF4D7;
	text-decoration:none;
	}
#logos {
	width:250px;
	margin:0 auto;
	padding:12px 0 0 0;
}
#fbLogo {
	padding:6px 0 0 12px;
}
	