html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	height:100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.5em;
	background-image:url(../images/grass-block-top-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#26430d;
}

p  {
	margin-top:15px;
}

ul {
	margin-left:25px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:15px;
	line-height:25px;
	list-style:square;
	
}


a {
	color:#3e471a;
	text-decoration:underline;
}


a:hover {
	text-decoration:none;
}



html {
	height: 100%;
}

blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



h1  {
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:28px;
	color:#3e471a;

	
}

h2  {
	font-family:Arial Narrow, Helvetica, sans-serif,;
	font-size:22px;
	color:#3e471a;

	
}






/* temp containers begin here!!! */

div#container-front {
	width:100%;
	height:100%;
	margin:0px auto;
	background-image:url(../images/frontpage.jpg);
	background-position:top;
	background-repeat:no-repeat;	

}

div#container-inside {
	width:100%;
	height:100%;
	margin:0px auto;
	background-image:url(../images/page.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	
}

/* temp containers end here!!! */


div#container-topdeal {
	width:100%;
	margin:0px auto;
	background-image:url(../images/big-top-block.jpg);
	background-position:top;
	background-repeat:no-repeat;	
	
}



div#container-header {
	
	height:355px;

}

/* front page specific content */

div#container-page {
	width:950px;
	margin:0px auto;
	background-image:url(../images/front_repeat_mid_bg.gif);
	background-repeat:repeat-y;

}


div#container-content {
	width:950px;
	background-image:url(../images/front_paver_top_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}



div#main-content-left {
	margin-right:287px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;


}

div#main-content-right {
	width:287px;
	float:right;
	background-color:transparent;
}


/* inside page specific */

div#container-sub-page {
	width:950px;
	margin:0px auto;
	background-image:url(../images/sub-page-mid-repeat-bg.jpg);
	background-repeat:repeat-y;

}


div#sub-container-content {
	width:950px;
	background-image:url(../images/inside-mid-site-bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}



div#sub-content-left {
	margin-right:370px;
	padding-top:10px;
	padding-left:50px;


}

div#sub-content-right {
	width:340px;
	padding-right:8px;
	float:right;
	background-color:transparent;
}



.clearing {
	height: 0;
	clear: both;
}



div#container-footer {
	width:100%;
	background-color:#2a1f0b;
	height:295px;
	background-image:url(../images/grassy-bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}


div#footer-content  {
	margin:0px auto;
	width:950px;
	margin-top:20px;
	color:#f7e2b6;
	font-size:16px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif
}

div#footer-content a  {
	color:#f7e2b6;
	font-size:16px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding-left:2px;
	padding-right:2px;
	
}

div#footer-content a:hover  {
	color:#2a1f0b;
	background-color:#f7e2b6;
	font-size:16px;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration:none;

}

div#caption-right {
	float:right;
	width:236px;
	padding-right:20px;
	padding-left:20px;
	color:#FFFFFF;
	font-family:Arial Narrow, Helvetica, sans-serif;
	font-size:15px;
	
	}
	
	
.lightlink  {
	color:#d0c8ad;
	text-decoration:underline;
}

.lightlink:hover  {
	text-decoration:none;
}

.indent  {
	padding-left:20px;
	border-left-color:#3e471a;
	border-left-width:4px;
	border-left-style:solid;
}

