/* ============================================ *
 * - Global Styles & Page Defaults              *
 * -------------------------------------------- */
 
 body {
	background-image: url(images/BG.png);
	background-repeat: repeat-x;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#663300;
	margin: 0px;
	background-color: #8D6C47;
	height:100%;
	}

a {
	color: #993300;
	}
	
a, a:visited {
	color: #993300;
	}
	
a img {
	border:none;
	}

/*a:hover img{
	border: 1px solid #996600;
	}*/
	
#Wrapper {
	min-height: 100%;
	height: auto !important;
	height:100%;
	width:780px;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	}

h1 {
	font:bold;
	font-size:24px;
	color: #660000;
	line-height:30px;
	}
	
h2 {
	font:bold;
	font-size:16px;
	color: #660000;
	line-height:20px;
	}	
	
.style1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
}
.style2 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
	font-size: small;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
	font-size: medium;
}
.style4 {
	font-size: medium;
}

/* ============================================ *
 * - header                                     *
 * -------------------------------------------- */
 
 #header-wrapper {
	display: block;
    position: relative;
    margin: 0px auto;
    width: 780px;
	background-color: #000000;
}

#top-bar {
	height:20px;
	background-image:url(images/top.jpg);
    background-repeat: no-repeat;
}

#header {
    height: 227px;
	background: url(images/Logo.jpg);
    background-repeat: no-repeat;
}
 
#FP-photo {
 	position:relative;
	margin: 0px 0px 0px 243px;
	height: 227px;
	width: 339px;
	background-image: url(images/fireplace-photo.jpg);
	background-repeat:no-repeat;
}
 
/* ============================================ *
 * - menu                                       *
 * -------------------------------------------- */

#menu-wrapper {
    display: block;
    height: 227px;
    position: relative;
	float:right;
    margin: 0;
    padding: 0; 
}

#menu {
    width: 198px;
    height: 207px;
	float:left;

    padding-top: 20px;
	text-align:left;
}

#menu ul {
    list-style: none;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 25px !important;

}

#menu li {
    padding: 0 !important;
    margin: 0;
}
#menu li.home a {
	border-top: none;
}
#menu a {
	display: block;
	padding: 12px 0 12px 17px !important;
	padding: 11px 0 11px 17px;
	margin: 0;
	height: auto !important;
	height: 1%;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 16px;

}

#menu a span {
    margin: 0;
    padding: 0;    
}

#menu a:hover {
    color: #996600;
}

/* ============================================ *
 * - Buttons                                    *
 * -------------------------------------------- */
 
#buttons {
	height: 110px;
	width: 780px;
	margin: 8px 0px 8px 0px;
}

 
/* ============================================ *
 * - Main Content                               *
 * -------------------------------------------- */

#Main-Content-OVER-Wrap {
	position:relative;
	width: 780px;
	height: auto !important;
	/*min-height: 100%;
	height:100%;*/
	margin: 0 auto;
	background-image: url(images/BG-Main.png);
	background-repeat: repeat-y;
}

#Main-Content-Wrapper {
	position: relative;
	width: 780px;
	height: auto !important;
	/*height:100%;*/
	margin: 0 auto;
	overflow:visible;

}

#Main-Content {
	position:relative;
	float:right;
	width: 532px;
	height: auto !important;
	margin: 0 auto;

	padding: 15px 25px 15px 25px;
	overflow:visible;
}

/* ============================================ *
 * - sidebar                                    *
 * -------------------------------------------- */

#sidebar {
	position:relative;
    width: 160px;
	padding: 15px 15px 15px 15px;
    /*height: auto !important;*/
    height: 100%;
	min-height: 600px;
}


/* ============================================ *
 * - Footer                                     *
 * -------------------------------------------- */

#push {
	height: 30px;
}

#Footer {
	position:relative;
	margin-top: 20px;
	margin-bottom:60px;
	height: 60px;
	width: 100%;
	font-size:12px;
	background-color: #8D6C47;
	color: #483724;
	}
	
#Footer a {
	text-decoration: none;
	color: #483724;
	}

#Footer a:hover {
	text-decoration: underline;
	color: #483724;
	}
	
#Footer a:visited {
	color: #483724;
	}
	
