body {
background-color: #000000;
margin: 15;
}

/*table*/

table.shell {
background-color: #0a0a0a;
border: 1px solid #121212;
padding: 10;
}



/*text & links*/


.nine {
color: #c2c2c2;
font-size: 9px;
font-family: verdana;
font-weight: bold;
padding-bottom: 10px;
}

.ten {
color: #ffffff;
font-size: 10px;
font-family: arial;
font-weight: bold;
}

.eleven {
color: #ffffff;
font-size: 11px;
font-family: arial;
font-weight: bold;
}

.elevenlite {
color: #FAC304;
font-size: 11px;
font-family: arial;
font-weight: bold;
}

.fourteen {
color: #ffffff;
font-size: 14px;
font-family: arial;
font-weight: bold;
}

.eighteen {
color: #ffffff;
font-size: 18px;
font-family: arial;
font-weight: bold;
}

A:link {
text-decoration: none;
color: #c3c3c3;
}

A:visited {
text-decoration: none;
color: #c3c3c3;
}

A:active {
text-decoration: none;
color: orange;
}

A:hover {
text-decoration: none;
color: #ffffff;
}

A.order:link {
text-decoration: underline;
color: #04F7FA;
}

A.order:visited {
color: #04F7FA;
}

A.order:active {
color: orange;
}

A.order:hover {
color: orange;
}

A.home:link {
text-decoration: underline;
color: #c3c3c3;
}

A.home:visited {
color: #c3c3c3;
}

A.home:active {
color: orange;
}

A.home:hover {
color: orange;
}

/*img*/
.image {
padding-bottom: 5px;
border: 0;
}

.nav {
width: 189px; 
height: 18px; 
border: 0; 
}


/* NAVIGATION BUTTONS */
.navhome	{
position:relative;
background-image:  url(../img/nav_gohome_over.gif);
background-repeat: no-repeat;
display: block;
width: 189px;
height: 18px;
margin: 0; 
padding: 0; 
}

.navhome a:hover img{
visibility:hidden
}


.navartists	{
position:relative;
background-image:  url(../img/nav_goartists_over.gif);
background-repeat: no-repeat;
display: block;
width: 189px;
height: 18px;
margin: 0; 
padding: 0; 
}

.navartists a:hover img{
visibility:hidden
}


.navorder	{
position:relative;
background-image:  url(../img/nav_goorder_over.gif);
background-repeat: no-repeat;
display: block;
width: 189px;
height: 18px;
margin: 0; 
padding: 0; 
}

.navorder a:hover img{
visibility:hidden
}


.navlinks	{
position:relative;
background-image:  url(../img/nav_golinks_over.gif);
background-repeat: no-repeat;
display: block;
width: 189px;
height: 18px;
margin: 0; 
padding: 0; 
}

.navlinks a:hover img{
visibility:hidden
}


.navcontact	{
position:relative;
background-image:  url(../img/nav_gocontact_over.gif);
background-repeat: no-repeat;
display: block;
width: 189px;
height: 18px;
margin: 0; 
padding: 0; 
}

.navcontact a:hover img{
visibility:hidden
}


.navstuff	{
position:relative;
background-image:  url(../img/nav_gostuff_over.gif);
background-repeat: no-repeat;
display: block;
width: 189px;
height: 18px;
margin: 0; 
padding: 0; 
}

.navstuff a:hover img{
visibility:hidden
}


/* END OF NAVIGATION */
