/*	@import "../styles/nav.css";
	@import "../styles/fce.css";*/
	@import "../styles/rte_formate.css";
 @import "../styles/css_styled.css";

/* general tags and classes */
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
/* don't edit */
	color: #666666;
}
html {
	font-size: 62.5%;
/* don't edit */
}
html, body {
height: 100%;
margin: 0px;
}
body {
	background-color: #EFEFEF;
	font-size: 1.2em;
/* edit here global size for em, 1em = 10px */
}
#language{
width: 710px;
height: 20px;
margin-bottom: 1px;
text-align: right;
font-weight: bold;
color: #999999;
}

#language a{
font-weight: bold;
text-decoration: underline;
color: #666666;
}

#language a:hover{

}

#layout_container {
  margin: auto;
	width: 720px;
	margin-top: 0px;
	border: 0px #ff0000 solid;
	}

#layout_left {
	width: 100px;
	height: 400px;
  float: left;
  padding-right: 5px;
  padding-top: 12px;
	border-right: 1px #666666 solid;
}

#layout_content {
	width: 600px;
	padding-left: 8px;
	float: left;
}

div.layout_col_1{
width: 435px;
float: left;
margin-right: 10px;
}

div.layout_col_2{
width: 150px;
padding-top: 3px;
float: left;
}


