#holder {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F3E4AB;
	width: 800px;
	background-color: #CCD7DD;
	height: 1085px;
	margin: auto;
	border: medium solid #FFFFFF;
}

body {
	color: #800000;
	background-color: #ACD0F0;
	background-image: url(images/bg_chalet.gif);
	background-repeat: repeat-x;
}

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	height: 230px;
	width: 800px;
	color: #CCCCCC;
	position: relative;
	background-color: #3D62B2;
	background-image: url(images/dogs-header.jpg);
}



h1 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #00974B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}



#sidebarLeft {
	color: #666666;
	float: left;
	width: 170px;
	background-color: #CCD7DD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	height: 745px;
	padding-top: 10px;
}
#sidebarLeft a:link {
	color: #330066;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}
#sidebarLeft a:visited {
	color: #FF6600;
	text-decoration: none;
}
#sidebarLeft a:hover {
	color: #330066;
	background-color: #FF6600;
	text-decoration: none;
}


#content {
	width: 620px;
	background-color: #DFDFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	float: left;
	text-align: justify;
	height: 810px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#content  a {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
#content  a:hover {
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
}
#content  a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}


#h1box {
	height: 100px;
	width: 560px;
	background-image: url(images/box.jpg);
}
#h1text {
	padding: 15px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #003333;
}


#text {
	background-color: #FFFFFF;
	float: right;
	width: 580px;
	height: 750px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px;
}






#footer {
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	width: 795px;
	position: relative;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	background-color: #9EB4BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	float: left;
	text-decoration: none;
}
#footerPic {
	padding-right: 16px;
	padding-left: 18px;
}

#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #3399FF;
	font-weight: bold;
	text-decoration: none;
}
