/* CSS Document */
body{
	margin:0;
	padding:0;
	font: 76%/1.55 Verdana, Arial, sans-serif;
	background-color: #FAEEC1;
	text-align: center; /*per IE*/
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	text-align: left;
	width: 860px;
	margin: 0 auto;
	background-color: #FAEEC1;
	z-index: 0;
	top: 0px;
}

#topsection{
	background: #FAEEC1 right;
	height: 10px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 5px;
}


#top {
	background: #FAEEC1;
	width: 600px;
	position: static;
	height:10px;
	right: auto;
}


#contentwrapper{
	float: left;
	width: 100%;
	z-index: 0;
}

#contentcolumn{
	margin: 0 0px 0 0px;
	background-color: #FAEEC1;
	z-index: 0;
}

#contcentral{
	background-color: #FAEEC1;
	z-index: 1;

}
#enter_de{
	position: relative;
	top: -260px;
	width: 75px;
	z-index: 3;
	visibility: visible;
	left: 130px;

}
#enter_it{
	position: relative;
	top: -325px;
	width: 75px;
	z-index: 3;
	visibility: visible;
	left: 660px;
	height: 72px;
}
#leftcolumn{
	float: left;
	width: 00px;
	margin-left: -860px;
	margin-top: 0px;
	background: #FAEEC1;
	top: 0px;
}

#rightcolumn{
	float: left;
	width: 00px;
	margin-left: -105px;
	background: #FAEEC1;
	border-top: 1px none #006441;
	border-right: 1px none #006441;
	border-bottom: 1px none #006441;
	border-left: 1px none #006441;
}


#footer{
	clear: left;
	width: 100%;
	background: #FAEEC1;
	color: #790000;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	bottom: 0;
	padding: 2px 0;
}

#footer a{
	font-weight: lighter;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}


.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}