/* CSS Document */

body
{
background:#000000;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
margin:0;
padding:0;
}
a
{
color:#FFFFFF;
}
a:hover
{
color:#CC6600;
}
.wrapper
{
width:780px;
border-left:#FFF 5px solid;
border-right:#FFF 5px solid;
margin-left:auto;
margin-right:auto;
}
.glenda
{
display:block;
height:113px;
width:164px;
background:url(images/glendasavard.gif) no-repeat;
}
.content
{
padding:20px;
}
.menu
{
width:780px;
border-bottom:#FFFFFF thin solid;
border-top:#FFFFFF thin solid;
color:#FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
line-height:30px;
font-size:10px;
text-align:center;
height:30px;
}
a.home
{
background:url(images/home.gif);
display:block;
height:30px;
width:120px;
float:left;
margin-left:30px;
}
a.home:hover
{
background:url(images/home_down.gif);
}
a.bio
{
background:url(images/bio.gif);
display:block;
height:30px;
width:120px;
float:left;
}
a.bio:hover
{
background:url(images/bio_down.gif);
}
a.paint
{
background:url(images/painting.gif);
display:block;
height:30px;
width:120px;
float:left;
}
a.paint:hover
{
background:url(images/painting_down.gif);
}
a.commiss
{
background:url(images/commissioned.gif);
display:block;
height:30px;
width:120px;
float:left;
}
a.commiss:hover
{
background:url(images/commissioned_down.gif);
}
a.showings
{
background:url(images/showings.gif);
display:block;
height:30px;
width:120px;
float:left;
}
a.showings:hover
{
background:url(images/showings_down.gif);
}
a.contact
{
background:url(images/contact.gif);
display:block;
height:30px;
width:120px;
float:left;
}
a.contact:hover
{
background:url(images/contact_down.gif);
}
