/* Layout Stylesheet */ 

body {

 padding:0;
 background: #ffffff url(images/background.jpg) repeat-x;
 color: #000000;
 text-align: center;
; font-family: arial, helvetica, sans-serif
 }

a.menu:hover {color: #FFFFFF; text-decoration: underline;}
a.menu {color: #dee1ec; text-decoration: none; font-style:italic}

#bar-top {
 width: 740px; 
 height: 32px; 
 background: #FFFFFF url(images/topbar.jpg) repeat-x;
 color: #FFFFFF;
 border: #000000 none;
 border-width: 2px 0; 

; font-family: Arial, Helvetica, sans-serif; font-size: 18px; clip:    rect(   )
; vertical-align: bottom
; padding-top: 6px
}


#content { 
 height: 600px; 
 position:relative;
 border: solid #000000; 
 border-width: 0px 0px; 
 background: #ffffff;
 width: 740px;
; margin-left: 0px


 
 }
