

/* Layout Stylesheet */

body{
 margin: 0;
 padding:0;
 background: #EFE1D5;
 color: #333333;
FONT-FAMILY: arial, verdana, sans-serif;
}

div.hdr{
 width: 100%;
 height: 50px;
 margin: 0;
 border: solid #336666;
 border-width: 0 0 2px 0;
 background: url(../images/noise.jpg) #9A6C4A;
 color: #333333;
 }

div.lh-col{
position: absolute;
 width: 180px;
 left: 0px;
 float: left;
 border: solid #333333;
 border-width: 0 2px 0 0;
 background: #CC9568;
 color: #333333;
 margin: 0;
 padding: 15px;
 }

div.rh-col{
 background: #EFE1D5;
 color: #333333;
 margin: 0;
 padding: 0;
 border: 0;
 }

div.rh-col2{
position: relative;
left: 25%;
width: 70%;
 background: #EFE1D5;
 color: #333333;
 margin: 2em;
 padding: 0;
 border: 0;
 }

div.rh-col3{
float: right;
width: 90%;
 background: #EFE1D5;
 color: #333333;
 margin: 25;
 padding: 25;
 border: 0;
 }

div.rh-col4{
position: relative;
float: right;
left: 0px;
top: 5px;
width: 70%;
 background: #EFE1D5;
 color: #333333;
 margin: 10px;
 padding: 0;
 border: 0;
 }

div.rh-col5{
position: relative;
float: right;
width: 68%;
 background: #EFE1D5;
 color: #333333;
 margin: 0;
 padding: 0;
 border: 0;
 }

.container {
 width: 170px;
 position: absolute;
 top: 590px;
 left: 5px;
 padding: 10px;
 border: double; 2px;
 margin: 0;
 background: #EFE1D5;
 font-size: .7em;
 float: center;
 }

 .picture {
 position: absolute;
 top: 150px;
 left: 250px;
 margin: 0;
 float: left;
 }

 .min {
 position: absolute;
 top: 150px;
 left: 510px;
 width: 32%;
 margin: 0;
 float: left;
 }

 .about {
 position: absolute;
 top: 450px;
 left: 230px;
 width: 70%;
 margin: 15;
 float: left;
 }
.weather {
text-align: center;
background: trasparent;
color: #000;
font-family: arial,verdana,helvetica;
font-size: 80%;
}

img {
border: 0;
}

.menu {
 background: #EFE1D5;
}

.menu A:hover {
        COLOR: #EFE1D5; font-weight: bold;
}

/* Bottom Column */
.bottom_col{
        position: absolute;
        width: 50%;
        top: 1000px;
        left: 300px;
        background: #EFE1D5;
}

.p { align:left;
margin: 5px;
font-size: 80%;
width: 100%;
}
.center {
text-align: center;
}

ol {
width: 30em;
border: 0;
margin: 0;
padding: 2em;
list-style-type: decimal;
}

DIV.float {
        FLOAT: right
}
DIV.float2 {
        FLOAT: left
}
DIV.float3 {
        FLOAT: middle
}
