html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: white;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #6D6D6D;
	scrollbar-shadow-color: #404040;
	scrollbar-highlight-color: #000;
	scrollbar-3dlight-color: #404040;
	scrollbar-darkshadow-color: #000;
	scrollbar-track-color: #404040;
	scrollbar-arrow-color: #000; 
}

#view {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.wait { margin-top: 50%; text-align: center; }

/** BACKGROUND **/

img#background {
	width: 100%;
	z-index: 1;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}

/** TOP MENU **/

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background-color: black;
	font-size: 10px;
	z-index: 12;
	margin: 0;
	padding: 0;
}
#menuBody {
	margin: 8px 10px;
}
#menu a {
	color: #bd2d2d;
	text-decoration: none;
	font-weight: bolder;
	padding-left: 20px;
}
#menu a:hover {
	color: white;
	text-decoration: underline;
}

/** FLOATING MENU **/

h1, h2 { display: none; }

#menuFloat {
	position: absolute;
	top: 30px;
	left: 100px;
	height: 90%;
	width: 300px;
	background: black;
	z-index: 5;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}
.menuFloatCt {
	position: absolute;
	top: 40px;
	left: 115px;
	width: 270px;
	display: none;
	z-index: 6;
	overflow: auto;
	height: 88%;
}
.menuFloatCt h1 { margin: 0 0 10px 0; }
.menuFloatCt a {
	color: #bd2d2d;
}
.menuFloatCt a:hover {
	color: white;
	text-decoration: none;
}

/** GALERIE **/

#galleryFloat {
	position: absolute;
	background: black;
	top: 30px;
	left: 410px;
	height: 90%;
	width: 590px;
	z-index: 7;
	display: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 0 0 10px 10px;
}

#galleryCt {
	position: absolute;
	top: 40px;
	left: 420px;
	height: 87%;
	width: 570px;
	z-index: 10;
	display: none;
	text-align: center;
	overflow: auto;
}
#galleryCt a img { border: none; }

/** SPECIFIC CONTENTS **/

.news { margin-bottom: 30px; }
.news-date { font-size: 10px; float: right; background: gray; padding: 0 3px; }
.news-title { margin-bottom: 10px; font-weight: bolder; font-style: italic; }
.news-contents { text-align: justify; font-size: 10px; }
.news-contents p { margin: 0; }
img.news-thumb { float: left; margin: 0 10px 5px 0; }

#ctGALERIES a:visited { color: #aaa; }

#ctMEDIAS .media { margin-bottom: 20px; }
#ctMEDIAS .media h2 { margin: 0; font-size: 14px; padding: 0; clear: both; }
#ctMEDIAS .media p { margin: 0; font-size: 10px; text-align: justify; }

#ctVIDEOS .video { margin-bottom: 20px; }
#ctVIDEOS .video h2 { margin: 0; font-size: 14px; padding: 0; clear: both; }
#ctVIDEOS .video p { margin: 0; font-size: 10px; margin-top: 10px; text-align: justify; }

#ctCONTACT p.email { background-color: white; padding: 4px 0 2px 0; text-align: center; }

#ctFRIENDS ul { list-style-type: none; }
#ctFRIENDS li { margin-bottom: 10px; }