@charset "utf-8";

@import url(layout.css);
@import url(typography.css);
@import url(mouseover.css);

html, body
        {
        margin: 0px;
        padding: 0px;
        font: normal 11px/1.6em Tahoma,Arial,Helvetica,sans-serif;
        color: #778462;
        width: 100%;
        height: 100%;
        }

body
        {
        background: #fff url("../images/bg.gif") repeat-x;
        }

a
        {
        color: #778462;
        }

ul, li
        {
        margin: 0 0 0 10px;
        padding: 0;
        }