#frame {
	width: 870px;

	margin: 20px auto 0px auto;
	padding: 0px;
}

#left {
	float: left;

	width: 219px;
}

#left div.separator {
	height: 2px;

	font-size: 0.0em;

	line-height: 0px;
}

#left div.inbox {
	width: 120px;

	margin: 0px;
	padding: 6px 12px 6px 12px;

	background-color: #c3c3c3;

	font-size: 0.8em;

	color: #000;
}

#langs {
	height: 22px;
	width: 215px;

	padding: 2px 0px 2px 2px;

	font-size: 0.8em;

	color: #ffffff;
}

#langs a {
	color: #ffffff;

	text-decoration: none;
}

#langs a.active {
	color: #C5C5C5;
}

#sidebar {
	width: 215px;

	padding: 2px 0px 2px 2px;

	background: rgb(0,141,210);
	background: linear-gradient(90deg, rgba(0,141,210,1) 0%, rgba(0,141,210,1) 31%, rgba(184,189,189,1) 100%);	
}

#right {
	float: right;

	width: 642px;
}

#navigation {
	height: 24px;

	font-size: 10px;
}

#content {
	height: 480px;

	background-color: #ffffff;

	/*border: 1px solid #026262;*/
	border: 1px solid #c3c3c3;
}

#content #webcam_loading {
	position: absolute;

	z-index: 100;

	width: 640px;
	height: 480px;

	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;

	background-color: #000;

	text-align: center;
}

#content #webcam_loading img {
	margin-top: 200px;
}

#content #guestbook {
	background-color: #026261;
}

#guestbook div.top{
	font-size: 0.8em;
	color:#fff;
	padding: 5px 5px 5px 15px;
}

#guestbook .input_top{
	font-size: 11px;
	border: solid 1px #000;
}

#guestbook .input_top_button{
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #000;
	background-color: #c3c3c3;
}

#guestbook .countdown{
	font-size: 11px;
	font-weight: bold;
	background-color: #026261;
	width: 5%;
	margin: 0px;
	border: 0px;
	color: #fff;
}


#sections div {
	float: left;

	width: 206px;
	_width: 197px;

	padding-top: 5px;
}

#sections div.body {
	background-color: #c3c3c3;
	font-size: 0.8em;
}

#sections div.text {
	margin: -9px 5px 0px 5px;
	width: 195px;
	_width: 186px;
}

#sections .smallt {
	font-size: 9px;
	font-style: italic;
}


#sections div.head {
	padding-bottom: 3px;

	font-size: 0.8em;
	font-weight: bold;
}

#signature {
	clear: both;

	padding: 12px 0px 24px 2px;

	text-align: right;
}

