@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: black;
	background-image: url(../images/BG-Image.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	height: auto;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 120px;
	background-image: url(../images/Header-BG-trans.png);
}

#mailing_list {
	margin: 0;
	padding: 0;
	float: right;
	width: 430px;
	height: 120px;
	background-image: url(../images/Mailing-List-BG-trans.png); 
	overflow: hidden;
}

#newsletter_title {
	margin: 10px 0 0 55px;
	padding: 0;
	width: 343px;
	height: 28px;
}

#newsletter_content {
	margin: 0 0 0 55px;
	padding: 0;
	width: 343px;
	height: 40px;
	text-align: center;
}

#linkbar_container {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 80px;
	background-image: url(../images/Linkbar-trans.png);
	float: left;
}

#linkbar {
	margin: 20px 0 0 0;
	padding: 0 20px;
	width: 920px;
	overflow: hidden;
}

#content_top {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 25px;
	background-image: url(../images/Content-Top-trans.png);
	float: left;
}

#content_body {
	margin: 0;
	padding: 0;
	width: 924px;
	height: auto;
	background-image: url(../images/Content-Body-trans.png);
	padding: 0 5px 0 25px;
	float: left;
}

#content_body2 {
	margin: 0;
	padding: 0;
	width: 960px;
	height: auto;
	background-image: url(../images/Content-Body-trans.png);
	float: left;
}

#full_text_width {
	width: 900px;
	margin: 0 auto;
	height: auto;
}

#content_bottom {
	margin: 0;
	padding: 0 0 45px 0;
	width: 960px;
	height: 25px;
	background-image: url(../images/Content-Bottom-trans.png);
	background-repeat: no-repeat;
	float: left;
}

#index_news {
	margin: 0;
	padding: 0;
	width: 480px;
	height: auto;
	float: left;
}

#index_news_title_container {
	margin: 0;
	padding: 0;
	width: 480px;
	height: 28px;
	float: left;
	overflow: hidden;
}

#index_news_title {
	margin: 0;
	padding: 0;
	width: 410px;
	height: 28px;
	float: left;
}

#index_news_date {
	margin: 0 0 4px 0;
	padding: 0;
	float: right;
	width: 70px;
	height: 24px;
	background-color: #444444;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	color: #CCCCCC;
}

#index_flash_video {
	width: 400px;
	height: 280px;
	float: left;
	margin: 0 0 0 25px;
	background-image: url(../images/Transparent-White-trans.png);
	line-height: 280px;
	color: #444444;
	text-align: center;
	border: 1px solid #888888;
}

#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background-color: black;
	border-top: 1px solid #3d4b05;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	color: #777777;
	text-align: center;
	line-height: 40px;
	font-size: 12px;
}

#hypnosis_container {
	width: 826px;
	height: auto;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

#hypnosis_element {
	width: 200px;
	height: 30px;
	line-height: 30px;
	float: left;
	border: 1px dotted #555555;
	text-align: center;
	margin: 2px;
}

#contact_submit {
	margin-top: 10px;
	width: 800px;
	clear: both;
	float: left;
}

.error {
	width: 500px;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background-color: #d24e4e;
	border: 1px dashed black;
	color: black;
	font-size: 14px;	
}

.accept {
	width: 500px;
	padding: 5px;
	margin: 0 10px 10px 10px;
	background-color: #5ed24e;
	border: 1px dashed black;
	color: black;
	font-size: 14px;
}