@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    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:0px;
	font-family: Arial, Helvetica, Tahoma, sans-serif, Trebuchet MS;
	font-size: 0.7em;
	text-align: center;
	background: url(../images/bg_rpt.jpg) scroll repeat-x #fff top;
	line-height:20px;
}
h1 {
	font-size:1.6em;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
}
h2 {
	font-size:1.4em;
	color:#a1958d;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	margin:0px;
	padding-bottom: 5px;
	margin:0px 0px 20px 0px;
}
h3 {
}
p {
	padding-top:0px;
	margin-top:0px;
}
a {
	outline:none;
	color: #76a4be;
	text-decoration: none;
}

a:hover {
	color: #b2a196;
	text-decoration: none;
}

img {
	border:0px;
	}
form {
	padding:0px;
}
li {
}

input {
}
textarea {
}
