/* Import */
@import url(layout.css);
@import url(menus.css);
@import url(content.css);

/* Global */
html { min-height: 100.05%; }
body { margin: 0; padding: 0; background: #000 url(img/bg.jpg) no-repeat center top; }

body
{
    font: 100 11px/19px Verdana, Tahoma, Helvetica, sans-serif;
    color: #FFF;
}

h1 {
    font: bold 18px/20px Georgia, "Times New Roman", Times, serif;
    color: #c17311;
	text-transform: uppercase;
	letter-spacing: 0.5px
}

h2, h3, h4, h5, h6
{
    font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
    color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.5px
}

p
{
    margin: 0 0 10px 0;
}

hr { display:none; }
strong, b { font-weight: bold; }
em, i { font-style: italic; }

a
{
    color: #c17311;
    text-decoration: none;
}

a:hover { color: #c17311; text-decoration: underline; }
a:visited { color: #c17311; }


