html, body {
		height:100%;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align:center;
}
#btn_submit{
font-family: Georgia, "Times New Roman", Times, serif;
}
div{
	/*border: 1px solid #FF0000;*/
}
#header {
	background-color: #eaeaea;
	height: 83px;
	color: #3b2a1f;
}
#header_lt {
	float: left;
	width: 245px;
	text-align: left;
	padding-top:5px;
}
#header_rt {
	float: left;
	text-align: left;
	*padding-top: 15px;
	margin-left:25px;
}
#all {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:624px;
	width:1000px;
	clear:left;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-312px; /* half of container's height */
	float:left;
}
#header_lang {
	float: right;
	text-align: left;
	*padding-top: 15px;
	margin-top: 40px;
	margin-right: 20px;
}
#header_lang a{
	color: #3b2a1f;
	text-decoration:none;	
}
#flash {
	background-color: #eaeaea;
	height: 244px;
	color: #3b2a1f;
	width: 980px;
}
#content {
	background-color: #888272;
	color: #FFFFFF;
	padding-top: 22px;
	height: auto;
	padding-bottom: 22px;
}
#content_lt {
	float: left;
	width: 225px;
	text-align: left;
	margin-left: 20px;
	_margin-left: 10px;
	font-size: 14px;
	line-height: 24px;
}
#content_rt {
	float: left;
	text-align: left;
	height: 190px;
	width: 680px;
	overflow: auto;
	padding-right:15px;
	margin-left: 25px;
}
#foot {
	color: #989689;
	height: 40px;
	line-height: 40px;
	text-align: right;
	padding-right: 10px;
}
#content a {
	color: #FFFFFF;
	text-decoration: none;
}
.hacker {
	clear: both;
	height: 0px;
	overflow: hidden;
}
#content_lt .selected {
	color: #332115;
}
#content_profiles_list .selected {
	color: #332115;
}
#content_rt input{
	font:"Times New Roman", Times, serif;
	width:370px;
	border:1px solid #FFFFFF;
}
#content_rt textarea{
	font:"Times New Roman", Times, serif;
	width:370px;
	height:50px;
	border:1px solid #FFFFFF;
}
#content_rt button{
	font:"Times New Roman", Times, serif;
	color: #FFFFFF;
	border:0;
	background-color:transparent;
}

#content_rt #content_profiles_list {
	float: left;
	width: 150px;
}
#content_rt #content_profiles_content {
	float: left;
	width: 500px;
	height:inherit;
	overflow:auto;
	padding-right:10px;
	padding-left:13px;
}
#foot a {
	color: #989689;
	text-decoration: none;
}
#content_rt a{
	text-decoration:underline;
}

#content_rt #content_profiles_list a{
	text-decoration:none;
}
#top_shadow  {
	height:584px;
	width:1000px;
	background:transparent url(../images/top.gif) no-repeat top left;
}
#left_shadow {
	height:584px;
	width:1000px;
	background:transparent url(../images/left.gif) no-repeat left top;
}
#right_shadow {
	height:584px;
	width:1000px;
	background:transparent url(../images/right.gif) no-repeat right top;
}
#bottom_shadow {
	height:584px;
	width:1000px;
	background:transparent url(../images/bottom.gif) no-repeat bottom left;
}
#container {
	width:980px; 
	height:auto;
	padding: 11px 10px 10px 10px;  
}