/* CSS Document */

body{
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-image: url(newback.jpg);
	background-repeat: repeat;		
	font-family: Verdana;
	text-shadow: 0 0 0 #858585;
	color: #FFFFFF;
	font-size: 10pt;
}


#content{
   margin-top: 107px;
   margin-left: 84px;
}

#head{
   font-size: 18pt;
   margin-top: -5px;
   width: 300px;
}

#head a{
   text-decoration: none;
   color: #FFFFFF;
}

#menu{
   margin-top: 19px;
   float: left;
   /*width: 400px;*/
   z-index: 2;
   position: absolute;
}
/*
#menu a:hover{
   color: #FFFFFF;
   display: block;
}*/

#menu a{
   text-decoration: none;
   margin: 0px 10px 0px 0px;
   display: block;
   float: left;
}

.up{
   float:left;
}

.up a{
   float:left;
}

.up:hover > .sub{
   display: block;
}

.sub{
   float: left;
   display: none;
}

.marked{
   color: #FFFFFF;
}

.unmarked{
   color: #858585;
}

.unmarked:hover{
   color: #FFFFFF;
}

#container{
   float: left;
   position: absolute;
   margin-top: 0px;
   margin-left: 2px;
   z-index: 1;
}

.clear{
   clear: both;
}

.preload{
   visibility: hidden;
}

#goUp{
   display: block;
   width: 120px;
   height: 120px;
   background-image: url(up.png);
}

#goUp:hover{
   background-image: url(upOver.png);
}

.myLink a:hover{
   color:#FFFFFF;   
}

.myLink a{
   color:#858585;
}

.trans {
	/* Required for IE 5, 6, 7 */
	/* ...or something to trigger hasLayout, like zoom: 1; */
	width: 100%; 
		
	/* Theoretically for IE 8 & 9 (more valid) */	
	/* ...but not required as filter works too */
	/* should come BEFORE filter */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=50);
	
	/* Older than Firefox 0.9 */
	-moz-opacity:0.5;
	
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 0.5;
    
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 0.5;
}

.big {
	width:770px;
	color:#FFFFFF;
	font-size:75pt;
	margin-top:46px;
	margin-left:183px;
}

.small {
	width:100px;
	color:#FFFFFF;
	font-size:11pt;
	margin-top:4px;
	margin-left:810px;
}
