@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
}
body {
	background:#701e00 url(../images/bg.jpg);
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
a, a:visited, a:link, a:active {
	color:#ffe400;
	text-decoration:underline;
}
a:hover {
	color:#ffe400;
	text-decoration:none;
}
#container {
	margin:0 auto;
	width: 934px;
	padding:0px;
}
.bgcnt, .header, .lft, .footer, .footer p, .lft p, .lft span, .lft h1, .lft h2, .lft h3, .lftimg{
	float:left;
	padding:0px;
	margin:0px;
}
.bgcnt {
	width: 934px;
	background:url(../images/bg-contw.png) repeat-y;
}
.header,  .footer {
	width: 852px;
	margin:0 0 0 41px;
}
.lft{
	display:inline;
	width:407px;
	background: url(../images/bg-warn.gif);
	margin:0 0 50px 57px;
}
.lft p{
	margin:5px 0 0 33px;
	width:354px;
	color:#FFF;
	text-align:center;
	line-height:20px;
}
.lft span, .lft h1{
	width:354px;
	margin:30px 0 0 30px;
	text-align:center;
}
.lft h1{
	font-size:14px;
	font-weight:normal;
}
.lft h2{
	width:407px;
	text-align:center;
	font-size:18px;
	padding:50px 0 70px 0;
	background:url(../images/warnbtm.gif) bottom no-repeat;
}
.ryt{
	float:right;
	width:392px;
	margin:0 65px 0 0;
}
.footer{
	background:#303b07 url(../images/bg-footer.jpg) bottom repeat-x;
	padding:5px 0 40px 0;
}

.footer p{
	width:852px;
	text-align:center;
	margin:15px 0 0 0;
	font-size:12px;
}
.footer p a{
	color:#850a00;
	font-weight:bold;
}

/*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;
}