@charset "utf-8";
/*  CSS Reset  */
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* ********** DEFAULT STYLES ********** */
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #82c65d url(../images/page_bg_border.jpg) top center repeat-y;
	height: 100%;
	color:#004812;
}
p {
	padding: 0.5em 0;
}
p bold, p strong {
	font-weight: bold;
}
blockquote{
	margin-left: 15px;		   
}
.center{
	text-align: center;	
}
a {
	text-decoration: none;
	color: #e6cd7c;
	font-weight:bold;
	padding:1px;
}
a:hover {
	text-decoration: none;
	color: #fff4cf;
	padding:1px;
}
h1{
	font-weight:bold;
	color: #ccc;
	font-size: 13px;
	padding: 5px 0;
	text-transform:uppercase;
}
h2{
	font-size:16px;
	color:#988631;
	font-weight:bold;
}

h3{
	font-size:22px;
	color:#988631;
	font-weight:bold;
}

.clear{
	clear:both;
}

#container{
	width:920px;
	margin:0 auto;
	background: #82c65d url(../images/page_bg.jpg) top center no-repeat;
	min-height:700px;
}

#footer{
	position:relative;
	top:610px;
	text-align:center;
	font-size:9px;
	padding:5px;
	font-weight:bold;
}
#click_here{
	position:relative;
	top:580px;
	width:255px;
	height:90px;
	margin:0 auto;
}
