@import "layout.css";
@import url('layout.css');
@import "nav.css";
@import url('nav.css');
@import "form.css";
@import url('form.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 */

<!--
html { overflow:hidden; }

body {
        margin: 50px auto 0px auto;
        font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
        text-align: center;
        font-size: 11px;
        line-height: 17px;
        color:#8a2d2d;
        background:url(images/bg.jpg) repeat-x top #D8E0C0;
        overflow:hidden;
}
p {
        margin:0px 0px 13px 0px; 
}
a {
        outline:none;
        color: #d89112;
        text-decoration: none;
}
a:hover {
        color: #7b1b01;
        text-decoration: none;
}
h1 {
        font-size: 15px;
        font-weight:bold;
        padding:0px 0px 20px 0px;
        margin:0px;
}
h2 {
        font-size: 12px;
        font-weight: bold;
}

.small_head {
        font-size: 10px;
        font-weight: bold;
        color: #DA9317;
}
.small {
        font-size: 10px;
        color: #DA9317;
}

img {
        border:0px;
        outline:none;
}
li {
}

