html, body { 
	margin: 0;
	padding: 0;
	border: none;
	background: #007A29;
	
	height: 100%;
	
	font-size: 14pt;
	font-family: arial, serif;
	color: #005F00
	}
	
body:after 	{
			content: url(Images/button_up.png) url(Images/button_down.png);
			display: none;
			}

.row:hover{color:#FBFD3A;}
	
a:active, a:focus{ outline:none; } 

a:link {color: #005C00;}

a:visited {color: #FFCC00;}

.button {
	font-family: Arial, Tahoma;												
	font-size: 10pt;
	text-align: center;
    line-height: 27px;
	}

.button a {
	background: url(Images/button_up.png) no-repeat;
	color: black;
	text-decoration: none;
	width: 112px;
	height: 27px;
	position: absolute;
	}

.button a:hover {
		background: url(Images/button_down.png) no-repeat;
        color: #FFFB00;
		width: 112px;
		height: 27px;
		position: absolute;		
                }	
				
	
				
#main {
		background-color: #B5916C;
		position: relative;
		width: 900px;
		margin: 0 auto;
		z-index: 1;

		}
	
#content {
			margin-left: 2px;
			margin-right: 1px;
			}
		
.heading {	
			position: absolute;
			color: yellow;
			font-family: Arial, Tahoma;
			font-size: 10pt;
			width: 800px;
			height: 65px;
			top: -20px;
         }	
		 


#heading_timestamp {
					position: absolute;
					bottom: 2px;
					right: 20px;
					}

#nav {
	position: relative;
	width: 750px;
	height: 26px;
	top: 50px;
	left: 5px;
	margin: 0 auto;
	z-index: 100;
	}

#menu{
	padding:0; margin:0;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	}

#menu ul { padding: 0; margin: 0; list-style: none; }

#menu li{ position: relative; float: left; text-align: center;} 	
			
#menu li a{ background: url(Images/button_up.png) no-repeat; display: block; 
		  width:93px; height: 28px; line-height: 28px; text-decoration:none; color: black;
		} 			
			
#menu li a:hover{ background: url(Images/button_down.png) no-repeat; color: yellow; } 		
			
#menu ul ul{ position: absolute; top: 24px; visibility: hidden; }			
			
#menu ul li:hover ul{ left: 10px; visibility: visible; } 		


