
/* Layout Stylesheet */ 

body {  
background-color: #333333;
top:0px;
 left: 0px;
 width: 1000px;
height: 100%;
z-index: 1;
 }


#flash {
border: thin double black;
position: absolute;
 top:20px;
 left: 80px;
 width:800px;
height: 150px;
z-index: 1;
}

#texttop {
 background-color: #333333; 
border: thin dotted black;
position: absolute;
overflow: auto;
 top:200px;
 left: 80px;
 width: 600px;
padding: 10px;
height: 400px;
z-index: 1;
}

#slimmenu {
 background-color: #000000; 
border: thin dotted grey;
position: absolute;
 top:200px;
 left: 720px;
 width: 140px;
padding: 10px;
height: 320px;
z-index: 1;
}

#credit {
position: absolute;
 top:540px;
 left: 720px;
 width: 140px;
padding: 0px;
height: 50px;
z-index: 1;
}


h1 {
font-family:arial, sans-serif;
color: #ffffff;
font-size: 14px;
font-weight: 110;
padding: 0px;
letter-spacing: 2px;
text-align: left;
}

h2 {
font-family:arial, sans-serif;
color: #cccccc;
font-size: 12px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}

h3 {
font-family:arial, sans-serif;
color: #cccccc;
font-size: 10px;
font-weight: 100;
padding: 0px;
letter-spacing: 0px;
text-align: left;
}

a:link { 
color: #999999; 
text-decoration: underline;
cursor: pointer;
 
}
a:visited { 
color: #999999; 
text-decoration: underline;
cursor: pointer; 

}
a:hover {
color: #ffffff;
text-decoration: underline;
cursor: pointer;
}

