﻿html, body
{
    margin : 0;
    padding : 0;
    font-size : .83em;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color:#666666;
    background-repeat: no-repeat;
    background-position: left top
    background-attachment : fixed;
}


.hr {
  height: 0;
  font-size: 0;
  line-height: 0;
  width: 120%;
  margin-bottom:5px;
  
}
.dotted {
  border-bottom: dotted 1px #555555;
}
.dashed {
  border-bottom: dashed 1px #0066cc;
}


#thumbs
{
    position : fixed;
    top : 160px;
    left : 34px;
    width : 160px;
    height : 150px;
}
.right { float: left; height: 150px; width: 160px; border: 0px #666666; z-index: 20;}

#thumbs img.thumbs {display:inline; float:left; margin:5px 5px 5px 5px; }



#header
{
    position : fixed;
    top : 0px;
    left : 0px;
    width : 200px;
}

#wee1
{
    position : fixed;
    top : 311px;
    left : 37px;
}

#wee2
{
    position : fixed;
    top : 313px;
    left : 69px;
}

#wee3
{
    position : fixed;
    top : 311px;
    left : 112px;
}

#wee4
{
    position : fixed;
    top : 311px;
    left : 160px;
}


#blog
{
    position : fixed;
    top : 300px;
    left : 37px;
    display:inline
}

#contact
{
    position : fixed;
    top : 50px;
    left : 37px;
    width : 200px;
    font-size : 1em;
    color:#666666;
}


.imgText { 
  float: left;
  margin:5px;
}



#container
{
    height : 100%;
    padding-top : 10px;
}

#subcontainer
{ 
    margin-top : 0px;
    left : 280px;
    width : 800px;
}

#content
{
    align : left;
    margin-left : 280px;
    margin-right : 10px;
   
    font-size : 1em;
    color:#666666;
}

#content img.alignleft {display:inline-block; float:left; margin-top:10px;
margin-bottom:60px;}


