*{
	margin:0px;
	padding:0px;
}
body
{

	background:#e734d0;
}

#content
{
	width:990px;
	overflow:auto;
	margin: 0 auto;
	left:0px;
	background:#181818;
}
#content hr { border:1px dotted #ffffff; width:664px;}
#content_head
{
	height:150px;
	position:relative;
}
#dynacloud
{
	float:right;
	width:700px;
	/*height:700px;*/
	overflow:hidden;
}
#dynacloud div
{
	_float: left; /* IE 6 and below */
	
}
#form
{
	float:right;
	width:700px;
	height:700px;
	padding-top:10px;
	font-size:15px;
	color:#ffffff;
}
#form p
{
	font-size:14px;
	font-family:Georgia,"Times New Roman", Times, serif;
}
#form input
{
	background:#e734d0;
	border:#ffffff solid 1px;
	font-size:15px;
	font-family:Georgia,"Times New Roman", Times, serif;
}
#form .textWhite  
{
	color:#ffffff;
}
#form textarea
{
	background:#e734d0;
	border:#ffffff solid 1px;
	padding: 5px;
	font-size:15px;
	font-family:Georgia,"Times New Roman", Times, serif;
}

#dynacloud a
{	
	background:#e734d0;
	color:#ffffff;
	padding:1px;
}
#explanation
{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	float:right;
	width:245px;
	top:0px;
	left:0px;
	height:700px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	color:#ffffff;
	overflow:hidden;
	background:#151313;
}
#explanation p
{
	padding-left:10px;
}
#explanation form
{
	margin-left:10px;
}
 
#text
{ 
	display:none;
}

.line
{
	border-bottom:2px solid #ffffff;
}
a
{
	color:#ffffff;
	background:#e734d0;
	text-decoration:none;
}
a:hover
{

}
.send_button 
{
	border:1px solid #fa96ed;
	padding:10px;
	display:block;
	font-size:16px;
}
.send_button:hover
{
	background:#fa96ed;
}
#language-chooser
{
	font-family:Georgia,"Times New Roman", Times, serif;
	font-size:14px;
	position:absolute;
	top:0px;
	right:5px;
	color:#ffffff;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 10px;
	width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline;margin-right:5px;  }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a {
	background:#151313;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }
#footerExplanation
{
	background-color:#181818;
	width:700px;
	color:#ffffff;
}