* {margin: 0; padding: 0;}

     /* Layers:
---------------------------------------------------------------------------------------------------------- */
#cLayer00 {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 457px;

	background: none;

	z-index: 0;
}
#cLayer00_1 {
	position: absolute;
	top: -3px;
	left: -200px;
	width: 100%;
	height: 100%;

	background: none;

	z-index: 1;
}
#cLayer00_2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: none;

	z-index: 2;
}
#cLayer00_3 {
	position: absolute;
	top: -3px;
	left: -200px;
	width: 100%;
	height: 100%;

	background: none;

	z-index: 3;
}

     /* typography and hyperlinks:
---------------------------------------------------------------------------------------------------------- */
a {
	color: #f14ed5;
	text-decoration: none;
	font-style: italic;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-style: italic;
}

     /* Utilities:
---------------------------------------------------------------------------------------------------------- */
hr {
	height: 1px;
	color: #fff;
	background: #fff;
}

#content_title {
	position: absolute;
	top: 10px;
	left: 624px;
	width: 161px;
	padding-bottom: 8px;

	background: none;

	text-align: center;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	text-transform: uppercase;

	z-index: 2;
}

#content_body {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 457px;

	text-align: left;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	
	overflow: hidden;

	background: none;
	z-index: 1;
}

.sml {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 530px;
	height: 377px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
/* 	border-left: #f14ed5 1px solid; */
	border-left: #ccc 1px solid;

	font-family: Verdana, Helvetica, sans-serif;
}

.old { /* for old news */
	color: gray;
}
.old:hover { /* for old news */
	color: #fff;
}

     /* Slideshow:
---------------------------------------------------------------------------------------------------------- */
#slideshow {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 610px;
	height: 457px;

	background: none;
}
#slideshow ul li {
	list-style: none;
}

.thumbs_top {
	position: absolute;
	top: 30px;
	left: 624px;
	width: 161px;
	height: 15px;

	z-index: 1;
}

/* Thumbnail navigation: */
 div.thumb_slideshow ul {
	position: absolute;
	top: 35px;
	left: 615px;
	padding: 5px;
	width: 220px;

	background: none;
/* 	border-top: #ccc 1px solid; */
/* 	border-bottom: #ccc 1px dotted; */

	overflow: hidden;

	z-index: 10001;
}
div.thumb_slideshow ul a {
	width: 45px;
	height: 45px;

	display: block;
	cursor: pointer;
/* 	opacity: 0.8; */

	border: #ccc 1px solid
/*	background-position: 50% 50%; */
/*	margin-right: 5px; */
}
div.thumb_slideshow ul a.active,
div.thumb_slideshow ul a:hover {
/* 	opacity: 1; */
	border: #f14ed5 1px solid
}
div.thumb_slideshow ul li {
	float: left;
	list-style: none;
}
div.thumb_slideshow li {
	margin: 5px;
}
div.thumb_slideshow p {
	position: absolute;
	top: 437px;
	left: 0;
	width: 610px;
	background: #1D1F1E;
	text-align: center;
	font-size: 9px;

	opacity: 0.5;
	/* Opacity: for IE */
	filter: alpha(opacity=50);
	/* Opacity: for Mozilla */
	-moz-opacity: 0.5;

	z-index: 1001;
}

.credits {
	position:absolute;
	top: 250px;
	left: 0;
	width: 100%;

	font-size: 10px;
	color: gray;
/* 	background: gray; */
}
.credits img {
/* 	margin-left: 7px; */
/* 	margin-right: 7px; */
	margin: 7px;
}


     /* Contact form:
---------------------------------------------------------------------------------------------------------- */
input {
	width: 150px;
	padding-left: 5px;
	background-color: #2c132e;
	border: #fff 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
textarea {
	width: 310px;
	height: 135px;
	padding: 5px;
	background-color: #2c132e;
	border: #fff 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
select {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #bac5d6;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.form_button {
	padding: 2px;
	width: 100px;
	background: #2c132e;
	border: #fff 1px solid;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.input_fout {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.text_fout {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.contact_table {
	padding: 0px;
	width: 400px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: auto;
}

