/* CSS Document */

body{

	background-color: #211000;

	margin: 0px;

	padding: 0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	color: #AD9B83;

	font-size:10px;

}


.gift a
	{
	margin: 2px 2px 2px 18px;
	font: bold 12px georgia;
	color: #a78c22;
	}

.gift a:hover
	{
	margin: 2px 2px 2px 18px;
	font: bold 12px georgia;
	color: #white;
	}

h1
	{
	font: bold 14px georgia;
	}



.table
	{
	padding: 5px 0 5px 6px;
	margin: 0 0 0 0px;
	font: 11px arial;
	color: #A59280;
	}
	

.table td.delete
	{
	width: 20%;
	}
	
h4
	{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font: bold 12px arial;
	}
	
.error
	{
	color: red;
	}





a{

	color: #AD9B83;

}

a:hover{

	color: #b3a28c;

}

strong{

	color: #b3a28c;

}

ul{

	margin:8px 0px 0px 35px;

	list-style-type:square;

}

#holder{

	margin: 0px auto;

	border: none;

	border-left: 4px solid #3d271a;

	border-bottom: 4px solid #3d271a;

	border-right: 4px solid #3d271a;	

}

#navigation{

	background-color: #823918;

	width: 314px;

	border-left: 1px solid #49321a;

	border-bottom: 1px solid #49321a;

	border-right: 1px solid #49321a;

	background-image:url(../images/navigationBg.gif);

	background-repeat:repeat-y;

	vertical-align:top;

}

#content{

	background-color: #392201;

	border-right: 1px solid #49321a;		

	padding: 54px 29px 30px 29px;

	vertical-align:top;

	width: 397px;


}

#content image{

	border: 2px solid #917553;

}

#content .letter{

	border: none;

}

#address{

	margin: 17px 0px 62px 33px;

	padding: 16px 0px 0px 0px;

	background-image:url(../images/addressBg.gif);

	background-repeat:repeat-x;

}

#address img{

	padding: 0px 0px 0px 13px;

}

#tagline{

	margin: 0px 0px 0px 165px;

	background-image:url(../images/tagBg.gif);

	background-repeat:repeat-x;

	background-position:bottom;

	padding: 0px 0px 2px 0px;

	display:inline;

}

#logo{

	margin: 0px 0px 8px 0px;

	padding: 0px 0px 0px 0px;

	position:relative;

	background-image:url(../images/checkeredBG.gif);

	background-repeat:repeat-x;

	background-position:bottom;

	height: 174px;

}

#logo .signature{

	position: absolute;

	left: 11px;

	top: 0px;

}

#logo .text{

	position: absolute;

	left: 92px;

	top: 72px;

}

#flash{

	padding: 0px 0px px 0px;

	height: 278px;

	background-image:url(../images/addressBg.gif);

	background-repeat:repeat-x;

	background-position:bottom;

	background-color:#823918;

	margin: 0px 0px 12px 0px;

}

#sectionDisplay{

	margin: 0px 0px 20px 0px;

	padding: 0px 0px 0px 0px;

	height: 24px;

	background-image:url(../images/sectionBg.gif);

	background-repeat:repeat-x;

	background-position:bottom;

}

#subNav{

	margin: 0px 0px 10px 0px;

}

input{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	border: 1px solid #241601;

	color:#241601;

	background-color:#AD9B83;

}

textarea{

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	border: 1px solid #241601;

	color:#241601;

	background-color:#AD9B83;

}

.error
	{
	color: red;
	}
	
.clear
	{ 
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	  height:1px; 
	  overflow:hidden; 
	  line-height:1%; 
	  font-size:0px; 
	  margin-bottom:-1px; 
	} 