body {
    background-color: #333;
    font-family: Arial,Helvetica,sans-serif;
}

#maincontainer {
    margin: 3% 10%;
    background-color: #333;
    min-width: 600px;
}

#menu {
    background: #FF9900 url(../images/menu_bg.png);
    padding-top: 10px;
    width: 200px;
    float: left;
}

.menutitle {
    display:block;
    color: #333;
    text-indent:35px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration:none;
    font-size: 13px;
}

a.menuitem {
    display:block;
    padding:2px;
    text-indent:35px;
    text-transform: uppercase;
    text-decoration:none;
    font-weight: bold;
    font-size: 12px;
}

#content {
    color:#CCC;
    background-color: #000;
    background-image:url(../images/background.png);
    background-position: center;
    background-repeat: repeat-x;
    font-size: 14px;
    margin-left: 200px;
    padding: 20px 50px 0px 25px;
    /*min-width: 700px;*/
}

.heading {
    font-weight: bold;
    font-size: 16px;
    color: #FFF;
}

a:link{color:#FF9900;}
a:visited{color:#FF9900;}
a:hover{color:#FFF;}
a:active{color:#FF9900;}

label, input, select {
  display: block;
  float: left;
  width: 150px;
  margin-bottom: 5px;
}

fieldset {
    width: 500px;
}

form br {
  clear: left;
}

input#submit, input#reset {
  width: auto;
}

img {
    border: none;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}
