/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
	}
body, html {
	color: #000; 
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background-color: #dcd9d0; 
	text-align: center; /*** Centers the design in old IE versions ***/
	height: 100%;
	}
body {
	font-size: 70%;
	}
p {/*padding: 7px 0 7px 0;*/}
a {
	color: #000099;
	}
a:hover{
	color: #0000FF;
	text-decoration: none;
	}
h1, h2, h3 {
	font-weight: bold;
	padding-bottom: 5px;
	}
h1 {
	font-size: 2em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h1, h1 a, #header h2{
	color: #fff;
	}
.clear { clear: both; }
#mainContainer {
	width: 1070px;
	height:494px;
	margin: 0 auto; /*** Centers the design ***/
	top:0px;
	background: #dcd9d0 url(background.png) repeat-y; /*** This is our faux columns ***/
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
	}
html>/**/body .mainContainer{margin-top:-374px;} 
/**************************
BODY ELEMENTS ** jeve
**************************/
#lingue{
	position:relative;
	top:0px;
	margin-top:138px;
	margin-left:430px;
    width: 200px;
	text-align:center;
}
div.my_wrapper{
    width: 900px;
	position:relative;
	top:316px;
	left:78px;
	/*border:#009900 1px solid;*/
}
div.my_footer{
    clear:both;
    width: 900px;
	text-align:center;
	padding-top:40px;
}
/**************************
TESTI ** jeve
**************************/

.txt_common{
	background-color:#FFFFFF;
	height:22px:
	width:100%;
	padding:0;
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	}
.txt_lingue{
	color:#000000;
	}
.txt_langsel{
	text-decoration:underline;
	}
.txt_disable{
	color:#8e8a8a;
	}
.txt_10{
	font-size:10px;
	} 
.txt_12{
	font-size:12px;
	} 
.txt_right{
	text-align:right;
	} 

