﻿body {
    background-color: #99CCFF;
    width:900px;
    margin:0px;
    padding:0px;
}
#head {
    font-family: zeroes;
    font-size: 300%;
    font-weight: bold;
    font-style: italic;
    font-variant: small-caps;
    color: #000099;
    border-bottom-style: ridge;
    border-bottom-width: thick;
    border-bottom-color: #FF0000;
    text-align: center;
    width:900px;
    margin-bottom:5px;
}
#left {
    width:300px;
    clear:none;
    float:left;
    margin-top:-15px;
}
li {
    font-size: 125%;
    list-style-type: circle;
}
a {
    color: #3333CC;
}
#right {
    clear:none;
    float:left;
    text-align: center;
    width:600px;
    /*margin-top:100px;*/
}
.search {
    padding: 15px;
    border: medium outset #FF0000;
    margin-top: 5px;
    margin-bottom: 5px;
}
#humor {
    margin-top: 10px;
}

#time {
    
    width:600px;
    height:260px;
    text-align:center;
}
/*
#map {
    width:367px;
    height:260px;
    position:relative;
    top:0px;
    left:0px;
    z-index:10;
}
.timezone {
    position: relative;
    background-color: #CCFFFF;
    width: 62px;
    height: 17px;
    font-size: 15px;
    z-index: 100;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
#alaska {
    top: -220px;
    left: 115px;
    
}
#hawaii {
    top: -170px;
    left: 115px;
    
}

#pacific {
    top: -95px;
    left: 180px;
    
}
#mountain {
    top: -112px;
    left: 250px;
    
}
#arizona {
    top: -129px;
    left: 115px;
    
}
#central {
    top: -146px;
    left: 315px;
    
}
#eastern {
    top: -163px;
    left: 379px;
    
}*/
#humormenu {
    width:600px;
    text-align:right;
}
#dilbertbutton {
    cursor:pointer;
    border: 1px solid black;
    margin:1px;
    
}
#basicinstructionsbutton {
    cursor:pointer;
    background-color:#77aaff;
    border: 1px solid black;
    margin:1px;
}

