@import url(layout.css);
@import url(nav.css);
body {
	background: url(../img/bg-loop.jpg) top center repeat-x #050505;
	font-family:Arial, Helvetica, sans-serif;
	border-top:10px solid #333;
	font-size:11px;
	color:#b3b8bc;
	margin:0;
	padding:0;
}

a:link {text-decoration:none; color:#fff;}
a:visited {text-decoration:none; color:#fff;}
a:hover, a:active {text-decoration:underline; color:#fff;}
a { outline: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {display:block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

.form {padding:0; border:none;}

hr {
	height:2px;
	background:url(../img/bg-hr.gif) top left repeat-x #000;
	margin:15px 0;
	padding:0;
	clear:both;
	border:none;
}
* html hr {border:1px solid #3C3B3B; background:none;}
* + html hr {border:1px solid #3C3B3B; background:none;}
legend {
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#BA0000;
}
p {padding:6px 0; margin:0;}
