/* BACKGROUND */
html, body {
	background-image: url('http://www.thaleia.com/layouts/thaleia/Paintings/images/BG.png');
	background-repeat: repeat-x;
	background-color: #484848;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}
.BG_CONT {
	width: 876px;
}
.BG_TL {
	position: relative;
	background-image: url('http://www.thaleia.com/layouts/thaleia/Paintings/images/BG_TL.png');
	background-repeat: no-repeat;
	width: 394px;
	height: 271px;
	float: left;
	top: 0px;
	margin-top: -25px;
}
.BG_TR {
	position: relative;
	background-image: url('http://www.thaleia.com/layouts/thaleia/Paintings/images/BG_TR.png');
	background-repeat: no-repeat;
	width: 371px;
	height: 273px;
	float: right;
	top: 0px;
	margin-top: -25px;
}

/* PAGE */
.SLIDESHOW {
	position: absolute;
	z-index: 90;
	margin-left: 4px;
	width: 423px;
	height: 277px;
}
.GAL_IMG {
	margin: 5px;
}
.PAGE {
	width: 100%;  	
}
.BACKDROP {
	position: relative;
	width: 620px;
	min-height:100%;
  	height:auto !important;
	height: 100%;
	z-index: 1;
	top: 106px;
	padding-top: 10px;
}
.BLACKBG {
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin-top: -10px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.YELLOW_LINE {
	position: relative;
	background-color: #ffa800;
	border: none;
	width: 640px;
	height: 1px;
	z-index: 1;
	top: 105px;
}
.TITLE {
	position: relative;
	font-family: Arial;
	font-size: 24px;
	color: #FFA800;
	z-index: 100;
	width: 300px;
	top: 113px;
	left: 125px;
	text-align: right;
}
.INNER_PAGE {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: -235px;
}
.CONTENT {
	position: relative;
	z-index: 10;
	width: 432px;
	height: 100%;
	background-color: #000000;
	border: 1px solid #484848;
	color: #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}
.CONTENT p {
	text-align: justify;
	padding-left: 10px;
}

/* FONT MODIFIERS */
.BOLD_HEADER {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;	
}

/* FORM */
.FORM_CONTAINER {
	background-color: #333333;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
input {
	background-color: #333333;
	color: #FFFFFF;
	border: 1px solid #ffa800;
	text-align: center;
}
label {
	color: #FFFFFF;
	font-weight: bold;
}

/* FOOTER */
.FOOTER {
	margin-top: 125px;
	padding-bottom: 100px;
	font-family: tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}