* {
    margin:0;
    padding:0;
}
 
html, body {
    background-color:black;
}

#header {
    width:760px;
    height:291px;
    margin:0 auto;
    background-image:url('images/header.jpg');
}

#container {
    width:950px;
    height:100%;
    margin:0 auto;
    padding:5px;
    padding-top:10px;
}

#menu {
    width: 238px;
    height: 292px;
    float:left;
    background-image:url('images/menu.png');
}

#content {
    width: 674px;
    height:100%;
    float:left;
    margin-left:35px;
}

#content-top {
    width: 674px;
    height: 42px;
    background-image:url('images/content-top.png');
}

#content-mid {
    width: 674px;
    background-image:url('images/content-mid.png');
    background-repeat:repeat-y;
    padding:5px;
}

#content-bot {
    width: 674px;
    height: 63px;
    background-image: url('images/content-bot.png');
}

#menu ul {
    list-style-type:none;
    margin-top:42px;
    margin-left:40px;
}

#menu li {
    margin-bottom:5px;
}

#menu li a {
    color: #bf410a;
    text-decoration:none;
}
#menu a {
    text-decoration:none;
}
#col1 {
    float:left;
    width:180px;
    color:#8e8e8e;
    margin-left:35px;
    font-size:14px;
}

#col2 {
    float:left;
    width:220px;
    color:#8e8e8e;
    margin-left:15px;
}

#col2 b, #col1 a, #col4 b, #col4 a, #col1 b {
    color:#bf410a;
    text-decoration:none;
}
#col2 ul {
    margin-left:35px;
}

#col2 li {
    font-size:14px;
}

#col3 {
    float: left;
    width: 150px;
}

#col3 img {
    border:2px solid #6e2a0c;
    position: relative;
    left:20px;
    top:25px;
}

#content-mid hr {
    margin-left:35px;
    border-color:#6e2a0c;
    margin-top:10px;
    margin-bottom:10px;
}

#imagebar {
    text-align:center;
    padding:25px;
}

#imagebar img {
    border:2px solid #6e2a0c;
}

p {font-size:14px;}

#col4 {
    float:left;
    width:400px;
    margin-left:-30px;
    color:#8e8e8e;
}

#col4 hr {
    margin-left:0px;
}

.input {
    background-color:black;
    border:1px solid #6e2a0c;
    width: 100px;
}
.textarea {
    background-color:black;
    border:1px solid #6e2a0c;
}
.submit {
    float:right;
    border:0px;
    background-color:black;
    color:#bf410a;
    font-weight:bold;
    position:relative;
    top:3px;
    left:-5px;
}

.arrowleft {
    position:relative;
    top:250px;
    left:-5px;
}
.arrowright {
    position:relative;
    top:-165px;
    left:570px;
}
