/* CSS Document for LHM
Author: Leo Powell
Copyright 2007 Institute for Applied Meditation */

body{
/*background: url(bodybg.jpg) no-repeat fixed 100px 180px;*/
}

h1{
}

h2{
color: #7f958f;
text-indent:15px;
}

h3{
color: #80410a;
font-weight: 20px;
text-indent: 20px;
}

p{
padding-left: 30px;
padding-right: 30px;
}

a:link {
color: #80410a;
text-decoration: none;
}
a:hover {
color: #80410a;
outline: 1px solid black;
}
a:visited {
color: #80410a;
text-decoration: none;
}

img.logo{
padding-right:10px;
}

#header{
width: 700px;

}

#menu{
background: #80410a;
height: 50px;
width: 700px;
padding-top: 25px;
}

#menu li{
display: inline;
list-style-type: none;
text-decoration: none;
padding-right: 20px;
color: white;
}

#menu a:link{
color: white;

padding:2px;
}
#menu a:visited{
color: white;

padding:2px;
}

#menu a:hover{
background-image: url(menuroll.jpg);
background-color:#7f958f;
color: black;
padding:2px;
}

#paragraph{
text-indent: 20px;
width:700px;
}

#footer{
width:700px;
}

