﻿html{
    /*min-width:100%;*/
    /*top: 0;
    left: 0;*/
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 700px;
}

#firstdiv {
    /*left: -5;
    top: -5;*/
    width: 100%;
    height: 200px;
    background-color: #6258ba;
    position: relative;
    margin: 0px;
    padding: 0px;
    float: left;
    /*text-align: center;*/
    /*display: block;*/
}

#menudiv {
    top: 145px;
    height: 50px;
    width: 100%;
    float: left;
    background-color: #ffd800;
    z-index: 0;
    position: relative;
}

#wrapper {    
    height: 700px;
    width: 900px;
    /*float: left;*/
    position: absolute;
    left: 100px;
    top: 0px;
    /*z-index: 1500;*/
}

#middle {
    height: 250px;    
    width: 100%;
    float: left;
    background-color: #82c485;
    position: relative;
}

#footer {
    top: 5px;
    height: 240px;    
    width: 100%;
    float: left;
    background-color: #6258ba;
    position: relative;
}

#carlmesslogo {
    width: 900px;
    height: 120px;
    z-index: 999;
    position: absolute;
    left: 10px;
}

#menuul {
    top: 37px;
    left: 20px;
    position: relative;
    color: white;
    z-index: 1;
}

#menuul li {
    float: left;
    width: 120px; 
    font-family: Aharoni;
    font-size: 25px;
    height: 19px;
    z-index: 1001;
}

#mainletters {
    /*float: left;
    width: 75px;*/ 
    font-family: Aharoni;
    font-size: 105px;
    top: 30px;
    left: 50px;
    position: relative;
    color: white;
}

a {
    color: #0060B6;
    text-decoration: none;
}

a:hover 
{
     color:#00A0C6; 
     text-decoration:none; 
     cursor:pointer;  
}

#content{
    position: absolute;
    height: 250px;
    top: 200px;
    width: 900px;
    z-index: 2;
    padding: 15px 50px 15px 50px;
    font-family: Aharoni;
    color: white;
    margin-bottom: 1px;
}

#contentx {
    position: relative;
    top: 30px;
    width: 100%;
    color: white;
}

#base1{
    position: absolute;
    height: 220px;
    top: 460px;
    width: 150px;
    z-index: 3;
    padding: 15px 50px 15px 50px;
    color: #ffd800;
    font-family: Aharoni;
    /*background-image: url('../images/other-phone2.jpg');*/
}

#base2{
    position: absolute;
    height: 220px;
    top: 460px;
    width: 150px;
    z-index: 3;
    padding: 15px 50px 15px 50px;
    left: 251px;
    color: #ffd800;
    font-family: Aharoni;
}

#base3{
    position: absolute;
    height: 220px;
    top: 460px;
    width: 150px;
    z-index: 3;
    padding: 15px 50px 15px 50px;
    left: 501px;
    color: #ffd800;
    font-family: Aharoni;
}

#base4{
    position: absolute;
    height: 220px;
    top: 460px;
    width: 150px;
    z-index: 3;
    padding: 15px 50px 15px 50px;
    left: 753px;
    color: #ffd800;
    font-family: Aharoni;
}

.loweruls {
    padding: 0px;
    margin: 15px 0px auto 0px;
}

.loweruls li {
    color: white;
    text-decoration: none;
    list-style-type: square;
    width: 130px;
}

.loweruls li a {
    color: white;
    text-decoration: none;
}

#ulresources, #ulnews, #ulconnect, #ultips {    

}




