@charset "UTF-8";
/* CSS Document */

body{
background-color:#FFFFFF;
background-image:url(../images/background.jpg);
background-position:center;
background-position:top;
background-repeat:no-repeat;
}

#container{
margin:0 auto;
width:900px;
}

#leftMenu{
background-image:url(../images/leftnav.jpg);
width:200px;
height:330px;
float:left;
}

#contentHold{
width:700px;
margin-left:200px;
padding-top:20px;
}

#content{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
}

.menu1 a{
width:150px;
height:40px;
background-image: url(../images/paintings_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
}

.menu1act a{
width:150px;
height:40px;
background-image: url(../images/paintings_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
background-position:bottom;
}

.menu1 a:hover{

background-position:bottom;
}

.menu2 a{
width:150px;
height:40px;
background-image: url(../images/oneness_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
}

.menu2 a:hover{

background-position:bottom;
}

.menu2act a{
width:150px;
height:40px;
background-image: url(../images/oneness_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
background-position:bottom;
}

.menu3 a{
width:150px;
height:40px;
background-image: url(../images/news_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
}

.menu3 a:hover{

background-position:bottom;
}

.menu3act a{
width:150px;
height:40px;
background-image: url(../images/news_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
background-position:bottom;
}

.menu4 a{
width:150px;
height:40px;
background-image: url(../images/bio_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
}

.menu4 a:hover{

background-position:bottom;
}

.menu4act a{
width:150px;
height:40px;
background-image: url(../images/bio_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
background-position:bottom;
}

.menu5 a{
width:150px;
height:40px;
background-image: url(../images/links_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
}

.menu5 a:hover{

background-position:bottom;
}

.menu5act a{
width:150px;
height:40px;
background-image: url(../images/links_small.jpg);
background-repeat:no-repeat;
margin:0 auto;
float:left;
text-indent:-9000px;
background-position:bottom;
}

#menuHold{
width:150px;
margin:0 auto;
margin-top:65px;
}

.alignBot{
background-position:bottom;
}


