
html, body {
margin: 0 auto; 
        padding: 0;
        color: #333;
font-family: Verdana;
background: url(imgs/lines.gif) repeat-x; 
 text-align: center;
        }

      html,body{margin:0;padding:0}
      p {margin:0 0 1em 0;padding:0}
      h1{margin:0 0 0 0;padding:0}
      form {margin:0;padding:0}
      
a { color: #664073; } 
p {font-weight: normal; font-size: 120%; font-family: Verdana}
h1 { color: #664073; font-weight: normal; font-size: 123%; font-family: Verdana;}
h2 { color: #664073; font-weight: normal; font-family: Verdana; }
h3 { color: #664073; font-weight: normal; font-size: 121%;font-family: verdana; }
h4 {  color: #808fa3; font-weight: normal;  font-size: 115%; font-family: verdana; }

/*

Bright blue	62f9ff
Mid blue	99d7de
Grey blue	b0c5e0
Grey blue darker shade	a0b4cc
Grey blue darker still	9aadc4
Grey blue darker still	8fa0b6
*/

a:hover { color: black; }


    
#icon{
position:absolute;
       top:20px;left:-100px
}

#header {
    position: relative;
    top:0px; left:0px;
        width: 800px; height:100px;
        padding-left: 110px; padding-top: 25px;
}  

#pictures {
    position: absolute;
    top:120px; left:110px;
        width: 800px; height:100px;
background-color: #fff;
        }
        
#header2 {
    position: absolute;
    top:200px; left:70px;
        width: 500px; height:40px;
        }
        
        
        
#main { 
    position: relative;
margin-left: auto;
margin-right: auto; 
width: 800px;
height:600px;
background-color: #fff;
 text-align: left;
 background: url(imgs/lines.gif) repeat-x; 
}


#menubar { 
position:absolute; top:244px; 
}


#menu { position:relative; top:28px;left:-30px; margin-left: 30px; margin-top: -15px; font: 11px Verdana, Arial, Helvetica, sans-serif; }

#menu #current { background: url(bg-menu-current.png) 0 18px repeat-x; padding-bottom: 4px;  }

#menu #last a { margin-right: 0; }

#menu a { float: left; height: 18px; margin-right: 15px; text-decoration: none; } /* menu buttons */

#menu a:hover { background: url(bg-menu-hover.png) 0 18px repeat-x; padding-bottom: 4px; color:#151a21 }

#menu li { display: inline; margin: 0; text-align: center; } 

#menu ul { height: 23px; list-style: none; margin: 0; padding: 0; text-transform: uppercase; }



#spacer { height: 10px;
clear: both;
}

#content {position:absolute; top:275px;left:-30px; width:700px;margin-top: 30px;margin-left: 30px;color: #999}


