/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
	text-align: center;
    		}

#container {
	text-align: left;
	margin: 0px auto;
	}




/* -------------------------- Global --------------------------- */
.clear {
	clear: both;
	font-size:1px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
}
.imgFloatRight{
	float: right;
	padding: 0 0 10px 20px;
}
/* -------------------------- Header / Menu --------------------------  */
#header{
	width:920px;
}
#nav{
	float:left;
	}

#snapshots{
	float:left;
}

/* -------------------------- header --------------------------  */
#top ul{
	display: inline;
	list-style-type: none;
}
#top ul li{
	display: inline;
	list-style-type: none;
	}
	
/* -------------------------- Footer --------------------------  */
#footer {
	text-align: left;
	margin: 0px auto;
	
	}
#footer ul{
	display: inline;
	list-style-type: none;
}
#footer ul li{
	display: inline;
	list-style-type: none;
	}
     
/* -------------------------- Content --------------------------  */
.arrow{
	margin:0 0 0 0;
	list-style-type: none;
}
.arrow li{
	margin:0 0 0 0;
	list-style-type: none;
}
