/* lay-out */
html {
	height : 100%;
}
body {
	padding : 0em;
	background-color : #663800;
	color : #b3b3b3;
	height : 100%;
}
	 #presentation {
		width : 100%;
		height : 100%;
		overflow : hidden;
	 }
		#presentation #popupText {
			width : 428px;
			height : 408px;
			padding : 0px;
			overflow : hidden;
			margin : 90px auto 0px auto;
			background-color : #000000;
			background-image : url(../images/popup_back.png);
			text-align : left;
		}
			#presentation #popupText h1 {
				font-size : 110%;
				color : #ffffff;
				padding : 15px 40px 5px 30px;
			}
			#presentation #popupText p.intro {
				font-size : 110%;
				padding : 0px 1em 0px 30px;
				margin : 0px 0px 1em 0px;
			}

			#presentation #popupText iframe {
				margin-left : 10px;
			}
	a.openLayerPopUp {}
	div.layerPopUp {
		display : none;
	}
		div.layerPopUp div.popupShadow {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 100%;
			height : 100%;
			background-color : #000000;
			-moz-opacity : 0.6 ;
			filter : alpha(opacity: 60);
			opacity : 0.6;
		}
		div.layerPopUp div.popupCanvas {
			position : absolute;
			left : 0px;
			top : 0px;
			width : 100%;
			height : 100%;
			text-align : center;
		}
			div.layerPopUp div.popupContent {
				width : 428px;
				height : 408px;
				margin : 90px auto 0px auto;
				background-color : #000000;
				background-image : url(../images/popup_back.png);
				text-align : left;
			}
				div.layerPopUp div.popupContent h1 {
					font-size : 110%;
					color : #ffffff;
					padding : 15px 40px 5px 20px;
				}
				div.layerPopUp div.popupContent a.closeLayerPopUp {
					float : right;
					height : 14px;
					line-height : 14px;
					margin : 3px 0px 0px 0px;
					padding-right : 24px;
					background-image : url(../images/popup_close_link.png);
					background-repeat : no-repeat;
					background-position : 100% 0px;
					font-weight : normal;
				}
					div.layerPopUp div.popupContent a.closeLayerPopUp:link,
					div.layerPopUp div.popupContent a.closeLayerPopUp:visited {
						color : #b3b3b3;
						text-decoration : none;
						background-image : url(../images/popup_close_link.png);
					}
					div.layerPopUp div.popupContent a.closeLayerPopUp:hover,
					div.layerPopUp div.popupContent a.closeLayerPopUp:active {
						color : #b3b3b3;
						text-decoration : underline;
						background-image : url(../images/popup_close_hover.png);
					}
			div.layerPopUp div.popupContent div.margin {
				height : 345px;
				padding : 0px 1em 0px 20px;
				margin : 0px 0px 1em 0px;
				overflow : auto;
			}
body.popupBody {
	background-color : #000000;
	color : #b3b3b3;
}
	#popupText {
		padding : 0px 10px 0px 20px;
		font-size : 90%;
	}
		#popupText h2 {
			font-size : 110%;
			color : #ffffff;
		}
		#popupText table {
			font-size : 110%;
			width : 368px;
		}
			#popupText table th {
				padding : 0px 0px 7px 0px;
				white-space : nowrap;
			}
				#popupText table th label {
					font-weight : normal;
				}
			#popupText table td {
				padding : 0px 0px 7px 0px;
				text-align : right;
			}
				#popupText table td input {
					width : 232px;
				}
				#popupText table td select {
					width : 236px;
				}
				#popupText table td textarea {
					width : 232px;
				}