l.Rnd1{margin: 0 5px;}
l.Rnd2{margin: 0 3px;}
l.Rnd3{margin: 0 2px;}

r.Rnd1{margin-left: 5px;}
r.Rnd2{margin-left: 3px;}
r.Rnd3{margin-left: 2px;}

/* right container */
div[class="ContainerRight"] {height:auto; min-height:200px;} /* adjust the minimum height of the panel here for mozilla only */
r.RndTopOne r, r.RndBottomOne r{display:block;height: 1px; overflow: hidden; background: #2F313E} /* adjust the colour of the panel top and bottom here */
r.RndTopOne, r.RndBottomOne{display:block;background: #191919;} /* adjust the background colour here */
div.RPanelContentOne {display:block; margin: 12px 20px; height:100%; text-align:left; color: #6C8B8B;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */
div[class="RPanelContentOne"] {height:auto; min-height:200px;} /* adjust the minimum height of the panel here for mozilla only */
r.RndTopOne r.Rnd4, r.RndBottomOne r.Rnd4{margin-left: 1px; height:2px;} 

/* left container */
div.LeftTextContainer {float:left; padding:5px; width:230px; color:#79CD09; background:#191919; text-align: center} /* adjust the position, size and colour of the panel here */
div.ContainerLeft {float:left; margin-left:20px; margin-top:20px; width:230px; background: #FFFFFF;} /* adjust the position, size and colour of the panel here */
div[class="ContainerLeft"] {height:auto; min-height:0px;} /* adjust the minimum height of the panel here for mozilla only */
div.RPanelLeft {position:relative; top:0px; left:10px; display:block; margin: 10px 1px; width:210px; height:100%; text-align:left;} /* adjust the content width (to be slightly less than the panel width to get a margin), height and text alignment of the content here */

l.RndTopLeft l, l.RndBottomLeft l{display:block;height: 1px; overflow: hidden; background: #FFFFFF} /* adjust the colour of the panel top and bottom here */
l.RndTopLeft, l.RndBottomLeft{display:block;background: #191919;} /* adjust the background colour here */\
l.RndTopLeft l.Rnd4, l.RndBottomLeft l.Rnd4{margin: 0 1px; height:2px;} 


body,
html {
    font-family : Verdana, "Myriad Web", Syntax, sans-serif;
    margin:0;
    padding:0;
    background:#191919;
    color:#000;
    min-height:100%;
    }
body {
    min-width:750px;
    }

#header{
    background: #D0C7C7 url("logo3.png") no-repeat top right;
    margin: 0;
    padding: 0;
    width: 100%;
}

#tweet{
    background: url("cloudme.png") no-repeat top left;
    margin: 0px;
    padding: 0px;
    height: 162px;
    width: 704px;
}

#tweet .text{
    position: absolute;
    margin-left: 222px;
    margin-top: 26px;
    width: 450px;
    max-width: 450px;
    height: 54px;
    max-height: 54px;
    text-align: left;
}
#date{
    text-align: center;
}

#menu{
    margin: -37px 0 0 0;
    padding-left: 295px;
    height: 37px;
}

#wrap{
    position: absolute;
    top: 0;
    left: 0;
    padding: 162px 0 0 0; /* starting from top of browser to get 100% height */
    margin: 0;
    width: 100%;
    }

.ContainerLeft{
    width: 230px;
    float: left;
}

.ContainerRight{
    margin-left: 270px;
    background: #2F313E;
}

div.RPanelContentOne .title{
    font-size: 2em;
    color: #fff;
}

#WhiteLinks a{
    color:white;
    text-decoration:none;
}

div.RPanelContentOne .subtitle{
    color: #B2993F;
    font-size:0.8em;
}

div.RPanelContentOne .tags{
    text-align:right;
    font-style: italic;
    font-size:0.8em;
}

div.RPanelContentOne a:link{
   color:white; 
}
div.RPanelContentOne a:visited {
    color: yellowgreen;
}

#footer {
    background: #B2993F;
    padding-right:10px;
    margin-top:10px;
    text-align:right;
    font-size: 0.8em;
    clear:both;
    margin: 0;
    padding: 0;
}

#main a:link {
    color:#000
    }

#code {
    margin: 10px;
    padding: 5px 10px 5px 10px;
border-width: 1px; 
border-style: solid;
border-color: #FFFFFF; 
    background: #2F313E;
    color: #E6F69F;
}

a:link {
    color: yellowgreen;
    }    
a:visited {
    color: black;
    }
a:hover {
    }
a:active {
   color: yellowgreen;
    }
b{
   color: yellowgreen; 
}


