/* Layouts */
html, body {
	margin: 0 auto;	
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 860px;
	background: #d3d3d3;
}

#header {
	height: 40px;
	background: #fff;
	padding: 0px 10px;
}
#lang {
	float:right;
}
#hed {
	float:left;
}

#message {
	height: 0px;
	width: 100%;
	background: #fff;
}

#main_wrapper {
	width: 860px;
	height: auto;
}

#sidebar_left, #sidebar_right {
	width: 230px;
	background: #CCCCCC;
	height:auto;
	padding: 0 5px;
}

#sidebar_left {
	float: left;
}

#sidebar_right {
	float: right;
}
	
#maincolumn0 {
	position: relative;
	width: 470px;
	float: left;
	padding: 0 5px;
}

#maincolumn1 {
	position: relative;
	width: 710px;
	float: left;
	padding: 0 5px;
}

#maincolumn2 {
	position: relative;
	width: 850px;
	float: left;
	padding: 0 5px;
	background: #fff;
}

#footer {
	height: 0px;
	background: #2C3E46;
}

.clear {
	clear: both;
}

/* Topography */
a:link, a:visited {
	color: #1BA5DF;
	text-decoration: none;
}

a:hover {
	color: #666;
}

.actions {
	list-style: none;
	float: right;
}

.actions li {
	float: left;
	display: block;
}

.actions img {
	padding: 0 4px;
	border: none;
}

#footer {
	color: #FFF;
	padding: 0px;
	text-align: center;
}