/* # Training.css

	Author: Mark Bielawiec
	Email: Maarek7@gmail.com

*/

* {
  margin: 0;
}

body {
  margin: 0 0 0 0;
  }

#title {	
	margin: 0 auto;
	color: #efecc8;
	font-family: 'Trajan Pro';
	height: 80px;
	width: 100%;
	background: url('images/title-background2.jpg') center;
	}
#title-txt {
	margin: 0 auto;
	color: #efecc8;
	font-family: 'Georgia';
	width: 860px;
	padding: 0;
	}
#title-txt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}
#title-txt li {
	display: inline;
}
#title-txt a {
	display: block;
	float: left;
	margin: 1px 0px 0px 0px;
	padding: 30px 14px 0px 14px;
	text-decoration: none;
	text-transform: capitalize;
	color: #efecc8;
}

#title-txt a:hover {
  text-decoration: underline;
}

#main-background {
	width: 100%;
	background: url('images/main_image_background.jpg') center;
}
#main-page {
	clear: both;	
	margin: 0 auto;
	width: 766px;
	height: 323px;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}	
#why-background {
	width: 100%;
	background: url('images/why_full_background.jpg') center;
}

#why-main {
	height: 51px;
	background: url('images/why_background.jpg') center;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

#why-sub-title {
	margin: 0 auto;
	height: 51px;
	width: 766px;
	background: url('images/sub-title-bar.jpg') center;
	}
#why-sub-title-text h1{
	font: 1.05em/100% 'Georgia';
	font-weight: normal;
	color: #ffffff;
	padding: 20px 0 0 32px;
}

#why-welcome-text-left-table i {
	color: #af3229;
	font: 0.75em/100% 'Georgia';
	font-weight: bold;

	}
#why-welcome-text-left-table b {
	color: #82796e;
	font: 0.9em/100% 'Georgia';
	font-weight: bold;
	}
#why-welcome-text-left-table p {
	color: #82796e;
	font: 0.75em/100% 'Georgia';
	}
#why-welcome-text-left-table p a {
	margin: 0 0 0 15px;
	color: #8d765d;
	font: 1.1em/100% 'Georgia';

	}
	
#why-welcome-text-right {
	width: 430px;
	}
#why-welcome-text-right h1 {
	color: #ffffff;
	text-shadow: 6px 6px 6px #000000;
	font: 1.3em/100% 'Georgia';
	padding: 0 0 0 25px; 
	}
#why-welcome-text-right p {
	color: #9d0a0e;
	font: .7em/100% 'Georgia';
	padding: 20px 0 0 25px;
	}

/* Fun for Fido Section */

#fun-background {
	width: 100%;
	background: url('images/body_background.jpg') center;
}

#fun-for {
	margin: 0 auto;
	width: 766px;
	height: 1200px;
	background-color: #f7f5e4;
	list-style: none;
	padding-top: 10px;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
	}
#fun-for-left-details {
	width: 250px;
	height: 500px;
	list-style: none;
   padding: 0 0 0 30px;
  }

#fun-for-right-details-title {
	clear: both;
	margin: 0 auto;
	height: 500px;
	width: 450px;

}
#fun-for-right-details-title h1{
	color: #6d5330;
	list-style: none;
	font: 1.1em/100% 'Georgia';
	font-weight: bold;
	padding: 8px 0 0 10px;
	}

#fun-for-right-details-title i {
	color: #000000;
}
#fun-for-right-details-title b {
	color: #af3229;
	font-weight: bold;
}
#fun-for-right-details-title p {
	color: #000000;
	font-family:'Georgia';
	font-size: 11pt;
	padding: 0 0 0 20px;	
}
#fun-for-right-details-title a {
	color: #000000;
}
#footer-background {
	margin: 0 auto;
	width: 100%;
	height: 83px;
	background: url('images/footer-background.jpg') center;
	}
	
#footer {
	margin: 0 auto;
	width: 766px;
	height: 83px;
}

#footer-left p {
	margin: 0 auto;
	float: left;
	color: #f7f5e4;
	font-family: 'Myriad Pro';
	font-size: 13px;
	padding: 40px 0 0 40px;
}

#footer-right p {
	margin: 0 auto;
	float: right;
	color: #f7f5e4;
	font-family:  'Myriad Pro';
	font-size: 13px;
	padding: 15px 20px 0 0;
}