* {
    margin: 0px;
    padding: 0px;
    font-family: 'Amaranth', Helvetica, Arial, Verdana, sans-serif, Lucida Sans;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    font-size: 18px;
    line-height: 120%;
    color: #f05200;
    text-shadow: 1px 1px 1px #aa9988;
}

html {
    background: #ffffff url("../images/bg.png") repeat-x top left;
}

body {
    width: 100%;
    height: 100%;
}

h1 { 
    font-size: 56px;
    text-shadow: 2px 2px 3px #664433;
    font-weight: normal;
    color: #f05200;
    float: left;
    margin-bottom: 6px;
}

h2 { 
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 6px;
}

nav {
    float: right;
    margin-top: 50px;
    margin-right: 6px;
    margin-bottom: 2px;
    font-size: 15px;
    color: #888888;
}

a {
    font-size: 12px;
    color: #555555;
	text-shadow: 0px 0px 1px #888888;
    display: inline-block;
    vertical-align: bottom;
    text-decoration: none;
}

a.active {
    color: #f05200;
}

a:hover {
    text-decoration: underline;
}
a.active:hover {
    text-decoration: none;
    cursor: default;
}

header {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-top: 12px;
}

section {
    clear: both;
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #dddddd;
    width: 1000px;
    min-height: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    background: transparent url(../images/bglayer.png) repeat 0px 0px;
    box-shadow: 0px 0px 1px #222222;
    text-shadow: 1px 1px 1px #aa9988;
}

article {
    clear: both;
    margin: 12px;
    margin-left: 16px;
}

footer {
    background: transparent url(../images/bgfooter.png) repeat 0px 0px;
    color: #444444;
	text-shadow: 1px 1px 1px #bbbbbb;
    text-align: center;
    letter-spacing: 1px;
    padding: 0px;
    padding-top: 20px;
    font-size: 12px;
    width: 100%;
    height: 24px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    line-height: 18px;
}

#menu {
    background-color: transparent;
    height: 26px;
}
#menu ul {
    float: left;
    list-style-type: none;
    height: 26px;
}
#menu li {
    float: left;
    background-color: transparent;
    background-image: url("../images/bg_nav_vert.png");
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left -1px;
    border-bottom: 1px solid #cccccc;
}
#menu li:hover {
    background-color: #f2f2f2;
    background-image: none;
}
#menu li a {
    text-decoration: none;
    font-size: 80%;
    line-height: 16px;
    text-shadow: 1px 1px 1px #aa9988;
    display: block;
    padding: 5px;
    padding-left: 16px;
    padding-right: 16px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #dfdfdf;
}
#menu li a:hover {
    text-decoration: none;
    color: #333333;
}
#menu li.first a {
    border-left: none;
}
#menu li.active {
    background: transparent;
    border-bottom: 1px solid transparent;
}
#menu li.active a {
    color: #f05200;
    background: transparent;
    border-left: none;
    cursor: default;
}
#menu li.last {
    height: 26px;
    width: 60px;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    background-image: url("../images/last.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
}
#menu li.last:hover {
    background-color: transparent;
    background-image: url("../images/last.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
}
