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

.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 */
* {
	margin: 0;
}
html {
	height: 100%;
}

body {
	margin: 0px auto 30px auto;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	text-align: center;
	font-size: 0.85em;
	line-height: 1.8em;
	color:#a2a2a2;
	background:url(../images/bg.png) repeat-x top #000;
	cursor:default;
}
p {
	margin:0px 0px 1.8em 0px; 
}
a {
	outline:none;
	color: #af0000;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	font-weight:bold;
	font-style:normal;
	padding:0px 0px 40px 0px;
	margin:0px;
	color:#a30404;
	letter-spacing:-0.05em;
}
h2 {
	font-size:1.5em;
	color:#fff;
	font-weight: bold;
	clear:both;
	margin:10px 0px 10px 0px;
	padding:0px 0px 20px 0px;
	border-bottom: #202020 dotted 1px;
	letter-spacing:-0.05em;
}
h3 {
	font-size:1.2em;
	font-weight: bold;
	clear:both;
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
}
h4 {
	font-size:1.1em;
	color:#fff;
	font-weight: bold;
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}

img {
	border:0px;
	outline:none;
}
ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
.imgL { 
	text-align:left; 
	padding:0px 0px 0px 0px; 
	margin:0px 20px 20px 0px;
}
