html {
    height: 100%;
}

body {
    width: 1024px;
    font-family: arial;
    font-size: 12px;
    color: #bbb;
    background: #242424;
/*    height: 100%;*/
    margin: 5px auto;
}

a {
    color: #bbb;
}

label {
    width: 150px;
    margin: 2px;
    padding: 0;
    float:left;
}

input {
    width: 200px;
    
}

hr {
    color: #3a3a3a;
    background: #3a3a3a;
}

table {
/*    border-style: none;
    border-width: 1px;*/
    border-collapse: collapse;
}

td {
/*    border: 1px solid #3a3a3a;*/
}

img.thumb {
    border: 1px solid #3a3a3a;
}

h2 {
    text-align: center;
}

img.n-image {
    border: 1px solid #3a3a3a;
    margin: 0 47px;
}

img.icon-img {
    border: 0;
}

div.img-wrapper {
    width: 800px;
}

div.item-wrapper {
    float: left;
    margin: 30px 15px 0 15px;
    text-align: center;
    font-weight: bold;
    min-height: 200px;
}

div.add-image-wrapper {
    float: left;
    margin: 0 15px 10px 15px;
    text-align: center;
    min-height: 200px;
}

div.add-image-wrapper p {
    margin: 2px 0 2px 0;
}

div.start-pic-wrapper {
    width: 600px;
    height: 450px;
    margin: 0 47px;
    background: url(../images/startsitepic.jpg) no-repeat;
    border: 1px solid #3a3a3a;
}

a.sidelink, a.toplink{
    margin-left: 20px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

p.startsite-citation {
    text-align: center;
}

div#banner-wrapper {
    width: 1013px;
    height: 105px;
    background: url(../images/banner.jpg) no-repeat;
    margin: 4px;
}

div#side-menu {
    width: 223px;
    float: left;
    /*background: #882222;*/
    height: 100%;
}

div#main-content {
    /*background: #228822;*/
    width: 696px;
    min-height: 500px;
    float: right;
    padding: 0px 52px;
    border-left: 1px solid #3a3a3a;
    padding-bottom: 5px;
}

div#top-menu {
    /*background: #222288;*/
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #3a3a3a;
}

div#main-wrapper {
    width: 100%;
    /*background: #888822;*/
    border: 1px solid #3a3a3a;
}

div#top-wrapper {
}

a.loginlink {
    font-size:10px;
    float:right;
    margin-right: 20px;
}

div#footer-wrapper p {
    color: #3a3a3a;
}


