a img  {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: white;
    background-image: url("/sites/templates/images/background.gif");
    background-repeat:repeat;
    font-family: arial;
    font-size: 12px;


}

#background {
    padding:0;
    margin:0;
    background-image: url("/sites/templates/images/background_top.gif");
    background-repeat:repeat-x;
    height: 263px;
}


#page {
    position: absolute;
    left: 50%;
    margin-left: -460px;
    padding: 0px;
    top: 0px;
    width: 920px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

#background_content {
	position: absolute;
    background-image: url("/sites/templates/images/background_index.gif");
    background-repeat:no-repeat;
    width: 920px;
    height: 479px;
    top:57px;
	}
	
#btn_entree {
    position: absolute;
    top:250px;
    left: 392px;
    }
    
#logo {
    position: absolute;
    top:90px;
    left: 67px;
 
}    
    
#content {
    position: absolute;
    top:320px;
    left: 20px;
    width: 880px;
}

ul.topnav {
	 position: absolute;
	margin: 0;
	padding: 0;
	top:0;
	height: 57px;
	left: 10px;
	width: 900px;
	}
	
ul.topnav li  {
     padding-left: 10px;
     padding-right: 10px;
     border-left: 1px dotted #ed724c;
     height: 57px;
     line-height: 57px;
    }
    
ul.topnav li.last, ul.topnav li.last_here  {
     border-left: 1px dotted #ed724c;
     border-right: 1px dotted #ed724c;
    }
    
ul.topnav li a  {
     color:white;
     font-weight: bold;
     font-size: 14px;
     text-decoration: none;
     padding-left:20px;
     padding-right: 20px;
    } 
    
ul.topnav li a:hover, ul.topnav li.here a, ul.topnav li.here_last a   {
    background-image: url("/sites/templates/images/menu_hover.gif");
    background-repeat:no-repeat;
    background-position: top center;
    }              	
	
#ref {
	position: absolute;
	/*border:1px solid white;*/
	color: white;
	width: 920px;
	top:550px;
	}	
	

