@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.css');

img { behavior: url(iepngfix.htc); }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	margin: 20px auto 0px auto;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
	font-size: 0.7em;
	line-height: 17px;
	color:#000000;
	background:#000;
	cursor:default;
}
p {
	margin:0px 0px 17px 0px; 
}
a {
	outline:none;
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #72797e;
	text-decoration: none;
}
h1 {
	padding:0px 0px 20px 0px;
	margin:0px;
}
h2 {
	padding:0px;
	margin:0px;
	height:30px;
	text-indent:-9999px;
}
img {
	border:0px;
	outline:none;
}
ul {
}
li {
}

