body {
    color: #6AE;
    background-color: #000;
    font-family: "Courier New", "sans serif", tahoma;
}

a:link      {color: #6AE; text-decoration: none;}
a:visited   {color: #6AE; text-decoration: none;}
a:hover     {color: #fff;}

h1, h2{
    font-weight: bold;
    margin:0px;
}

h3 {
    font-weight: bolder;
    font-size: 150%;
    font-family: "Courier New", "sans serif", tahoma;
}
img{
    border:0px;
}
li{
    list-style-type: none;
}

div.container {
    width:100%;
    margin:0px;
    line-height:150%;
}

div.header {
    text-transform: lowercase;
    clear: left;
    text-align: left;
}

div.main {
    width: 100%;
    height: 350px;
    background-image: url('/picz/aquarium.jpg');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

div.separator {
    border-bottom: 4px solid #6ae;
}

div.menu    {
    float: left;
    width: 250px;
    height: 250px;
    background-image: url('/picz/marrow_medium_l.gif');
    background-repeat: no-repeat;
    background-position: top left;
    padding: 0px 0px 20px 40px;
    vertical-align: middle;
    font-size:24px;
    font-weight: bold;
    color: #fff;
}

ul.mlist{
    position: relative;
    top: 20px;
    left: 20px;
    margin: 0px;
    padding:0px;
}

li.mitem{
    display: none;
    background-image: url('/picz/marrow_small.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font-size:18px;
    font-weight: normal;
    margin:-4px -40px;
    padding:0 0 0 30px;
    width: 100px;
}

div.curriculum{
    float: right;
    width: 150px;
    background-image: url('/picz/marrow_medium_r.gif');
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0px 40px 20px 0px;
    vertical-align: middle;
}

ul.cvlist{
    position: relative;
    right: 20px;
    margin: 0px;
    padding:0px;
    list-style-type: none;
    font-size:24px;
    font-weight: bold;
    color: #fff;
}

a.cv {
    float: right;
    width: 35px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

a.cv:hover{
    color: #6ae;
}



div.content {
    display: none;
    position:relative;
    top:-10px;
    padding: 15px;
    height: 310px;
    width: 500px;
    float: left;
}

div.closetab{
    position: relative;
    top: -6px;
    right: -35px;
    font-weight: bolder;
    border-color: #6ae #6ae #6ae #000;
    border-style: solid;
    border-width: 1px;
    margin-right: 3px;
    padding-top: 7px;
    font-family: verdana, arial, "sans serif";
    background-image: url('/picz/1x1_transparent.png');
    background-repeat: repeat;
    float: right;
    height: 30px;
    width: 25px;
}

div.citem {
    height: 320px;
    width: 450px;
    padding: 5px;
    border: 1px solid #6AE;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-family: verdana, arial, "sans serif";  
    background-image: url('/picz/1x1_transparent.png');
    background-repeat: repeat;
}

div#terminology {
    font-weight: normal;
    font-size: 30px;
    text-transform: lowercase;
    display: none;
    text-align: left;
    padding: 10px 0 10px 100px;
}

div#ilike{
    
}

div.footer {
    clear:both;
    text-align:center;
}

div.tooltip {
    position: absolute;
    top: 10%;
    left: 70%;
    width: 500px;
    z-index: 2000;
    display: none;
}


div.twtr-ft, div.twtr-hd {
    display: none;
}
