body{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background-color: #333333;
}

#top{
    width: 100%;   
}
#top h1{
     color: #faa161;
    font-style: normal;
    font-family: 'Courier New',Courier,monospace;
    font-size: 60px;
    font-weight: bold;
}
#left{
    float: left;
}

#right {
    float: right;
    margin-right: 30px;
}

#both{
    clear: both;
}

#container{
    background-color: #000000;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #ffffff;
    border-left-color: #ffffff;
    border-bottom-color: #ffffff;
    border-top-color: #ffffff;
    border-right-style: dotted;
    border-left-style: dotted;
    border-bottom-style: dotted;
    border-top-style: dotted;
    margin-top: 10px;
}

#main{
    width: 800px;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    

    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #ffffff;
    
    color: #ffffff;
}

#menu{
    width: 170px;
    float:left;
}

#bottom{
    width: 100%;
    text-align:center;
    
    color: #ffffff;
}

#last{
    width: 100%;
    clear: both;
    text-align:center;
}

.greenBox{
    background-color: #D2FF9D;
    width: 150px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

.blueBox{
    background-color: #80CBFF;
    width: 150px;

    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}
