html {
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	overflow: hidden; 
	width: 100%; 
	padding-top: 0px; 
	height: 100%
}

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	overflow: hidden; 
	width: 100%; 
	padding-top: 0px; 
	height: 100%
}

#snifa-background {
	Z-INDEX: 1; 
	WIDTH: 100%; 
	POSITION: absolute; 
	HEIGHT: 100%
}

#snifa-content {
	Z-INDEX: 2; 
	LEFT: 0px; 
	OVERFLOW: auto; 
	WIDTH: 100%; 
	POSITION: absolute; 
	TOP: 0px; 
	HEIGHT: 100%
}

/*** top menu ***/

#topmenu{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 15px;
	left: 180px;
	width: 250px;
	color: #CCCCCC;
}

#topmenu a{
	color: #ffffff;
	
}

#topmenu a:hover{
	text-decoration: line-through;
}


/*** left menu ***/

ul {

	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#leftmenu {
	width: 170px;
	position: absolute;
	top: 160px;
	left: 30px;
	}
	
#leftmenu li a {
  	height: 32px;
  	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	}
	
#leftmenu li a:link, #leftmenu li a:visited {
	color: #000000;
	display: block;
	background: url(images/menuu.gif);
	padding: 8px 0 0 10px;
	}
	
#leftmenu li a:hover, #leftmenu li a:active {
	color: #4A0000;
	background: url(images/menuu.gif) 0 -32px;
	padding: 8px 0 0 15px;
	}


/*** Layout ***/

#main{
	position:absolute;
	top: 28%;
	left: 36%;
	right: 15px;
	color: #FFFFFF;
	font-family: "Courier New", Courier, mono;
}
#maindate{
	color: #530008;
	font-family: "Courier New", Courier, mono;
	font-size: 90%;
}

#main a{
	color: #FFFFFF;
}

#main a:hover{
	color: #000000;
	text-decoration: none;
}

#imageborder{
position: absolute;
	top: 38%;
	right: 25px;
    border-color: #4A0000;
    border-width: 1px;
    border-style: solid;
       }
	   
	   
/*** copyright ***/

#copyright{
	font: small Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 2px;
	color: #AAAAAA;
}

#copyright a{
	color: #680000;
	text-decoration: none;
}

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

