BODY 
{ 
width: 800px ;
height: 600px ;
top: 0px ;
background-image: url(layout/layout.jpg) ;
background-color: white ;
background-repeat: no-repeat ;
background-position: 25 25 ;
text-align: left ;
border-style: none ;
overflow: auto ;   
}        

DIV#nav
{ 
position: absolute ;
top: 50px ;
left: 200px ;
width: 650px ; 
height: 600px ; 
padding-left:  ;
padding-right:  ;
overflow: visible ;        
z-index: 2 ;      
}

DIV#content
{ 
position: relative ;
top: 0px ;
left: 0px ;
width: 650px ; 
height: 550px ; 
padding-left:  ;
padding-right:  ;
overflow: visible ;        
z-index: 3 ;      
} 

DIV#copyright
{ 
position: absolute ; 
top: 620px ;
left: -174 ;
overflow: visible ;
z-index: 4 ;          
}

IMG
{
border-style: none ;
}

IMG.thumb
{
top:  ;
left:  ;
height: 100px ;
width: 100px ;
padding-top: 15px ;
padding-left: 15px ;
}

H2
{
text-align: left ;
width:  ;
margin-left:  ;
margin-right:  ;
font-family: sans-serif ;
font-size: 14 ;
text-transform: uppercase ;
color: cc0000 ;
}

H3
{
text-align: left ;
width:  ;
margin-left:  ;
margin-right:  ;
font-family: sans-serif ;
font-size: 12 ;
text-transform: lowercase ;
color: 339999 ;
}

P
{ 
text-align: justify ;
width: 200 ;
margin-left: ;
margin-right: 0px ;
font-family: sans-serif ;
font-size: 10 ;
text-transform:  ;
color: 000000 ;
}

p.thumb
{
text-align: left ;
width: 600 ;
margin-left: ;
margin-right: ;
text-indent: ;
}

p.copyright
{
text-align: left ;
width: ;
margin-left: ;
margin-right: ;
font-family: sans-serif ;
font-size: 10 ;
text-transform:  ;
color: 3c3c3c ;
}

A:link     
{
font-weight:  ;
font-family: sans-serif ;
text-decoration: none ;
color: 339999 ;
border-style: none ;
}

A:active
{
font-weight:  ;
font-family: sans-serif :
text-decoration: none ;
color: 339999 ;
border-style: none ;
}

A:visited  
{
font-weight:  ;
font-family: sans-serif ;
text-decoration: none ;
color: 339999 ;
border-style: none ;
}

A:hover
{
font-weight:  ;
font-family: sans-serif ;
text-decoration: none ;
color: 99cc99 ;
border-style: none ;
}






