body {
width:100%;
height:100%;
margin:0px;
padding:0px;
font-family:Trebuchet MS, Helvetica, sans-serif;
font-size:2em;
letter-spacing:6px;
color:darkgray;
background:dimgray;
text-align:center;
}

#pic {
width:515px;
height:367px;
border:2px solid darkgray;
margin:auto;
box-shadow:0px 6px 18px #000;
}

h1 {
text-shadow:3px 3px 3px #000000;
}

h2 {
visibility:hidden; 
}

a {
cursor:url(../cursors/paw_print.png), pointer;
}

#container {
display:block;
position:relative;
top:3em;
text-align:center;
}

.tab {
-moz-box-shadow:3px 0px 3px rgba(0, 0, 0, 0.5);
position:fixed;
top:0px;
left:0px;
width:2.0em;
height:100%;
}

.tabText {
position:relative;
top:3.0em;
width:2.0em;
}

.tabMain {
background:#000000 url(../img/warning_50.png);
}

.tabMenu {
background:#ffffff;
}

.tabPictures {
background:violet;
}

.tabVideos {
background:blue;
}

.tabMusic {
background:lightgreen;
}

.tab3d {
background:yellow;
}

.tabDocuments {
background:orange;
}

.tabEcards {
background:red;
}

.stimpButton {
-moz-border-radius:5px 0px 5px 0px;
-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
background:#000000 url(../img/stimpButton_50.png);
width:3em;
height:3em;
float:left;
margin:1em 0em 0em 1em;
}

#menu {
display:block;
position:relative;
width:672px;
height:448px;
font-weight:bold;
text-align:right;
margin-top:7em;
margin-right:auto;
margin-bottom:3em;
margin-left:auto;
}

.menuButton {
background:#a0a0a0 url();
display:block;
position:relative;
width:200px; 
height:200px;
margin:10px; 
float:left;
-moz-border-radius:20px 0px 20px 0px;
-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
}

a:link {color:#ffffff;text-decoration:none;}
a:visited {color:#ffffff;text-decoration:none;outline:none;}
a:hover {color:lightgray;text-decoration:none;}
a:active {color:white;text-decoration:none;outline:none;}

a.menuButton:link {border:solid darkgray 2px;}
a.menuButton:visited {border:solid darkgray 2px;}
a.menuButton:hover {color:dimgray;border:solid lightgray 2px;background:lightgray;}
a.menuButton:active {color:white;border:solid lightgray 2px;background:lightgray;}

a.pictures:hover {border-left:solid violet 2px;border-top:solid violet 2px;}
a.videos:hover {border-left:solid blue 2px;border-top:solid blue 2px;}
a.music:hover {border-left:solid lightgreen 2px;border-top:solid lightgreen 2px;}
a.threedee:hover {border-left:solid yellow 2px;border-top:solid yellow 2px;}
a.documents:hover {border-left:solid orange 2px;border-top:solid orange 2px;}
a.ecards:hover {border-left:solid red 2px;border-top:solid red 2px;}