@import url(navigation.css);
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	font: 0.9em/1.4em verdana;
	color: #fff;
	text-align: justify;
	background-color: #000;
	}
img,
a { border: none; }
.texte   { color: #fff; font-size: 14px; font-family: verdana; font-style: normal; font-variant: normal; text-align: justify }
.titrebold { color: #af0e0e; font-size: 18px; font-family: verdana; font-weight: bold; font-style: normal; font-variant: normal; text-align: justify; }
h1 { font-size: 20px; color: #af0e0e; font-family: verdana; text-transform: uppercase; }

a { color: #FFF; text-decoration: underline; }

a:hover { color: #af0e0e; text-decoration: none; }
	
#wrap {
	float: left;
	height: 50%;
	margin-top: -320px;/* half vertical height*/
	width: 100%;
	}

#container {
	width: 1000px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: visible;
	text-align:center;
	background-color: #000; 
	}
	
#header { width: 1000px; height: 160px; padding: 0; float: left; overflow: hidden; background-color: #000; margin-top: 0; margin-right: 0; margin-left: 0; }
	
#cityrats {
	width: 1000px;
	height: 160px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	}
#flash,
#overflow-content {
	width: 1000px;
	height: 400px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #000;
	}
	
#overflow-content { 
	width: 1000px;
	height: auto;
	padding: 40px;
	background: #000 url(../images/general/background-content.jpg) no-repeat 50% bottom;
	}
	
#content { width: 1000px; height: 400px; /*ACTUAL HEIGHT 400px*/
	padding: 0; background: #000 url(../images/general/background-content.jpg) no-repeat 50% bottom; float: left; }

#content2 { width: 1000px; height: 650px; /*ACTUAL HEIGHT 400px*/
	padding: 0; background: #000 url(../images/general/background-content.jpg) no-repeat 50% bottom; float: left; }
	
.gallery-images { width: 1000px; height: 125px; margin: 0 0 20px 100px; padding: 0; background-color: transparent; float: left; }
	
.gallery-images img { 
	width: 200px;
	height: 125px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	}

#footer {
	width: 1000px;
	height: 50px;
	margin: 0;
	padding: 0 10px;
	float: left;
	border-top: 2px solid #fff;
	background-color: #000;
	}

