/* Black Dog Lodge | Site Design by Mellon Technology info@mellontech.com */

html, body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	padding:0px;
	}
#wrapper{
	width:646px;
	padding:0px;
	margin:0px auto;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	}

/* header and nav */
#header{
	width:646px;
	height:175px;
	padding:0px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}
#paw{
	width:168px;
	height:98px;
	background-image:url(../images/paw.jpg);
	background-repeat:no-repeat;
	float:right;
	}
#mainnav{
	width:450px;
	float:left;
	height:98px;
	padding-left:15px;
	text-align:center;
	font-size:12px;
	}
#mainnav a{
	padding-right:8px;
	padding-left:8px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
	}
#mainnav a:hover{
	color:#84755f;
	font-weight:bold;
	}

/* content */
#context{
	width:646px;
	padding-left:15px;
	padding-right:15px;
	background-image:url(../images/contentbg.jpg);
	background-repeat:repeat-y;
	}
#content{
	width:600px;
	padding-left:15px;
	padding-bottom:15px;
	float:left;
	}
#innercontent{
	width:350px;
	float:left;
	position:relative;
	top:-53px;
	}
#contentimg{
	width:218px;
	height:204px;
	margin-top:50px;
	float:right;
	}
.header{
	font-size:14px;
	color:#85592d;
	font-weight:bold;
	}
	
/* footer */
#footer{
	width:646px;
	height:54px;
	padding:0px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
	font-size:10px;
	text-align:center;
	color:#000;
	vertical-align:middle;
	}
#footer ul{
	list-style-type:none;
	padding:0px;
	display:inline;
	}
/*\*/
* html #footer{
text-align:left;
}
/**/
#footer ul li{
	display:inline;
	padding:0px;
	}
#footer ul li a{
	color:#000;
	text-decoration:none;
	}
#footer ul li a:hover{
	color:#84755f;
	text-decoration:none;
	}
#copyright{
	padding-top:5px;
	text-align:center;
	color:#fff;
	background-image:url(../images/bg.jpg);
	}
#copyright a{
	text-decoration:none;
	font-weight:bold;
	color:#33cc33;
	}
#contact{
	color:#534a3e;
	/*padding-top:8px;
	padding-right:45px;*/
	text-align:center;
	font-weight:bold;
	}
#contact a{
	color:#85592d;
	text-decoration:none;
	}
#contact a:hover{
	text-decoration:underline;
	}