@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F1EB68;
	color: #DC291e;
	
}
 #container {
	width: 976px;
	margin: 0 auto;
	text-align: left;
}
 #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 161px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 14px 12px;
}
#top-nav {
	margin: 20px 0 0 0;
	padding: 0 0 0 55px;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
   clear: both;
   width: 980px;
}
#nav {
	margin: 110px 0 0 140px;
	float: left;
}
 #nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
} 

#nav li
{
	float: left;
	margin: 0 0.15em;
} 
#nav li a
{
	float: left;
	width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
} 
/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */ 




 #footer {
	padding: 0;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 0 0 15px;
	background-image: url(../images/footer_main.png);
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer-home {
	padding: 0 18px 0 90px;
	background-repeat: no-repeat;
	background-position: center;
}
#about-content {
	height: 1100px;
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: 15px top;
}
#about-right {
	float: right;
	width: 480px;
	margin: 10px 20px 0 10px;
	background-image: url(../images/about_right_bg.png);
	background-repeat: no-repeat;
	height: 600px;
	padding: 10px 0 0 0;
}
#about-content img {
	margin: 10px 0 0 30px;
	position: absolute;
	top: 156px;
}
#about-right h2 {
	margin: 20px 0 0 30px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
}
#about-right p {
	width: 425px;
	margin: 5px 0 0 30px;
	text-align: justify;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

.box { /* you can specify a width here, or allow it to default to 100% of its containing box */
	margin-bottom: 10px;
	width: 479px;
	background-repeat: no-repeat;
	padding: 0px;
		}
.box-mid {
	background-repeat: repeat-y;
}
.box-bottom {
	background-repeat: no-repeat;
	clear: both;
	padding: 0 0 0 30px;
	margin: 20px 0 0 0;
}
.box-bottom a {
	color: #DC291E;
	text-decoration: underline;
}
.box-bottom a:hover {
	color: #666666;
	text-decoration: none;
}


#what-content {
	background-image: url(images/what_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 680px;
}
#what-right h1 {
	margin: 0 0 0 380px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	width: 400px;
	padding: 60px 0 0 0;
}
#what-right h2 {
	margin: 230px 0 0 380px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	width: 400px;
}
#what-right p {
	width: 360px;
	margin: 208px 0 0 370px;
	text-align: justify;
	line-height: 13px;
}
#what-right h3 {
	text-align: center;
	word-spacing: 6px;
	margin: 33px 160px 0 0;
}
#what-right h4 {
	margin: 10px 0 0 150px;
}
#what-right span {
	margin: 0 0 0 150px;
}
#what-right #heading {
}
#contact-content {
	height: 680px;
	background-repeat: no-repeat;
	background-position: 15px top;
	background-image: url(../images/contact_bg.jpg);
}
#contact-content #Map2 {
	margin: 0;
	border: 3px solid #333;
}
#contact-content p {
	margin: 0 0 0 400px;
}
#contact-content h3 {
	margin: 0 0 0 400px;
}
#contact-right {
	float: right;
	width: 800px;
	margin: 10px 150px 0 10px;
	padding: 10px 0 0 0;
}
#contact-heading {
	margin: 450px 0 0 0;
	text-align: center;
}
#contact-right h1 {
	margin: 0 0 0 380px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	width: 400px;
	padding: 60px 0 0 0;
}
#contact-right h2 {
	margin: 50px 0 0 380px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	width: 400px;
}
#contact-right p {
	width: 340px;
	margin: 15px 0 0 340px;
	text-align: left;
	line-height: 16px;
}
#contact-right h3 {
	text-align: center;
	word-spacing: 6px;
	margin: 33px 160px 0 0;
}
#contact-right h4 {
	margin: 10px 0 0 150px;
}
#contact-right span {
	margin: 0 0 0 150px;
}
#contact-right #heading {
}
#happ-content img {
}
#footer-home {
	
	background-repeat: no-repeat;
	background-position: center;
}
#happ-heading {
	margin: 450px 0 0 70px;
	width: 700px;
}
#happ-content {
	height: 650px;
	background-image: url(../images/what_bg.jpg); 
	background-repeat: no-repeat;
	background-position: 15px top;
}
#happ-right .artist {
	float: right;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: italic;
	margin: 20px 0 0 20px;
	position: absolute;
}
#happ-right {
	float: right;
	width: 800px;
	margin: 10px 150px 0 10px;
	padding: 10px 0 0 0;
}
#happ-content img {
	margin: 10px 0 0 30px;
	position: absolute;
}
#happ-right h2 {
	margin: 45px 180px 0 40px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	float: right;
}
#happ-right h3 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	width: 650px;
	text-align: center;
}
#happ-right p {
	width: 360px;
	margin: 276px -144px 0 40px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	padding: 0 0 0 10px;
	line-height: 13px;
	float: right;
}
.social-bottom  {
	float: left;
	height: 80px;
	width: 350px;
	margin: 30px 10px 10px 10px;
	position: absolute;
}
.social-bottom .bottom-twitter {
	float: left;
	height: 70px;
	width: 68px;
	position: absolute;
	left: 87px;
	top: 8px;
}
.social-bottom .bottom-wordpress {
	float: right;
	height: 70px;
	width: 68px;
	position: absolute;
	left: 178px;
	top: -13px;
}
.social-bottom  .bottom-facebook {
	height: 70px;
	width: 68px;
	position: absolute;
	top: -12px;
	left: -2px;
}
#chef-content {
	height: 650px;
	background-repeat: no-repeat;
	background-position: 15px top;
	background-image: url(../images/chef_tod.jpg);
}
#chef-content h2 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	margin: 110px 0 0 290px;
	position: absolute;
}
#chef-content p {
	text-align: justify;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	width: 425px;
	margin: 130px 0 0 290px;
	position: absolute;
	top: 167px;
}
.twostraydogs_footer {
	text-align: right;
	font-family: Verdana, Arial, Helvetica;
	font-size: 80%;
	color: #333;
}
#social-top {
	width: 210px;
	float: right;
	margin: 30px 20px 0 0;
}
#social-top .facebook {
	display: block;
	width: 70px;
	float: right;
}
#social-top .twitter {
	display: block;
	width: 70px;
	float: right;
}
#social-top .wordpress {
	display: block;
	width: 70px;
	float: right;
	margin: 8px 0 0 0;
}

