@font-face {
  font-family: "Taurus";
  src: url(../fonts/TRS____N.TTF) format("truetype");
}
body { background-color:transparent; 
	background-image:url(../images/bg.jpg);
    	background-position:no-repeat fixed center center;
       	background-attachment:fixed;
	background: #666;
	font-family: Taurus, arial, "lucida console", sans-serif;
	color: #676767;
	font-size: 12px;
	scrollbar-face-color:22CCFF;
	scrollbar-highlight-color:22CCEE;
	scrollbar-arrow-color:ffffff;
	scrollbar-track-color:22EEFF; 
	}
img.thumbnail{
        width:165px;
        height:165px;
        border: 1px solid black;
	padding:2px;
}

#team ul {
	list-style: none;
}
#grand ul {
	list-style: none;
}
.ttu{text-transform:uppercase;}
strong {
        font-weight: bold;
	}
.blank {
        padding: 5px;
	}
a.help {cursor: help; }
a.wait {cursor: wait; }
a:hover {cursor: pointer;}
.indent{
        text-indent: .25in;
}
.title {
        font-size: 14px;
        padding: 0px;
	margin: 5px 0px 2px 0px;
	line-height: 22px;
}
				
#main{
	padding: 0;
        width: 640px;
	background: #000;
	text-align: left;
        position:absolute;
        list-style: none;
	left:20px;
	top:20px;
}
#top {
	text-align: right;
	background: url(../images/top.png);
	padding: 0 10px;
	font-size: 1.9em;
	height: 20px;				
	color: #666;
}
#header{
	background-image:url(../images/dz-center.jpg);
    	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top:0px;
	height:100px;
	width:98%;
	left:1%;
	border-bottom: solid 1px silver;
	}
#cwrapper{
        position:relative;
        left:0px;
        top:0px;
        margin:2px;
	width:98%;
	height:100%;
	overflow:auto;
}
#left{
	position:relative;
	float: left;
	left:1%;
	width:5%;
	height:100%;
	}
#center{
	position:relative;
	float:left;
	left:1%;
	text-align: left;
	width:98%;
	height:100%;
	padding-bottom: 10px;
	}
#right{
	position:relative;
	text-align: right;
	left:1%;
	float:left;
	width:5%;
	height:100%;
	}
#context {
	position: relative;
	text-align: right;
	left: 20%;
	width: 400px;
	height: 400px;
	float: left;
	}
#menu{
	position: relative;
	text-align: center;
	font-size:12px;
	width:98%;
	left:1%;
	height:20px;
	float: left;
	border-top: solid 1px silver;
	}
#menu1{
	float: left;
	}

#menu2{
	float: left;
	}
#menu3{
	float: left;
	}
#footer{
        position:relative;
	float: right;
	text-align: right;
	text-size: 9px;
        left:1%;
	height: 20px;
	width:64%;
}
#content {
        position:absolute; 
        left:5%;
}

a {
  text-decoration: none;
  color:silver;
}

a:hover {text-decoration: none;}

div div span {
	padding: 8px;
	}
.indent {
	left: 18px;
	padding: 8px;
	}
#menu span:hover {
	cursor: pointer;
	}
#menu ul { 
	padding: 0px;
  	margin: 0px;
  	list-style: none;
	}
#menu ul li {
	position: relative;
	display: none;
	text-decoration: none;
      	padding: 0px;
	width: 59px;
	border-bottom: 0;
	border: solid 1px silver;
	}
#context {
	display: none;
	}
#menu1 ul li:hover #context {
	display: block;
	}
#menu1:hover ul li {
	display: list-item;
	top: -82px;
	background: #333;
	}

#menu2:hover ul li {
	display: list-item;
	top: -82px;
	background: #333;
	}
#menu3:hover ul li {
	display: list-item;
	top: -49px;
	background: #333;
	}
#j_title{
	margin-left: 5px;
	color: silver;
	padding: 0px;
	}

.small {
	text-align: right;
	font-size: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 120px;
	}

.ftext {
	font-size:10px;
	}
.position{
        font-weight:bold;
	font-size: 14px;
}
.heading{
        font-weight:bold;
	font-size: 12px;
}
.title{
        font-size: 12px;
}
.url{
        font-size: 12px;
  	color:silver;
}
					
