@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5 em;
	background-image:url(../images/DRIFTWD.jpg);
	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: #003300;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/burlap_BG.gif);
	padding:1px 3px 1px 3px;	
	} 
.twoColFixLtHdr #header {
	text-align:center;
	background-image:url(../images/Green_glow_pg_bkgd.jpg);
	color:#DBB923;
	border:medium inset #DBB923;
	padding: 0 10px 5px 20px;  /* 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. */
	line-height: 1.1em;
	
} 
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	line-height: 1.5em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../images/Green_glow_pg_bkgd.jpg);/* the background color will be displayed for the length of the content in the column, but no further */
	background-repeat:repeat;
	border:medium inset #DBB923;
	padding: 15px 10px 15px 20px;
	text-align:center;
	color: #DBB923;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 10px 10px;
	background-image:url(../images/Green_glow_pg_bkgd.jpg);
	color:#DBB923;
	border:medium inset #DBB923;
	background-color: #DDDDDD;
} 
.twoColFixLtHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	clear: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.imgBorder
{border:medium inset #DBB923;}

.twoColFixLtHdr #container #footer a
{
	color: #DBB923;
	text-decoration: underline;}
	
	a:hover {border: dashed thin #DBB923;	
}
#EVGweb
{padding: 5px 5px;

}
.twoColFixLtHdr #container #header a
{
	display: inline;
	color: #DBB923;
}

.twoColFixLtHdr #container #footer li
{
	display: inline;
	color:: #DBB923;
}

.twoColFixLtHdr #container #footer .style3 li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #DBB923;
	display: inline;
	white-space: nowrap;
	font-weight: bolder;
}

.pgh_pading_img
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.padLeft
{ padding-left:4px;
}
.twoColFixLtHdr #container #mainContent .imgBorder
{
	margin: 3px;
}
#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	font:10px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:0.2em;
	padding-bottom: 5px;
	background-color: #F8F1E5;
	width:auto;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
}
#testamonial{
	width:200px;
	border:thin solid #003333;
	padding:2px 3px;
	clear: left;
	margin-top: 2px;
}
.lineHeight
{ line-height:1.5em;}

#tattooChart
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border: medium solid #181A05;
	padding: 3px;
	width: 325px;
	margin: auto;
}

.GreenImgBrdr
{
	border: medium inset #181A05;
}

.clrRite
{
	clear: right;
}
.clrBoth
{
	clear:both;
	}
.marginRt_btm
{
	margin-right: 3px;
	margin-bottom: 3px;
}
.twoColFixLtHdr #container #sidebar1 #sideEditbl .style5 {
	color: #DBB923;
}
