@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: url(../images/metalbackground.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	
	}

h1 {
	margin-top: 0pt;}
	
	
h3 {color: #ff0000;}

	
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 730px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	}

#header { 
	background-color: #DDDDDD;
	width: 900px;
	height: 170px;
	background:url(../images/Valliheader.gif) no-repeat left top;
}



#navbar {
float: right;
width: 100px;
background-color: #ff0000;
margin: 5px
}
hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

#clock {
	float: right;
	padding-right: 50px;
	padding-top: 100px;}	
	
#menu {
	float: right;
	width: 100px;
	margin: 5px;
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000;
	display: block;
	background:  url(../images/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #FFF;
	background:  url(../images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
#menu ul li #current {
	background: url(../images/menu.gif) 0 -32px;
	color: #fff;
	padding: 8px 0 0 30px;
}

#main {
float: right;
width: 430px;
height: 480px;
background-color: #fff;
margin: 5px;
border-right-style: dotted; border-color: #ececec;


}
#main li {
margin-left: 15px;}

#picbar {
float: right;
width: 330px;

margin: 5px;
}

.pics {
width: 300px;}

#footer {
	position: absolute; top: 670px; 
	height:70px;
	width: 900px;
	background: url(../images/Vallifooter.gif) no-repeat left top;
	
}

#footer p {
	padding-top:28px;
	margin:0 0px 0 0;
	text-align:center;
} 
#footer a {
	color:#ffffff;
	text-decoration:none;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {}

td {}

a:link { color: #ff0000; 
	text-decoration: none;
	}

a:visited { color: #ff0000; 
text-decoration: none;}

a:hover { color: #000000; }

a:active { color: #ff0000; }

.bl {background:url(../images/bl.gif) 0 100% no-repeat}
