﻿body 
{
    background: url('../images/bg7.jpg') repeat-x #2583b9; 
    margin-left: 0; 
    margin-top: 0;
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    color: #454545;
}
a
{
    color: #035c87;
    text-decoration: underline;
}
a:visited
{
    color: #035c87;
    text-decoration: underline;
}
a:link
{
    color: #035c87;
    text-decoration: underline;
}
a:hover
{
    color: #035c87;
    text-decoration: none;
}
h2
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 13px;
    color: #094968;
}
h3
{
    font-family: Verdana, Arial, Tahoma;
    font-size: 12px;
    font-style: italic;
    color: #094968;
}
.copyright
{
    font-size: 11px;
    font-family: Arial;
    color: #f9fb50;
}
.contenttop
{
    background: url('../images/content-t.jpg'); 
    background-repeat: no-repeat;
    width: 650px;
}
.contentleft
{
    background: url('../images/content-l.jpg'); 
    background-repeat: repeat-y;
    width: 26px;
}
.contentcenter
{
    background: #fff;
    width: 598px;
}
.contentright
{
    background: url('../images/content-r.jpg');
    background-repeat: repeat-y;
    width: 26px;
}
.contentbottom
{
    background: url('../images/content-b.jpg'); 
    background-repeat: no-repeat;
    width: 650px;
    height: 20px;
}
/* navigation */
#menu
{
    background: url('../images/mnu.jpg') no-repeat;
    width: 650px;
    height: 23px;
}
#navigation { 
 list-style-type: none;
}
#navigation li {
 float: left;
 margin-bottom: 0px;
}
#navigation a {
 display: block;
 height: 0px;
 padding-top: 23px;
 overflow: hidden;
 background-color: #2583b9;
}
#nav_home a {
 background: url(../images/nav1.jpg);
 width: 46px;
}
#nav_about a {
 background: url(../images/nav2.jpg);
 width: 73px;
}
#nav_gifts a {
 background: url(../images/nav4.jpg);
 width: 50px;
}
#nav_artists a {
 background: url(../images/nav3.jpg);
 width: 131px;
}
#nav_contactus a {
 background: url(../images/nav5.jpg);
 width: 88px;
}

#nav_home a:hover {
 background: url(../images/nav1_on.jpg);
 width: 46px;
}
#nav_about a:hover {
 background: url(../images/nav2_on.jpg);
 width: 73px;
}
#nav_gifts a:hover {
 background: url(../images/nav4_on.jpg);
 width: 50px;
}
#nav_artists a:hover {
 background: url(../images/nav3_on.jpg);
 width: 131px;
}
#nav_contactus a:hover {
 background: url(../images/nav5_on.jpg);
 width: 88px;
}
