/*¯\_ Basic stuff _/¯*/
body{
margin:0px 0px 0px 0px; 
background:url(bg.jpg) fixed; 
color:#000; 
font-family:tahoma, verdana, sans-serif; 
font-size:10pt; 
cursor:default;
}

td, legend, fieldset{
cursor:default;
}

fieldset{
width:500px; 
text-align:left; 
padding:2px; 
border:1px solid #dedede;
margin-bottom:10px;
}

legend{
color:#000;
font-weight:bold;
}

.contact{
background:url(imgs/spacer.gif);
font-size:100%;
font-family:tahoma, verdana, sans-serif;
border-top:1px solid #444444;
border-left:1px solid #444444;
border-bottom:1px solid #dedede;
border-right:1px solid #dedede;
}

/*¯\_ Link stuff _/¯*/
.link{
font-weight:600;
text-decoration:none;
color:#000;
}

.menu{
text-decoration:underline;
color:#000;
}

.menu:hover{
text-decoration:none;
}

.selections{
font-size:8pt;
color:#000;
text-decoration:none;
}

.selections:hover{
text-decoration:underline;
}

.italics{
padding-left:10px; 
font-style:italic; 
font-size:8pt;
}

.divider{
font-weight:bold;
color:#dedede;
}

/*¯\_ DIVs _/¯*/
#container{
width:725px; 
text-align:left; 
margin:0px auto; 
border:0;
}

#logo{
width:725px;
height:67px;
position:absolute;
top:0px; left:0px;
text-align:center;
z-index:5;
}

#navigation{
position:absolute; 
top:66px;
left:0px;
width:90px;
height:321px;
z-index:5;
}

#main{
margin-top:0px;
width:950px;
height:540px;
background:#f4ecdc;
border:4px ridge #d3d3d3;
overflow-x:hidden  hidden;
}

#footer{
margin-top:-14px;
width:950px;
}

#placemat{
width:635px;
height:321px;
position:absolute;
top:66px;
left:91px;
overflow:auto;
z-index:4;
}

#users{
position:absolute;
top:387px;
left:2px;
width:90px;
height:20px;
z-index:6;
font-size:80%;
}

#copyright{
width:635px;
position:absolute;
top:387px;
left:91px;
color:#000;
text-align:center;
font-size:8pt;
height:35px;
z-index:3;
}

#brokenwall-bottom{
position:absolute;
top:295px;
left:590px;
height:111px;
z-index:2;
}

#brokenwall-side{
position:absolute;
top:38px;
left:0px;
height:341px;
z-index:1;
}

#cursortrick{
position:absolute;
top:35px;
left:484px;
width:227px;
height:20px;
z-index:6
}