a {outline: none;}

:focus {-moz-outline-style: none;}

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url(../images/body_bg.jpg);
 background-repeat:repeat-x;
} 
 
#pagewidth{ 
 width:837px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
 background-image: url(../images/pagewidth_bg.jpg);
 background-repeat: no-repeat;
 background-position: 21px 163px;
 font-family: Garamond, Georgia, "Times New Roman", Times, serif;
} 
 
#header{
 position:relative; 
 height:163px;  
 width:100%;
} 

h1 {
	margin:0px;
}

h1 a {
	display: block;
	position: absolute;
	top: 12px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 323px;
	height: 151px;
	margin:0px;
	text-indent: -9999px;
}

h1 a:hover {
	border: 0px;
}

h4.tagline {
	background-image: url(../images/tagline_bg.jpg);
	background-position:center;
	background-repeat: no-repeat;
	height: 45px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color: #45000d;
	font-size: 18px;
	margin: 0px 0px 0px 22px;
	text-align:center;
	padding: 22px 0px 0px 0px;
}

h4.quote1 {
	background-image: url(../images/quilt_giveaway.jpg);
	height: 145px;
	width: 233px;
	text-indent: -9999px;
	margin-left: 46px;
}

#maincol h2 {
	color: white;
	margin: 200px 0px 0px 26px;
	font-size: 1.8em;
	font-weight: normal;
}

#content h4 {
	margin: 0px;
	padding-left: 20px;
	text-decoration:underline;
	padding-bottom: 5px;
}

#leftcol{
 width:298px; 
 float:left; 
 position:relative; 
  }

#menu {
	background-image: url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 0px 21px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	height: 359px;
	_margin-bottom: -35px;
}

#menu ul {margin: 0px 0px 0px 0px; height: 359px; list-style-type: none; padding: 38px 0px 0px 0px;}

#menu li {margin: 0px; padding: 0px; text-align:center; padding-bottom: 2px;}

#menu li a {color:#efe1cc; font-size: 15px; text-transform: uppercase; text-decoration:none; height: 28px; display: block; padding-top: 12px;}
#menu li a:hover {color: white; font-weight: bold;}

#photos {
	position: absolute;
	left: 298px;
	top: 110px;
	width: 539px;
	height: 264px;
}

#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:539px; 
 }
 
#footer{
 height:50px;
 background-image: url(../images/footer_bg.jpg);
 background-repeat: no-repeat;
 margin-left: 21px;
 clear:both;
 padding-top: 25px;
 font-size: .8em;
 text-align: center;
 } 

#footer a {color: #004b2f; text-decoration: none;}
#footer a:hover {color: 004b2f; text-decoration: underline;}

#contentcontainer{
width: 482px;
margin: 5px 0px 0px 18px;
}


#content {
	background-image: url(../images/content_bg.jpg);
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

#content p {
	color: #261300;
	line-height: 1.5em;
	font-size: 1em;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}

#content li {
	line-height: 1.8em;
	font-size: .9em;
}

#content a {color: #870020;}
#content a:hover {text-decoration: none; border-bottom: 2px solid #870020; background-color: #d1b99d;}

div.hr {
  height: 15px;
  width: 482px;
  background: url(../images/hr.jpg) no-repeat scroll center;
  padding-top:15px;
}
div.hr hr {
  display: none;
}

#bottom {
	background-image: url(../images/bottom.jpg);
	height: 25px;
	background-repeat:no-repeat;
	margin: 0px;
	margin-top: 10px;
	clear: both;
}
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
