body {
    background-color: #333;
    color: #b18e26;
    font-family: Georgia;
    font-size: 16px;
    margin: 0px 0px 20px 20px;
}
#all {
    background-color: #333;
    width: 830px;
    margin: 0px auto;
    padding: 50px 20px 50px 20px;
}
#all p {
    line-height: 24px;
}
h1#mainheadline {
    text-indent: -1000px;
    background-image: url(assets/img/h1.gif);
    background-repeat: no-repeat;
    height: 94px;
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
h1, h2, h3 {
    font-weight: normal;
}
h2 {
    margin: 0px 0px 10px 0px;
}
a {
    color: #b18e26;
    text-decoration: none;
    border-bottom: 1px solid;
}
#header {
    background-image: url(assets/img/hr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-bottom: 20px;
}
ul {
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 30px 0px;
}
li {
    padding: 0px 0px 5px 0px;
}
#menu {
    clear: both;
    background-image: url(assets/img/hr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 0px 0px 25px 0px;
}
#menu h2 {
    margin: 0px;
}
h2 a {
    background-image: url(assets/img/hr.gif);
    background-repeat: repeat-x;
    background-position: top;
    display: block;
    padding: 10px 0px 10px 1px;
    border-bottom: 0px none;
    font-size: 25px;
}
a:hover{
    color: #3fd2a3;
}
.left, .right {
    width: 400px;
    float: left;
}
p {
    margin: 0px 0px 20px 0px;
}
.left {
    padding: 0px 30px 20px 0px;
}
.left p, .right p {
    margin: 0px;
}
hr {
    margin: 0px 0px 0px 0px;
    border-top: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    border-bottom: 0px none;
    background-image: url(assets/img/hr.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    clear: both;
}
#videoPlayer span {
    display: block;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    border-right: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 20px;
    margin: 50px 0px 50px 0px;
}
object {
    margin: 10px 0px 20px 0px;
}