	/*****************************************************************************************
	** Basis 																				**
	*****************************************************************************************/
	
	* {
		margin:0px;
		padding:0px;
	}
	
	img { 
		border:0px;
	}

	.clear {
		clear:both;
	}
	
	p {
		margin:0 0 10px 0;
	}
	
	body {
		font-size:12px;
		color:#000000;
		font-family:arial, verdana, sans-serif;
		background: #002A0E url('../images/ado2010_background.jpg');
	}
	
	div#canvas {
		width:750px;
		margin:0px auto;
	}
	
		div#wrapper {
			float:left;
			height:485px;
			position:relative;
			clear:both;
			margin-top:50px;
		}
        
        a#slidelink {
            width:750px;
            height:70px;
            float:left;
            margin:195px 0 0 0; 
            position: absolute;
            z-index:500;
        }
        
        div#wrapper a:focus, div#wrapper a:active { 
            outline: 0; 
        }


			div#frame {
				width:750px;
				float:left;
				margin:0; 
				position: absolute;
				z-index:100;
			}	
			
			div#underlayer {
				width:750px;
				height:348px;
				float:left;
				margin:46px 0 0 0; 
				position: absolute;
				z-index:50;
				background-color:#FFFFFF;
			}
			
			div#icons {
				width:750px;
				height:100px;
				float:left;
				margin:292px 0 0 0; 
				position: absolute;
				z-index:200;
				
			}				
		
			div#descriptions {
				width:750px;
				height:90px;
				float:left;
				margin:410px 0 0 0;
				position: absolute;
				z-index:200;
			}
			
			div#footer {
				float:left;
				text-align:center;
				height:25px;
				width:750px;
				margin:540px 0 0 0;
				position: absolute;
				z-index:200;				
			}

			div#footer a {
				color:#FFE100;
				text-decoration:none;
				font-size:12px;
				font-weight:bold;
			}			


	ul.thumb {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 750px;
	}
	ul.thumb li {
		margin: 0; 
		padding: 0;
		float: left;
		position: relative;
		width: 125px;
		height: 100px;
	}
	ul.thumb li img {
		width: 125px; 
		height: 100px;
		border:0;
		padding:0;
		position: absolute;
		left: 0; top: 0;
		-ms-interpolation-mode: bicubic; 
	}
	
	ul.thumb li img.hover {
		background:url(thumb_bg.png) no-repeat center center;
		border: none;
	}
	
	
	ul.links {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 750px;
	}
	
	ul.links li {
		margin: 0; 
		padding: 0;
		float: left;
		position: relative;
		width: 125px;
		height: 50px;
		text-align:center;
	}

	ul.links li a {
		color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
	}
	
	ul.links li a:hover {
		color:#FFE100;
	}
	


	
	/*
	
	div#canvas {
		width:750px;
		float:left;
		left:50%;
		margin-top:100px; 
		margin-right:0; 
		margin-bottom:0; 
		margin-left:-375px; 
		position: absolute;
		background-color:#FF0000;
		height:500px;
	}
	
	div#wrapper {
		float:left;
		height:550px;
		position:relative;
		left:0;
		top:0;
		clear:both;
	}	

	div#frame {
		width:750px;
		float:left;
		margin:0; 
		position: absolute;
		z-index:100;
		background-color:#FFFF00;
	}	
	
	div#underlayer {
		width:750px;
		height:200px;
		float:left;
		margin:50px 0 0 0; 
		position: absolute;
		z-index:50;
		background-color:#FFFFFF;
	}	
	
	div#footer {
		float:left;
		text-align:center;
		background-color:#000000;
		height:50px;
		width:750px;
	}	
	
	*/