@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background:#598527;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000
}
a, a:visited, a:link, a:active {
	color:#ffe400;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}
#container {
	margin:0 auto;
	width: 1036px;
	padding:0px;
	min-height:100%;
	background:url(../images/bg-warn.gif) repeat-y;
}
.bgcnt, .header, .lft, .footer, .footer p, .footer span, .lft span, .lft h1, .lft h2{
	float:left;
	padding:0px;
	margin:0px;
}
.bgcnt {
	width: 1036px;
	background:url(../images/bg-warn.gif) repeat-y;
}
.header,  .footer {
	width:994px;
	margin:0 0 0 21px;
}
.lft{
	margin:0 0 0 48px;
	width:525px;
	height:497px;
	background:url(../images/wlft-bg.jpg);
}
.lft p{
	float:left;
	margin:15px 0 30px 45px;
	width:420px;
	color:#FFF;
	text-align:center;
	line-height:24px;
	font-weight:bold;
	font-size:17px;
}
.lft span, .lft h1, .lft h2{
	width:450px;
	margin:15px 0 0 30px;
	text-align:center;
}
.lft h1{
	font-size:14px;
}
.lft h2{
	font-size:24px;
	margin:30px 0 0 30px;
}
.ryt{
	float:left;
	margin:0;
	width:427px;
}
.footer{
	background:url(../images/bg-footerw.jpg) bottom no-repeat;
	padding:30px 0;
}
.footer p, .footer span{
	width:994px;
	margin:10px 0;
	text-align:center;
	color:#ffc499
}
.footer p{
	letter-spacing:1px;
}
.footer p a{
	font-weight:bold;
	color:#ffe400;
}
/*remove selected box when clicking in FF*/
|:-moz-any-link:focus {
outline: none;
}
input[type="image"]:focus {
	outline: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}
abbr[title], acronym[title] {
	border-bottom: none;
}
*:focus {
	outline : none;
}